var _ … var _ … var _ … const _ … type DevicePluginOptions … func (m *DevicePluginOptions) Reset() { … } func (*DevicePluginOptions) ProtoMessage() { … } func (*DevicePluginOptions) Descriptor() ([]byte, []int) { … } func (m *DevicePluginOptions) XXX_Unmarshal(b []byte) error { … } func (m *DevicePluginOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *DevicePluginOptions) XXX_Merge(src proto.Message) { … } func (m *DevicePluginOptions) XXX_Size() int { … } func (m *DevicePluginOptions) XXX_DiscardUnknown() { … } var xxx_messageInfo_DevicePluginOptions … func (m *DevicePluginOptions) GetPreStartRequired() bool { … } func (m *DevicePluginOptions) GetGetPreferredAllocationAvailable() bool { … } type RegisterRequest … func (m *RegisterRequest) Reset() { … } func (*RegisterRequest) ProtoMessage() { … } func (*RegisterRequest) Descriptor() ([]byte, []int) { … } func (m *RegisterRequest) XXX_Unmarshal(b []byte) error { … } func (m *RegisterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *RegisterRequest) XXX_Merge(src proto.Message) { … } func (m *RegisterRequest) XXX_Size() int { … } func (m *RegisterRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_RegisterRequest … func (m *RegisterRequest) GetVersion() string { … } func (m *RegisterRequest) GetEndpoint() string { … } func (m *RegisterRequest) GetResourceName() string { … } func (m *RegisterRequest) GetOptions() *DevicePluginOptions { … } type Empty … func (m *Empty) Reset() { … } func (*Empty) ProtoMessage() { … } func (*Empty) Descriptor() ([]byte, []int) { … } func (m *Empty) XXX_Unmarshal(b []byte) error { … } func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *Empty) XXX_Merge(src proto.Message) { … } func (m *Empty) XXX_Size() int { … } func (m *Empty) XXX_DiscardUnknown() { … } var xxx_messageInfo_Empty … type ListAndWatchResponse … func (m *ListAndWatchResponse) Reset() { … } func (*ListAndWatchResponse) ProtoMessage() { … } func (*ListAndWatchResponse) Descriptor() ([]byte, []int) { … } func (m *ListAndWatchResponse) XXX_Unmarshal(b []byte) error { … } func (m *ListAndWatchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ListAndWatchResponse) XXX_Merge(src proto.Message) { … } func (m *ListAndWatchResponse) XXX_Size() int { … } func (m *ListAndWatchResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_ListAndWatchResponse … func (m *ListAndWatchResponse) GetDevices() []*Device { … } 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 Device … func (m *Device) Reset() { … } func (*Device) ProtoMessage() { … } func (*Device) Descriptor() ([]byte, []int) { … } func (m *Device) XXX_Unmarshal(b []byte) error { … } func (m *Device) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *Device) XXX_Merge(src proto.Message) { … } func (m *Device) XXX_Size() int { … } func (m *Device) XXX_DiscardUnknown() { … } var xxx_messageInfo_Device … func (m *Device) GetID() string { … } func (m *Device) GetHealth() string { … } func (m *Device) GetTopology() *TopologyInfo { … } type PreStartContainerRequest … func (m *PreStartContainerRequest) Reset() { … } func (*PreStartContainerRequest) ProtoMessage() { … } func (*PreStartContainerRequest) Descriptor() ([]byte, []int) { … } func (m *PreStartContainerRequest) XXX_Unmarshal(b []byte) error { … } func (m *PreStartContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PreStartContainerRequest) XXX_Merge(src proto.Message) { … } func (m *PreStartContainerRequest) XXX_Size() int { … } func (m *PreStartContainerRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_PreStartContainerRequest … func (m *PreStartContainerRequest) GetDevicesIDs() []string { … } type PreStartContainerResponse … func (m *PreStartContainerResponse) Reset() { … } func (*PreStartContainerResponse) ProtoMessage() { … } func (*PreStartContainerResponse) Descriptor() ([]byte, []int) { … } func (m *PreStartContainerResponse) XXX_Unmarshal(b []byte) error { … } func (m *PreStartContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PreStartContainerResponse) XXX_Merge(src proto.Message) { … } func (m *PreStartContainerResponse) XXX_Size() int { … } func (m *PreStartContainerResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_PreStartContainerResponse … type PreferredAllocationRequest … func (m *PreferredAllocationRequest) Reset() { … } func (*PreferredAllocationRequest) ProtoMessage() { … } func (*PreferredAllocationRequest) Descriptor() ([]byte, []int) { … } func (m *PreferredAllocationRequest) XXX_Unmarshal(b []byte) error { … } func (m *PreferredAllocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PreferredAllocationRequest) XXX_Merge(src proto.Message) { … } func (m *PreferredAllocationRequest) XXX_Size() int { … } func (m *PreferredAllocationRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_PreferredAllocationRequest … func (m *PreferredAllocationRequest) GetContainerRequests() []*ContainerPreferredAllocationRequest { … } type ContainerPreferredAllocationRequest … func (m *ContainerPreferredAllocationRequest) Reset() { … } func (*ContainerPreferredAllocationRequest) ProtoMessage() { … } func (*ContainerPreferredAllocationRequest) Descriptor() ([]byte, []int) { … } func (m *ContainerPreferredAllocationRequest) XXX_Unmarshal(b []byte) error { … } func (m *ContainerPreferredAllocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerPreferredAllocationRequest) XXX_Merge(src proto.Message) { … } func (m *ContainerPreferredAllocationRequest) XXX_Size() int { … } func (m *ContainerPreferredAllocationRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerPreferredAllocationRequest … func (m *ContainerPreferredAllocationRequest) GetAvailableDeviceIDs() []string { … } func (m *ContainerPreferredAllocationRequest) GetMustIncludeDeviceIDs() []string { … } func (m *ContainerPreferredAllocationRequest) GetAllocationSize() int32 { … } type PreferredAllocationResponse … func (m *PreferredAllocationResponse) Reset() { … } func (*PreferredAllocationResponse) ProtoMessage() { … } func (*PreferredAllocationResponse) Descriptor() ([]byte, []int) { … } func (m *PreferredAllocationResponse) XXX_Unmarshal(b []byte) error { … } func (m *PreferredAllocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *PreferredAllocationResponse) XXX_Merge(src proto.Message) { … } func (m *PreferredAllocationResponse) XXX_Size() int { … } func (m *PreferredAllocationResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_PreferredAllocationResponse … func (m *PreferredAllocationResponse) GetContainerResponses() []*ContainerPreferredAllocationResponse { … } type ContainerPreferredAllocationResponse … func (m *ContainerPreferredAllocationResponse) Reset() { … } func (*ContainerPreferredAllocationResponse) ProtoMessage() { … } func (*ContainerPreferredAllocationResponse) Descriptor() ([]byte, []int) { … } func (m *ContainerPreferredAllocationResponse) XXX_Unmarshal(b []byte) error { … } func (m *ContainerPreferredAllocationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerPreferredAllocationResponse) XXX_Merge(src proto.Message) { … } func (m *ContainerPreferredAllocationResponse) XXX_Size() int { … } func (m *ContainerPreferredAllocationResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerPreferredAllocationResponse … func (m *ContainerPreferredAllocationResponse) GetDeviceIDs() []string { … } type AllocateRequest … func (m *AllocateRequest) Reset() { … } func (*AllocateRequest) ProtoMessage() { … } func (*AllocateRequest) Descriptor() ([]byte, []int) { … } func (m *AllocateRequest) XXX_Unmarshal(b []byte) error { … } func (m *AllocateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *AllocateRequest) XXX_Merge(src proto.Message) { … } func (m *AllocateRequest) XXX_Size() int { … } func (m *AllocateRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_AllocateRequest … func (m *AllocateRequest) GetContainerRequests() []*ContainerAllocateRequest { … } type ContainerAllocateRequest … func (m *ContainerAllocateRequest) Reset() { … } func (*ContainerAllocateRequest) ProtoMessage() { … } func (*ContainerAllocateRequest) Descriptor() ([]byte, []int) { … } func (m *ContainerAllocateRequest) XXX_Unmarshal(b []byte) error { … } func (m *ContainerAllocateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerAllocateRequest) XXX_Merge(src proto.Message) { … } func (m *ContainerAllocateRequest) XXX_Size() int { … } func (m *ContainerAllocateRequest) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerAllocateRequest … func (m *ContainerAllocateRequest) GetDevicesIDs() []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 AllocateResponse … func (m *AllocateResponse) Reset() { … } func (*AllocateResponse) ProtoMessage() { … } func (*AllocateResponse) Descriptor() ([]byte, []int) { … } func (m *AllocateResponse) XXX_Unmarshal(b []byte) error { … } func (m *AllocateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *AllocateResponse) XXX_Merge(src proto.Message) { … } func (m *AllocateResponse) XXX_Size() int { … } func (m *AllocateResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_AllocateResponse … func (m *AllocateResponse) GetContainerResponses() []*ContainerAllocateResponse { … } type ContainerAllocateResponse … func (m *ContainerAllocateResponse) Reset() { … } func (*ContainerAllocateResponse) ProtoMessage() { … } func (*ContainerAllocateResponse) Descriptor() ([]byte, []int) { … } func (m *ContainerAllocateResponse) XXX_Unmarshal(b []byte) error { … } func (m *ContainerAllocateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *ContainerAllocateResponse) XXX_Merge(src proto.Message) { … } func (m *ContainerAllocateResponse) XXX_Size() int { … } func (m *ContainerAllocateResponse) XXX_DiscardUnknown() { … } var xxx_messageInfo_ContainerAllocateResponse … func (m *ContainerAllocateResponse) GetEnvs() map[string]string { … } func (m *ContainerAllocateResponse) GetMounts() []*Mount { … } func (m *ContainerAllocateResponse) GetDevices() []*DeviceSpec { … } func (m *ContainerAllocateResponse) GetAnnotations() map[string]string { … } func (m *ContainerAllocateResponse) GetCDIDevices() []*CDIDevice { … } type Mount … func (m *Mount) Reset() { … } func (*Mount) ProtoMessage() { … } func (*Mount) Descriptor() ([]byte, []int) { … } func (m *Mount) XXX_Unmarshal(b []byte) error { … } func (m *Mount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *Mount) XXX_Merge(src proto.Message) { … } func (m *Mount) XXX_Size() int { … } func (m *Mount) XXX_DiscardUnknown() { … } var xxx_messageInfo_Mount … func (m *Mount) GetContainerPath() string { … } func (m *Mount) GetHostPath() string { … } func (m *Mount) GetReadOnly() bool { … } type DeviceSpec … func (m *DeviceSpec) Reset() { … } func (*DeviceSpec) ProtoMessage() { … } func (*DeviceSpec) Descriptor() ([]byte, []int) { … } func (m *DeviceSpec) XXX_Unmarshal(b []byte) error { … } func (m *DeviceSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *DeviceSpec) XXX_Merge(src proto.Message) { … } func (m *DeviceSpec) XXX_Size() int { … } func (m *DeviceSpec) XXX_DiscardUnknown() { … } var xxx_messageInfo_DeviceSpec … func (m *DeviceSpec) GetContainerPath() string { … } func (m *DeviceSpec) GetHostPath() string { … } func (m *DeviceSpec) GetPermissions() string { … } func init() { … } func init() { … } var fileDescriptor_00212fb1f9d3bf1c … var _ … var _ … const _ … type RegistrationClient … type registrationClient … func NewRegistrationClient(cc *grpc.ClientConn) RegistrationClient { … } func (c *registrationClient) Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*Empty, error) { … } type RegistrationServer … type UnimplementedRegistrationServer … func (*UnimplementedRegistrationServer) Register(ctx context.Context, req *RegisterRequest) (*Empty, error) { … } func RegisterRegistrationServer(s *grpc.Server, srv RegistrationServer) { … } func _Registration_Register_Handler(srv interface{ … } var _Registration_serviceDesc … type DevicePluginClient … type devicePluginClient … func NewDevicePluginClient(cc *grpc.ClientConn) DevicePluginClient { … } func (c *devicePluginClient) GetDevicePluginOptions(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*DevicePluginOptions, error) { … } func (c *devicePluginClient) ListAndWatch(ctx context.Context, in *Empty, opts ...grpc.CallOption) (DevicePlugin_ListAndWatchClient, error) { … } type DevicePlugin_ListAndWatchClient … type devicePluginListAndWatchClient … func (x *devicePluginListAndWatchClient) Recv() (*ListAndWatchResponse, error) { … } func (c *devicePluginClient) GetPreferredAllocation(ctx context.Context, in *PreferredAllocationRequest, opts ...grpc.CallOption) (*PreferredAllocationResponse, error) { … } func (c *devicePluginClient) Allocate(ctx context.Context, in *AllocateRequest, opts ...grpc.CallOption) (*AllocateResponse, error) { … } func (c *devicePluginClient) PreStartContainer(ctx context.Context, in *PreStartContainerRequest, opts ...grpc.CallOption) (*PreStartContainerResponse, error) { … } type DevicePluginServer … type UnimplementedDevicePluginServer … func (*UnimplementedDevicePluginServer) GetDevicePluginOptions(ctx context.Context, req *Empty) (*DevicePluginOptions, error) { … } func (*UnimplementedDevicePluginServer) ListAndWatch(req *Empty, srv DevicePlugin_ListAndWatchServer) error { … } func (*UnimplementedDevicePluginServer) GetPreferredAllocation(ctx context.Context, req *PreferredAllocationRequest) (*PreferredAllocationResponse, error) { … } func (*UnimplementedDevicePluginServer) Allocate(ctx context.Context, req *AllocateRequest) (*AllocateResponse, error) { … } func (*UnimplementedDevicePluginServer) PreStartContainer(ctx context.Context, req *PreStartContainerRequest) (*PreStartContainerResponse, error) { … } func RegisterDevicePluginServer(s *grpc.Server, srv DevicePluginServer) { … } func _DevicePlugin_GetDevicePluginOptions_Handler(srv interface{ … } func _DevicePlugin_ListAndWatch_Handler(srv interface{ … } type DevicePlugin_ListAndWatchServer … type devicePluginListAndWatchServer … func (x *devicePluginListAndWatchServer) Send(m *ListAndWatchResponse) error { … } func _DevicePlugin_GetPreferredAllocation_Handler(srv interface{ … } func _DevicePlugin_Allocate_Handler(srv interface{ … } func _DevicePlugin_PreStartContainer_Handler(srv interface{ … } var _DevicePlugin_serviceDesc … func (m *DevicePluginOptions) Marshal() (dAtA []byte, err error) { … } func (m *DevicePluginOptions) MarshalTo(dAtA []byte) (int, error) { … } func (m *DevicePluginOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *RegisterRequest) Marshal() (dAtA []byte, err error) { … } func (m *RegisterRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *RegisterRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *Empty) Marshal() (dAtA []byte, err error) { … } func (m *Empty) MarshalTo(dAtA []byte) (int, error) { … } func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ListAndWatchResponse) Marshal() (dAtA []byte, err error) { … } func (m *ListAndWatchResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *ListAndWatchResponse) 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 *Device) Marshal() (dAtA []byte, err error) { … } func (m *Device) MarshalTo(dAtA []byte) (int, error) { … } func (m *Device) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *PreStartContainerRequest) Marshal() (dAtA []byte, err error) { … } func (m *PreStartContainerRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *PreStartContainerRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *PreStartContainerResponse) Marshal() (dAtA []byte, err error) { … } func (m *PreStartContainerResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *PreStartContainerResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *PreferredAllocationRequest) Marshal() (dAtA []byte, err error) { … } func (m *PreferredAllocationRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *PreferredAllocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerPreferredAllocationRequest) Marshal() (dAtA []byte, err error) { … } func (m *ContainerPreferredAllocationRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerPreferredAllocationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *PreferredAllocationResponse) Marshal() (dAtA []byte, err error) { … } func (m *PreferredAllocationResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *PreferredAllocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerPreferredAllocationResponse) Marshal() (dAtA []byte, err error) { … } func (m *ContainerPreferredAllocationResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerPreferredAllocationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *AllocateRequest) Marshal() (dAtA []byte, err error) { … } func (m *AllocateRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *AllocateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerAllocateRequest) Marshal() (dAtA []byte, err error) { … } func (m *ContainerAllocateRequest) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerAllocateRequest) 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 *AllocateResponse) Marshal() (dAtA []byte, err error) { … } func (m *AllocateResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *AllocateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *ContainerAllocateResponse) Marshal() (dAtA []byte, err error) { … } func (m *ContainerAllocateResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *ContainerAllocateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *Mount) Marshal() (dAtA []byte, err error) { … } func (m *Mount) MarshalTo(dAtA []byte) (int, error) { … } func (m *Mount) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func (m *DeviceSpec) Marshal() (dAtA []byte, err error) { … } func (m *DeviceSpec) MarshalTo(dAtA []byte) (int, error) { … } func (m *DeviceSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintApi(dAtA []byte, offset int, v uint64) int { … } func (m *DevicePluginOptions) Size() (n int) { … } func (m *RegisterRequest) Size() (n int) { … } func (m *Empty) Size() (n int) { … } func (m *ListAndWatchResponse) Size() (n int) { … } func (m *TopologyInfo) Size() (n int) { … } func (m *NUMANode) Size() (n int) { … } func (m *Device) Size() (n int) { … } func (m *PreStartContainerRequest) Size() (n int) { … } func (m *PreStartContainerResponse) Size() (n int) { … } func (m *PreferredAllocationRequest) Size() (n int) { … } func (m *ContainerPreferredAllocationRequest) Size() (n int) { … } func (m *PreferredAllocationResponse) Size() (n int) { … } func (m *ContainerPreferredAllocationResponse) Size() (n int) { … } func (m *AllocateRequest) Size() (n int) { … } func (m *ContainerAllocateRequest) Size() (n int) { … } func (m *CDIDevice) Size() (n int) { … } func (m *AllocateResponse) Size() (n int) { … } func (m *ContainerAllocateResponse) Size() (n int) { … } func (m *Mount) Size() (n int) { … } func (m *DeviceSpec) Size() (n int) { … } func sovApi(x uint64) (n int) { … } func sozApi(x uint64) (n int) { … } func (this *DevicePluginOptions) String() string { … } func (this *RegisterRequest) String() string { … } func (this *Empty) String() string { … } func (this *ListAndWatchResponse) String() string { … } func (this *TopologyInfo) String() string { … } func (this *NUMANode) String() string { … } func (this *Device) String() string { … } func (this *PreStartContainerRequest) String() string { … } func (this *PreStartContainerResponse) String() string { … } func (this *PreferredAllocationRequest) String() string { … } func (this *ContainerPreferredAllocationRequest) String() string { … } func (this *PreferredAllocationResponse) String() string { … } func (this *ContainerPreferredAllocationResponse) String() string { … } func (this *AllocateRequest) String() string { … } func (this *ContainerAllocateRequest) String() string { … } func (this *CDIDevice) String() string { … } func (this *AllocateResponse) String() string { … } func (this *ContainerAllocateResponse) String() string { … } func (this *Mount) String() string { … } func (this *DeviceSpec) String() string { … } func valueToStringApi(v interface{ … } func (m *DevicePluginOptions) Unmarshal(dAtA []byte) error { … } func (m *RegisterRequest) Unmarshal(dAtA []byte) error { … } func (m *Empty) Unmarshal(dAtA []byte) error { … } func (m *ListAndWatchResponse) Unmarshal(dAtA []byte) error { … } func (m *TopologyInfo) Unmarshal(dAtA []byte) error { … } func (m *NUMANode) Unmarshal(dAtA []byte) error { … } func (m *Device) Unmarshal(dAtA []byte) error { … } func (m *PreStartContainerRequest) Unmarshal(dAtA []byte) error { … } func (m *PreStartContainerResponse) Unmarshal(dAtA []byte) error { … } func (m *PreferredAllocationRequest) Unmarshal(dAtA []byte) error { … } func (m *ContainerPreferredAllocationRequest) Unmarshal(dAtA []byte) error { … } func (m *PreferredAllocationResponse) Unmarshal(dAtA []byte) error { … } func (m *ContainerPreferredAllocationResponse) Unmarshal(dAtA []byte) error { … } func (m *AllocateRequest) Unmarshal(dAtA []byte) error { … } func (m *ContainerAllocateRequest) Unmarshal(dAtA []byte) error { … } func (m *CDIDevice) Unmarshal(dAtA []byte) error { … } func (m *AllocateResponse) Unmarshal(dAtA []byte) error { … } func (m *ContainerAllocateResponse) Unmarshal(dAtA []byte) error { … } func (m *Mount) Unmarshal(dAtA []byte) error { … } func (m *DeviceSpec) Unmarshal(dAtA []byte) error { … } func skipApi(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthApi … var ErrIntOverflowApi … var ErrUnexpectedEndOfGroupApi …