Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const CSIPlugin + const DevicePlugin + var ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") + func RegisterRegistrationServer(s *grpc.Server, srv RegistrationServer) + type InfoRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*InfoRequest) Descriptor() ([]byte, []int) + func (*InfoRequest) ProtoMessage() + func (m *InfoRequest) Marshal() (dAtA []byte, err error) + func (m *InfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *InfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *InfoRequest) Reset() + func (m *InfoRequest) Size() (n int) + func (m *InfoRequest) Unmarshal(dAtA []byte) error + func (m *InfoRequest) XXX_DiscardUnknown() + func (m *InfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InfoRequest) XXX_Merge(src proto.Message) + func (m *InfoRequest) XXX_Size() int + func (m *InfoRequest) XXX_Unmarshal(b []byte) error + func (this *InfoRequest) String() string + type PluginInfo struct + Endpoint string + Name string + SupportedVersions []string + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*PluginInfo) Descriptor() ([]byte, []int) + func (*PluginInfo) ProtoMessage() + func (m *PluginInfo) GetEndpoint() string + func (m *PluginInfo) GetName() string + func (m *PluginInfo) GetSupportedVersions() []string + func (m *PluginInfo) GetType() string + func (m *PluginInfo) Marshal() (dAtA []byte, err error) + func (m *PluginInfo) MarshalTo(dAtA []byte) (int, error) + func (m *PluginInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *PluginInfo) Reset() + func (m *PluginInfo) Size() (n int) + func (m *PluginInfo) Unmarshal(dAtA []byte) error + func (m *PluginInfo) XXX_DiscardUnknown() + func (m *PluginInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PluginInfo) XXX_Merge(src proto.Message) + func (m *PluginInfo) XXX_Size() int + func (m *PluginInfo) XXX_Unmarshal(b []byte) error + func (this *PluginInfo) String() string + type RegistrationClient interface + GetInfo func(ctx context.Context, in *InfoRequest, opts ...grpc.CallOption) (*PluginInfo, error) + NotifyRegistrationStatus func(ctx context.Context, in *RegistrationStatus, opts ...grpc.CallOption) (*RegistrationStatusResponse, error) + func NewRegistrationClient(cc *grpc.ClientConn) RegistrationClient + type RegistrationServer interface + GetInfo func(context.Context, *InfoRequest) (*PluginInfo, error) + NotifyRegistrationStatus func(context.Context, *RegistrationStatus) (*RegistrationStatusResponse, error) + type RegistrationStatus struct + Error string + PluginRegistered bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*RegistrationStatus) Descriptor() ([]byte, []int) + func (*RegistrationStatus) ProtoMessage() + func (m *RegistrationStatus) GetError() string + func (m *RegistrationStatus) GetPluginRegistered() bool + func (m *RegistrationStatus) Marshal() (dAtA []byte, err error) + func (m *RegistrationStatus) MarshalTo(dAtA []byte) (int, error) + func (m *RegistrationStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RegistrationStatus) Reset() + func (m *RegistrationStatus) Size() (n int) + func (m *RegistrationStatus) Unmarshal(dAtA []byte) error + func (m *RegistrationStatus) XXX_DiscardUnknown() + func (m *RegistrationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegistrationStatus) XXX_Merge(src proto.Message) + func (m *RegistrationStatus) XXX_Size() int + func (m *RegistrationStatus) XXX_Unmarshal(b []byte) error + func (this *RegistrationStatus) String() string + type RegistrationStatusResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + func (*RegistrationStatusResponse) Descriptor() ([]byte, []int) + func (*RegistrationStatusResponse) ProtoMessage() + func (m *RegistrationStatusResponse) Marshal() (dAtA []byte, err error) + func (m *RegistrationStatusResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RegistrationStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RegistrationStatusResponse) Reset() + func (m *RegistrationStatusResponse) Size() (n int) + func (m *RegistrationStatusResponse) Unmarshal(dAtA []byte) error + func (m *RegistrationStatusResponse) XXX_DiscardUnknown() + func (m *RegistrationStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RegistrationStatusResponse) XXX_Merge(src proto.Message) + func (m *RegistrationStatusResponse) XXX_Size() int + func (m *RegistrationStatusResponse) XXX_Unmarshal(b []byte) error + func (this *RegistrationStatusResponse) String() string + type UnimplementedRegistrationServer struct + func (*UnimplementedRegistrationServer) GetInfo(ctx context.Context, req *InfoRequest) (*PluginInfo, error) + func (*UnimplementedRegistrationServer) NotifyRegistrationStatus(ctx context.Context, req *RegistrationStatus) (*RegistrationStatusResponse, error)