var _ … var _ … var _ … const _ … 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 { … } 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 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 { … } 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) GetDevicesIDs() []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) GetEnvs() map[string]string { … } func (m *AllocateResponse) GetMounts() []*Mount { … } func (m *AllocateResponse) GetDevices() []*DeviceSpec { … } func (m *AllocateResponse) GetAnnotations() map[string]string { … } 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) 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) Allocate(ctx context.Context, in *AllocateRequest, opts ...grpc.CallOption) (*AllocateResponse, error) { … } type DevicePluginServer … type UnimplementedDevicePluginServer … func (*UnimplementedDevicePluginServer) ListAndWatch(req *Empty, srv DevicePlugin_ListAndWatchServer) error { … } func (*UnimplementedDevicePluginServer) Allocate(ctx context.Context, req *AllocateRequest) (*AllocateResponse, error) { … } func RegisterDevicePluginServer(s *grpc.Server, srv DevicePluginServer) { … } func _DevicePlugin_ListAndWatch_Handler(srv interface{ … } type DevicePlugin_ListAndWatchServer … type devicePluginListAndWatchServer … func (x *devicePluginListAndWatchServer) Send(m *ListAndWatchResponse) error { … } func _DevicePlugin_Allocate_Handler(srv interface{ … } var _DevicePlugin_serviceDesc … 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 *Device) Marshal() (dAtA []byte, err error) { … } func (m *Device) MarshalTo(dAtA []byte) (int, error) { … } func (m *Device) 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 *AllocateResponse) Marshal() (dAtA []byte, err error) { … } func (m *AllocateResponse) MarshalTo(dAtA []byte) (int, error) { … } func (m *AllocateResponse) 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 *RegisterRequest) Size() (n int) { … } func (m *Empty) Size() (n int) { … } func (m *ListAndWatchResponse) Size() (n int) { … } func (m *Device) Size() (n int) { … } func (m *AllocateRequest) Size() (n int) { … } func (m *AllocateResponse) 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 *RegisterRequest) String() string { … } func (this *Empty) String() string { … } func (this *ListAndWatchResponse) String() string { … } func (this *Device) String() string { … } func (this *AllocateRequest) String() string { … } func (this *AllocateResponse) String() string { … } func (this *Mount) String() string { … } func (this *DeviceSpec) String() string { … } func valueToStringApi(v interface{ … } func (m *RegisterRequest) Unmarshal(dAtA []byte) error { … } func (m *Empty) Unmarshal(dAtA []byte) error { … } func (m *ListAndWatchResponse) Unmarshal(dAtA []byte) error { … } func (m *Device) Unmarshal(dAtA []byte) error { … } func (m *AllocateRequest) Unmarshal(dAtA []byte) error { … } func (m *AllocateResponse) 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 …