var _ … var _ … var _ … const _ … type AllocatableResourcesRequest … func (m *AllocatableResourcesRequest) Reset() { … } func (*AllocatableResourcesRequest) ProtoMessage() { … } func (*AllocatableResourcesRequest) Descriptor() ([]byte, []int) { … } func (m *AllocatableResourcesRequest) XXX_Unmarshal(b []byte) error { … } func (m *AllocatableResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *AllocatableResourcesRequest) XXX_Merge(src proto.Message) { … } func (m *AllocatableResourcesRequest) XXX_Size() int { … } func (m *AllocatableResourcesRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_AllocatableResourcesRequest … type AllocatableResourcesResponse … func (m *AllocatableResourcesResponse) Reset() { … } func (*AllocatableResourcesResponse) ProtoMessage() { … } func (*AllocatableResourcesResponse) Descriptor() ([]byte, []int) { … } func (m *AllocatableResourcesResponse) XXX_Unmarshal(b []byte) error { … } func (m *AllocatableResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *AllocatableResourcesResponse) XXX_Merge(src proto.Message) { … } func (m *AllocatableResourcesResponse) XXX_Size() int { … } func (m *AllocatableResourcesResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_AllocatableResourcesResponse … func (m *AllocatableResourcesResponse) GetDevices() []*ContainerDevices { … } func (m *AllocatableResourcesResponse) GetCpuIds() []int64 { … } func (m *AllocatableResourcesResponse) GetMemory() []*ContainerMemory { … } type ListPodResourcesRequest … func (m *ListPodResourcesRequest) Reset() { … } func (*ListPodResourcesRequest) ProtoMessage() { … } func (*ListPodResourcesRequest) Descriptor() ([]byte, []int) { … } func (m *ListPodResourcesRequest) XXX_Unmarshal(b []byte) error { … } func (m *ListPodResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ListPodResourcesRequest) XXX_Merge(src proto.Message) { … } func (m *ListPodResourcesRequest) XXX_Size() int { … } func (m *ListPodResourcesRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_ListPodResourcesRequest … type ListPodResourcesResponse … func (m *ListPodResourcesResponse) Reset() { … } func (*ListPodResourcesResponse) ProtoMessage() { … } func (*ListPodResourcesResponse) Descriptor() ([]byte, []int) { … } func (m *ListPodResourcesResponse) XXX_Unmarshal(b []byte) error { … } func (m *ListPodResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ListPodResourcesResponse) XXX_Merge(src proto.Message) { … } func (m *ListPodResourcesResponse) XXX_Size() int { … } func (m *ListPodResourcesResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_ListPodResourcesResponse … func (m *ListPodResourcesResponse) GetPodResources() []*PodResources { … } type PodResources … func (m *PodResources) Reset() { … } func (*PodResources) ProtoMessage() { … } func (*PodResources) Descriptor() ([]byte, []int) { … } func (m *PodResources) XXX_Unmarshal(b []byte) error { … } func (m *PodResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PodResources) XXX_Merge(src proto.Message) { … } func (m *PodResources) XXX_Size() int { … } func (m *PodResources) XXX_DiscardUnknown() { … } var xxx_messageInfo_PodResources … func (m *PodResources) GetName() string { … } func (m *PodResources) GetNamespace() string { … } func (m *PodResources) GetContainers() []*ContainerResources { … } type ContainerResources … func (m *ContainerResources) Reset() { … } func (*ContainerResources) ProtoMessage() { … } func (*ContainerResources) Descriptor() ([]byte, []int) { … } func (m *ContainerResources) XXX_Unmarshal(b []byte) error { … } func (m *ContainerResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerResources) XXX_Merge(src proto.Message) { … } func (m *ContainerResources) XXX_Size() int { … } func (m *ContainerResources) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerResources … func (m *ContainerResources) GetName() string { … } func (m *ContainerResources) GetDevices() []*ContainerDevices { … } func (m *ContainerResources) GetCpuIds() []int64 { … } func (m *ContainerResources) GetMemory() []*ContainerMemory { … } func (m *ContainerResources) GetDynamicResources() []*DynamicResource { … } type ContainerMemory … func (m *ContainerMemory) Reset() { … } func (*ContainerMemory) ProtoMessage() { … } func (*ContainerMemory) Descriptor() ([]byte, []int) { … } func (m *ContainerMemory) XXX_Unmarshal(b []byte) error { … } func (m *ContainerMemory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerMemory) XXX_Merge(src proto.Message) { … } func (m *ContainerMemory) XXX_Size() int { … } func (m *ContainerMemory) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerMemory … func (m *ContainerMemory) GetMemoryType() string { … } func (m *ContainerMemory) GetSize_() uint64 { … } func (m *ContainerMemory) GetTopology() *TopologyInfo { … } type ContainerDevices … func (m *ContainerDevices) Reset() { … } func (*ContainerDevices) ProtoMessage() { … } func (*ContainerDevices) Descriptor() ([]byte, []int) { … } func (m *ContainerDevices) XXX_Unmarshal(b []byte) error { … } func (m *ContainerDevices) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerDevices) XXX_Merge(src proto.Message) { … } func (m *ContainerDevices) XXX_Size() int { … } func (m *ContainerDevices) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerDevices … func (m *ContainerDevices) GetResourceName() string { … } func (m *ContainerDevices) GetDeviceIds() []string { … } func (m *ContainerDevices) GetTopology() *TopologyInfo { … } type TopologyInfo … func (m *TopologyInfo) Reset() { … } func (*TopologyInfo) ProtoMessage() { … } func (*TopologyInfo) Descriptor() ([]byte, []int) { … } func (m *TopologyInfo) XXX_Unmarshal(b []byte) error { … } func (m *TopologyInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *TopologyInfo) XXX_Merge(src proto.Message) { … } func (m *TopologyInfo) XXX_Size() int { … } func (m *TopologyInfo) XXX_DiscardUnknown() { … } var xxx_messageInfo_TopologyInfo … func (m *TopologyInfo) GetNodes() []*NUMANode { … } type NUMANode … func (m *NUMANode) Reset() { … } func (*NUMANode) ProtoMessage() { … } func (*NUMANode) Descriptor() ([]byte, []int) { … } func (m *NUMANode) XXX_Unmarshal(b []byte) error { … } func (m *NUMANode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *NUMANode) XXX_Merge(src proto.Message) { … } func (m *NUMANode) XXX_Size() int { … } func (m *NUMANode) XXX_DiscardUnknown() { … } var xxx_messageInfo_NUMANode … func (m *NUMANode) GetID() int64 { … } type DynamicResource … func (m *DynamicResource) Reset() { … } func (*DynamicResource) ProtoMessage() { … } func (*DynamicResource) Descriptor() ([]byte, []int) { … } func (m *DynamicResource) XXX_Unmarshal(b []byte) error { … } func (m *DynamicResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *DynamicResource) XXX_Merge(src proto.Message) { … } func (m *DynamicResource) XXX_Size() int { … } func (m *DynamicResource) XXX_DiscardUnknown() { … } var xxx_messageInfo_DynamicResource … func (m *DynamicResource) GetClaimName() string { … } func (m *DynamicResource) GetClaimNamespace() string { … } func (m *DynamicResource) GetClaimResources() []*ClaimResource { … } type ClaimResource … func (m *ClaimResource) Reset() { … } func (*ClaimResource) ProtoMessage() { … } func (*ClaimResource) Descriptor() ([]byte, []int) { … } func (m *ClaimResource) XXX_Unmarshal(b []byte) error { … } func (m *ClaimResource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ClaimResource) XXX_Merge(src proto.Message) { … } func (m *ClaimResource) XXX_Size() int { … } func (m *ClaimResource) XXX_DiscardUnknown() { … } var xxx_messageInfo_ClaimResource … func (m *ClaimResource) GetCDIDevices() []*CDIDevice { … } func (m *ClaimResource) GetDriverName() string { … } func (m *ClaimResource) GetPoolName() string { … } func (m *ClaimResource) GetDeviceName() string { … } type CDIDevice … func (m *CDIDevice) Reset() { … } func (*CDIDevice) ProtoMessage() { … } func (*CDIDevice) Descriptor() ([]byte, []int) { … } func (m *CDIDevice) XXX_Unmarshal(b []byte) error { … } func (m *CDIDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *CDIDevice) XXX_Merge(src proto.Message) { … } func (m *CDIDevice) XXX_Size() int { … } func (m *CDIDevice) XXX_DiscardUnknown() { … } var xxx_messageInfo_CDIDevice … func (m *CDIDevice) GetName() string { … } type GetPodResourcesRequest … func (m *GetPodResourcesRequest) Reset() { … } func (*GetPodResourcesRequest) ProtoMessage() { … } func (*GetPodResourcesRequest) Descriptor() ([]byte, []int) { … } func (m *GetPodResourcesRequest) XXX_Unmarshal(b []byte) error { … } func (m *GetPodResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *GetPodResourcesRequest) XXX_Merge(src proto.Message) { … } func (m *GetPodResourcesRequest) XXX_Size() int { … } func (m *GetPodResourcesRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_GetPodResourcesRequest … func (m *GetPodResourcesRequest) GetPodName() string { … } func (m *GetPodResourcesRequest) GetPodNamespace() string { … } type GetPodResourcesResponse … func (m *GetPodResourcesResponse) Reset() { … } func (*GetPodResourcesResponse) ProtoMessage() { … } func (*GetPodResourcesResponse) Descriptor() ([]byte, []int) { … } func (m *GetPodResourcesResponse) XXX_Unmarshal(b []byte) error { … } func (m *GetPodResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *GetPodResourcesResponse) XXX_Merge(src proto.Message) { … } func (m *GetPodResourcesResponse) XXX_Size() int { … } func (m *GetPodResourcesResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_GetPodResourcesResponse … func (m *GetPodResourcesResponse) GetPodResources() *PodResources { … } func init() { … } func init() { … } var fileDescriptor_00212fb1f9d3bf1c … var _ … var _ … const _ … type PodResourcesListerClient … type podResourcesListerClient … func NewPodResourcesListerClient(cc *grpc.ClientConn) PodResourcesListerClient { … } func (c *podResourcesListerClient) List(ctx context.Context, in *ListPodResourcesRequest, opts ...grpc.CallOption) (*ListPodResourcesResponse, error) { … } func (c *podResourcesListerClient) GetAllocatableResources(ctx context.Context, in *AllocatableResourcesRequest, opts ...grpc.CallOption) (*AllocatableResourcesResponse, error) { … } func (c *podResourcesListerClient) Get(ctx context.Context, in *GetPodResourcesRequest, opts ...grpc.CallOption) (*GetPodResourcesResponse, error) { … } type PodResourcesListerServer … type UnimplementedPodResourcesListerServer … func (*UnimplementedPodResourcesListerServer) List(ctx context.Context, req *ListPodResourcesRequest) (*ListPodResourcesResponse, error) { … } func (*UnimplementedPodResourcesListerServer) GetAllocatableResources(ctx context.Context, req *AllocatableResourcesRequest) (*AllocatableResourcesResponse, error) { … } func (*UnimplementedPodResourcesListerServer) Get(ctx context.Context, req *GetPodResourcesRequest) (*GetPodResourcesResponse, error) { … } func RegisterPodResourcesListerServer(s *grpc.Server, srv PodResourcesListerServer) { … } func _PodResourcesLister_List_Handler(srv interface{ … } func _PodResourcesLister_GetAllocatableResources_Handler(srv interface{ … } func _PodResourcesLister_Get_Handler(srv interface{ … } var _PodResourcesLister_serviceDesc … func (m *AllocatableResourcesRequest) Marshal() (dAtA []byte, err error) { … } func (m *AllocatableResourcesRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *AllocatableResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *AllocatableResourcesResponse) Marshal() (dAtA []byte, err error) { … } func (m *AllocatableResourcesResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *AllocatableResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ListPodResourcesRequest) Marshal() (dAtA []byte, err error) { … } func (m *ListPodResourcesRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *ListPodResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ListPodResourcesResponse) Marshal() (dAtA []byte, err error) { … } func (m *ListPodResourcesResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *ListPodResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *PodResources) Marshal() (dAtA []byte, err error) { … } func (m *PodResources) MarshalTo(dAtA []byte) (int, error) { … } func (m *PodResources) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerResources) Marshal() (dAtA []byte, err error) { … } func (m *ContainerResources) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerResources) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerMemory) Marshal() (dAtA []byte, err error) { … } func (m *ContainerMemory) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerMemory) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerDevices) Marshal() (dAtA []byte, err error) { … } func (m *ContainerDevices) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerDevices) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *TopologyInfo) Marshal() (dAtA []byte, err error) { … } func (m *TopologyInfo) MarshalTo(dAtA []byte) (int, error) { … } func (m *TopologyInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *NUMANode) Marshal() (dAtA []byte, err error) { … } func (m *NUMANode) MarshalTo(dAtA []byte) (int, error) { … } func (m *NUMANode) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *DynamicResource) Marshal() (dAtA []byte, err error) { … } func (m *DynamicResource) MarshalTo(dAtA []byte) (int, error) { … } func (m *DynamicResource) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ClaimResource) Marshal() (dAtA []byte, err error) { … } func (m *ClaimResource) MarshalTo(dAtA []byte) (int, error) { … } func (m *ClaimResource) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *CDIDevice) Marshal() (dAtA []byte, err error) { … } func (m *CDIDevice) MarshalTo(dAtA []byte) (int, error) { … } func (m *CDIDevice) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *GetPodResourcesRequest) Marshal() (dAtA []byte, err error) { … } func (m *GetPodResourcesRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *GetPodResourcesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *GetPodResourcesResponse) Marshal() (dAtA []byte, err error) { … } func (m *GetPodResourcesResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *GetPodResourcesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintApi(dAtA []byte, offset int, v uint64) int { … } func (m *AllocatableResourcesRequest) Size() (n int) { … } func (m *AllocatableResourcesResponse) Size() (n int) { … } func (m *ListPodResourcesRequest) Size() (n int) { … } func (m *ListPodResourcesResponse) Size() (n int) { … } func (m *PodResources) Size() (n int) { … } func (m *ContainerResources) Size() (n int) { … } func (m *ContainerMemory) Size() (n int) { … } func (m *ContainerDevices) Size() (n int) { … } func (m *TopologyInfo) Size() (n int) { … } func (m *NUMANode) Size() (n int) { … } func (m *DynamicResource) Size() (n int) { … } func (m *ClaimResource) Size() (n int) { … } func (m *CDIDevice) Size() (n int) { … } func (m *GetPodResourcesRequest) Size() (n int) { … } func (m *GetPodResourcesResponse) Size() (n int) { … } func sovApi(x uint64) (n int) { … } func sozApi(x uint64) (n int) { … } func (this *AllocatableResourcesRequest) String() string { … } func (this *AllocatableResourcesResponse) String() string { … } func (this *ListPodResourcesRequest) String() string { … } func (this *ListPodResourcesResponse) String() string { … } func (this *PodResources) String() string { … } func (this *ContainerResources) String() string { … } func (this *ContainerMemory) String() string { … } func (this *ContainerDevices) String() string { … } func (this *TopologyInfo) String() string { … } func (this *NUMANode) String() string { … } func (this *DynamicResource) String() string { … } func (this *ClaimResource) String() string { … } func (this *CDIDevice) String() string { … } func (this *GetPodResourcesRequest) String() string { … } func (this *GetPodResourcesResponse) String() string { … } func valueToStringApi(v interface{ … } func (m *AllocatableResourcesRequest) Unmarshal(dAtA []byte) error { … } func (m *AllocatableResourcesResponse) Unmarshal(dAtA []byte) error { … } func (m *ListPodResourcesRequest) Unmarshal(dAtA []byte) error { … } func (m *ListPodResourcesResponse) Unmarshal(dAtA []byte) error { … } func (m *PodResources) Unmarshal(dAtA []byte) error { … } func (m *ContainerResources) Unmarshal(dAtA []byte) error { … } func (m *ContainerMemory) Unmarshal(dAtA []byte) error { … } func (m *ContainerDevices) Unmarshal(dAtA []byte) error { … } func (m *TopologyInfo) Unmarshal(dAtA []byte) error { … } func (m *NUMANode) Unmarshal(dAtA []byte) error { … } func (m *DynamicResource) Unmarshal(dAtA []byte) error { … } func (m *ClaimResource) Unmarshal(dAtA []byte) error { … } func (m *CDIDevice) Unmarshal(dAtA []byte) error { … } func (m *GetPodResourcesRequest) Unmarshal(dAtA []byte) error { … } func (m *GetPodResourcesResponse) Unmarshal(dAtA []byte) error { … } func skipApi(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthApi … var ErrIntOverflowApi … var ErrUnexpectedEndOfGroupApi …