Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + var ControllerServiceCapability_RPC_Type_name = map[int32]string + var ControllerServiceCapability_RPC_Type_value = map[string]int32 + var NodeServiceCapability_RPC_Type_name = map[int32]string + var NodeServiceCapability_RPC_Type_value = map[string]int32 + var PluginCapability_Service_Type_name = map[int32]string + var PluginCapability_Service_Type_value = map[string]int32 + var SnapshotStatus_Type_name = map[int32]string + var SnapshotStatus_Type_value = map[string]int32 + var VolumeCapability_AccessMode_Mode_name = map[int32]string + var VolumeCapability_AccessMode_Mode_value = map[string]int32 + func RegisterControllerServer(s *grpc.Server, srv ControllerServer) + func RegisterIdentityServer(s *grpc.Server, srv IdentityServer) + func RegisterNodeServer(s *grpc.Server, srv NodeServer) + type CapacityRange struct + LimitBytes int64 + RequiredBytes int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CapacityRange) Descriptor() ([]byte, []int) + func (*CapacityRange) ProtoMessage() + func (dst *CapacityRange) XXX_Merge(src proto.Message) + func (m *CapacityRange) GetLimitBytes() int64 + func (m *CapacityRange) GetRequiredBytes() int64 + func (m *CapacityRange) Reset() + func (m *CapacityRange) String() string + func (m *CapacityRange) XXX_DiscardUnknown() + func (m *CapacityRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CapacityRange) XXX_Size() int + func (m *CapacityRange) XXX_Unmarshal(b []byte) error + type ControllerClient interface + ControllerGetCapabilities func(ctx context.Context, in *ControllerGetCapabilitiesRequest, ...) (*ControllerGetCapabilitiesResponse, error) + ControllerPublishVolume func(ctx context.Context, in *ControllerPublishVolumeRequest, ...) (*ControllerPublishVolumeResponse, error) + ControllerUnpublishVolume func(ctx context.Context, in *ControllerUnpublishVolumeRequest, ...) (*ControllerUnpublishVolumeResponse, error) + CreateSnapshot func(ctx context.Context, in *CreateSnapshotRequest, opts ...grpc.CallOption) (*CreateSnapshotResponse, error) + CreateVolume func(ctx context.Context, in *CreateVolumeRequest, opts ...grpc.CallOption) (*CreateVolumeResponse, error) + DeleteSnapshot func(ctx context.Context, in *DeleteSnapshotRequest, opts ...grpc.CallOption) (*DeleteSnapshotResponse, error) + DeleteVolume func(ctx context.Context, in *DeleteVolumeRequest, opts ...grpc.CallOption) (*DeleteVolumeResponse, error) + GetCapacity func(ctx context.Context, in *GetCapacityRequest, opts ...grpc.CallOption) (*GetCapacityResponse, error) + ListSnapshots func(ctx context.Context, in *ListSnapshotsRequest, opts ...grpc.CallOption) (*ListSnapshotsResponse, error) + ListVolumes func(ctx context.Context, in *ListVolumesRequest, opts ...grpc.CallOption) (*ListVolumesResponse, error) + ValidateVolumeCapabilities func(ctx context.Context, in *ValidateVolumeCapabilitiesRequest, ...) (*ValidateVolumeCapabilitiesResponse, error) + func NewControllerClient(cc *grpc.ClientConn) ControllerClient + type ControllerGetCapabilitiesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerGetCapabilitiesRequest) Descriptor() ([]byte, []int) + func (*ControllerGetCapabilitiesRequest) ProtoMessage() + func (dst *ControllerGetCapabilitiesRequest) XXX_Merge(src proto.Message) + func (m *ControllerGetCapabilitiesRequest) Reset() + func (m *ControllerGetCapabilitiesRequest) String() string + func (m *ControllerGetCapabilitiesRequest) XXX_DiscardUnknown() + func (m *ControllerGetCapabilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerGetCapabilitiesRequest) XXX_Size() int + func (m *ControllerGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error + type ControllerGetCapabilitiesResponse struct + Capabilities []*ControllerServiceCapability + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerGetCapabilitiesResponse) Descriptor() ([]byte, []int) + func (*ControllerGetCapabilitiesResponse) ProtoMessage() + func (dst *ControllerGetCapabilitiesResponse) XXX_Merge(src proto.Message) + func (m *ControllerGetCapabilitiesResponse) GetCapabilities() []*ControllerServiceCapability + func (m *ControllerGetCapabilitiesResponse) Reset() + func (m *ControllerGetCapabilitiesResponse) String() string + func (m *ControllerGetCapabilitiesResponse) XXX_DiscardUnknown() + func (m *ControllerGetCapabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerGetCapabilitiesResponse) XXX_Size() int + func (m *ControllerGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error + type ControllerPublishVolumeRequest struct + ControllerPublishSecrets map[string]string + NodeId string + Readonly bool + VolumeAttributes map[string]string + VolumeCapability *VolumeCapability + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerPublishVolumeRequest) Descriptor() ([]byte, []int) + func (*ControllerPublishVolumeRequest) ProtoMessage() + func (dst *ControllerPublishVolumeRequest) XXX_Merge(src proto.Message) + func (m *ControllerPublishVolumeRequest) GetControllerPublishSecrets() map[string]string + func (m *ControllerPublishVolumeRequest) GetNodeId() string + func (m *ControllerPublishVolumeRequest) GetReadonly() bool + func (m *ControllerPublishVolumeRequest) GetVolumeAttributes() map[string]string + func (m *ControllerPublishVolumeRequest) GetVolumeCapability() *VolumeCapability + func (m *ControllerPublishVolumeRequest) GetVolumeId() string + func (m *ControllerPublishVolumeRequest) Reset() + func (m *ControllerPublishVolumeRequest) String() string + func (m *ControllerPublishVolumeRequest) XXX_DiscardUnknown() + func (m *ControllerPublishVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerPublishVolumeRequest) XXX_Size() int + func (m *ControllerPublishVolumeRequest) XXX_Unmarshal(b []byte) error + type ControllerPublishVolumeResponse struct + PublishInfo map[string]string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerPublishVolumeResponse) Descriptor() ([]byte, []int) + func (*ControllerPublishVolumeResponse) ProtoMessage() + func (dst *ControllerPublishVolumeResponse) XXX_Merge(src proto.Message) + func (m *ControllerPublishVolumeResponse) GetPublishInfo() map[string]string + func (m *ControllerPublishVolumeResponse) Reset() + func (m *ControllerPublishVolumeResponse) String() string + func (m *ControllerPublishVolumeResponse) XXX_DiscardUnknown() + func (m *ControllerPublishVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerPublishVolumeResponse) XXX_Size() int + func (m *ControllerPublishVolumeResponse) XXX_Unmarshal(b []byte) error + type ControllerServer interface + ControllerGetCapabilities func(context.Context, *ControllerGetCapabilitiesRequest) (*ControllerGetCapabilitiesResponse, error) + ControllerPublishVolume func(context.Context, *ControllerPublishVolumeRequest) (*ControllerPublishVolumeResponse, error) + ControllerUnpublishVolume func(context.Context, *ControllerUnpublishVolumeRequest) (*ControllerUnpublishVolumeResponse, error) + CreateSnapshot func(context.Context, *CreateSnapshotRequest) (*CreateSnapshotResponse, error) + CreateVolume func(context.Context, *CreateVolumeRequest) (*CreateVolumeResponse, error) + DeleteSnapshot func(context.Context, *DeleteSnapshotRequest) (*DeleteSnapshotResponse, error) + DeleteVolume func(context.Context, *DeleteVolumeRequest) (*DeleteVolumeResponse, error) + GetCapacity func(context.Context, *GetCapacityRequest) (*GetCapacityResponse, error) + ListSnapshots func(context.Context, *ListSnapshotsRequest) (*ListSnapshotsResponse, error) + ListVolumes func(context.Context, *ListVolumesRequest) (*ListVolumesResponse, error) + ValidateVolumeCapabilities func(context.Context, *ValidateVolumeCapabilitiesRequest) (*ValidateVolumeCapabilitiesResponse, error) + type ControllerServiceCapability struct + Type isControllerServiceCapability_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerServiceCapability) Descriptor() ([]byte, []int) + func (*ControllerServiceCapability) ProtoMessage() + func (*ControllerServiceCapability) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *ControllerServiceCapability) XXX_Merge(src proto.Message) + func (m *ControllerServiceCapability) GetRpc() *ControllerServiceCapability_RPC + func (m *ControllerServiceCapability) GetType() isControllerServiceCapability_Type + func (m *ControllerServiceCapability) Reset() + func (m *ControllerServiceCapability) String() string + func (m *ControllerServiceCapability) XXX_DiscardUnknown() + func (m *ControllerServiceCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerServiceCapability) XXX_Size() int + func (m *ControllerServiceCapability) XXX_Unmarshal(b []byte) error + type ControllerServiceCapability_RPC struct + Type ControllerServiceCapability_RPC_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerServiceCapability_RPC) Descriptor() ([]byte, []int) + func (*ControllerServiceCapability_RPC) ProtoMessage() + func (dst *ControllerServiceCapability_RPC) XXX_Merge(src proto.Message) + func (m *ControllerServiceCapability_RPC) GetType() ControllerServiceCapability_RPC_Type + func (m *ControllerServiceCapability_RPC) Reset() + func (m *ControllerServiceCapability_RPC) String() string + func (m *ControllerServiceCapability_RPC) XXX_DiscardUnknown() + func (m *ControllerServiceCapability_RPC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerServiceCapability_RPC) XXX_Size() int + func (m *ControllerServiceCapability_RPC) XXX_Unmarshal(b []byte) error + type ControllerServiceCapability_RPC_Type int32 + const ControllerServiceCapability_RPC_CREATE_DELETE_SNAPSHOT + const ControllerServiceCapability_RPC_CREATE_DELETE_VOLUME + const ControllerServiceCapability_RPC_GET_CAPACITY + const ControllerServiceCapability_RPC_LIST_SNAPSHOTS + const ControllerServiceCapability_RPC_LIST_VOLUMES + const ControllerServiceCapability_RPC_PUBLISH_UNPUBLISH_VOLUME + const ControllerServiceCapability_RPC_UNKNOWN + func (ControllerServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) + func (x ControllerServiceCapability_RPC_Type) String() string + type ControllerServiceCapability_Rpc struct + Rpc *ControllerServiceCapability_RPC + type ControllerUnpublishVolumeRequest struct + ControllerUnpublishSecrets map[string]string + NodeId string + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerUnpublishVolumeRequest) Descriptor() ([]byte, []int) + func (*ControllerUnpublishVolumeRequest) ProtoMessage() + func (dst *ControllerUnpublishVolumeRequest) XXX_Merge(src proto.Message) + func (m *ControllerUnpublishVolumeRequest) GetControllerUnpublishSecrets() map[string]string + func (m *ControllerUnpublishVolumeRequest) GetNodeId() string + func (m *ControllerUnpublishVolumeRequest) GetVolumeId() string + func (m *ControllerUnpublishVolumeRequest) Reset() + func (m *ControllerUnpublishVolumeRequest) String() string + func (m *ControllerUnpublishVolumeRequest) XXX_DiscardUnknown() + func (m *ControllerUnpublishVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerUnpublishVolumeRequest) XXX_Size() int + func (m *ControllerUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error + type ControllerUnpublishVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ControllerUnpublishVolumeResponse) Descriptor() ([]byte, []int) + func (*ControllerUnpublishVolumeResponse) ProtoMessage() + func (dst *ControllerUnpublishVolumeResponse) XXX_Merge(src proto.Message) + func (m *ControllerUnpublishVolumeResponse) Reset() + func (m *ControllerUnpublishVolumeResponse) String() string + func (m *ControllerUnpublishVolumeResponse) XXX_DiscardUnknown() + func (m *ControllerUnpublishVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ControllerUnpublishVolumeResponse) XXX_Size() int + func (m *ControllerUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error + type CreateSnapshotRequest struct + CreateSnapshotSecrets map[string]string + Name string + Parameters map[string]string + SourceVolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateSnapshotRequest) Descriptor() ([]byte, []int) + func (*CreateSnapshotRequest) ProtoMessage() + func (dst *CreateSnapshotRequest) XXX_Merge(src proto.Message) + func (m *CreateSnapshotRequest) GetCreateSnapshotSecrets() map[string]string + func (m *CreateSnapshotRequest) GetName() string + func (m *CreateSnapshotRequest) GetParameters() map[string]string + func (m *CreateSnapshotRequest) GetSourceVolumeId() string + func (m *CreateSnapshotRequest) Reset() + func (m *CreateSnapshotRequest) String() string + func (m *CreateSnapshotRequest) XXX_DiscardUnknown() + func (m *CreateSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateSnapshotRequest) XXX_Size() int + func (m *CreateSnapshotRequest) XXX_Unmarshal(b []byte) error + type CreateSnapshotResponse struct + Snapshot *Snapshot + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateSnapshotResponse) Descriptor() ([]byte, []int) + func (*CreateSnapshotResponse) ProtoMessage() + func (dst *CreateSnapshotResponse) XXX_Merge(src proto.Message) + func (m *CreateSnapshotResponse) GetSnapshot() *Snapshot + func (m *CreateSnapshotResponse) Reset() + func (m *CreateSnapshotResponse) String() string + func (m *CreateSnapshotResponse) XXX_DiscardUnknown() + func (m *CreateSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateSnapshotResponse) XXX_Size() int + func (m *CreateSnapshotResponse) XXX_Unmarshal(b []byte) error + type CreateVolumeRequest struct + AccessibilityRequirements *TopologyRequirement + CapacityRange *CapacityRange + ControllerCreateSecrets map[string]string + Name string + Parameters map[string]string + VolumeCapabilities []*VolumeCapability + VolumeContentSource *VolumeContentSource + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateVolumeRequest) Descriptor() ([]byte, []int) + func (*CreateVolumeRequest) ProtoMessage() + func (dst *CreateVolumeRequest) XXX_Merge(src proto.Message) + func (m *CreateVolumeRequest) GetAccessibilityRequirements() *TopologyRequirement + func (m *CreateVolumeRequest) GetCapacityRange() *CapacityRange + func (m *CreateVolumeRequest) GetControllerCreateSecrets() map[string]string + func (m *CreateVolumeRequest) GetName() string + func (m *CreateVolumeRequest) GetParameters() map[string]string + func (m *CreateVolumeRequest) GetVolumeCapabilities() []*VolumeCapability + func (m *CreateVolumeRequest) GetVolumeContentSource() *VolumeContentSource + func (m *CreateVolumeRequest) Reset() + func (m *CreateVolumeRequest) String() string + func (m *CreateVolumeRequest) XXX_DiscardUnknown() + func (m *CreateVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVolumeRequest) XXX_Size() int + func (m *CreateVolumeRequest) XXX_Unmarshal(b []byte) error + type CreateVolumeResponse struct + Volume *Volume + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateVolumeResponse) Descriptor() ([]byte, []int) + func (*CreateVolumeResponse) ProtoMessage() + func (dst *CreateVolumeResponse) XXX_Merge(src proto.Message) + func (m *CreateVolumeResponse) GetVolume() *Volume + func (m *CreateVolumeResponse) Reset() + func (m *CreateVolumeResponse) String() string + func (m *CreateVolumeResponse) XXX_DiscardUnknown() + func (m *CreateVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateVolumeResponse) XXX_Size() int + func (m *CreateVolumeResponse) XXX_Unmarshal(b []byte) error + type DeleteSnapshotRequest struct + DeleteSnapshotSecrets map[string]string + SnapshotId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int) + func (*DeleteSnapshotRequest) ProtoMessage() + func (dst *DeleteSnapshotRequest) XXX_Merge(src proto.Message) + func (m *DeleteSnapshotRequest) GetDeleteSnapshotSecrets() map[string]string + func (m *DeleteSnapshotRequest) GetSnapshotId() string + func (m *DeleteSnapshotRequest) Reset() + func (m *DeleteSnapshotRequest) String() string + func (m *DeleteSnapshotRequest) XXX_DiscardUnknown() + func (m *DeleteSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteSnapshotRequest) XXX_Size() int + func (m *DeleteSnapshotRequest) XXX_Unmarshal(b []byte) error + type DeleteSnapshotResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteSnapshotResponse) Descriptor() ([]byte, []int) + func (*DeleteSnapshotResponse) ProtoMessage() + func (dst *DeleteSnapshotResponse) XXX_Merge(src proto.Message) + func (m *DeleteSnapshotResponse) Reset() + func (m *DeleteSnapshotResponse) String() string + func (m *DeleteSnapshotResponse) XXX_DiscardUnknown() + func (m *DeleteSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteSnapshotResponse) XXX_Size() int + func (m *DeleteSnapshotResponse) XXX_Unmarshal(b []byte) error + type DeleteVolumeRequest struct + ControllerDeleteSecrets map[string]string + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteVolumeRequest) Descriptor() ([]byte, []int) + func (*DeleteVolumeRequest) ProtoMessage() + func (dst *DeleteVolumeRequest) XXX_Merge(src proto.Message) + func (m *DeleteVolumeRequest) GetControllerDeleteSecrets() map[string]string + func (m *DeleteVolumeRequest) GetVolumeId() string + func (m *DeleteVolumeRequest) Reset() + func (m *DeleteVolumeRequest) String() string + func (m *DeleteVolumeRequest) XXX_DiscardUnknown() + func (m *DeleteVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteVolumeRequest) XXX_Size() int + func (m *DeleteVolumeRequest) XXX_Unmarshal(b []byte) error + type DeleteVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeleteVolumeResponse) Descriptor() ([]byte, []int) + func (*DeleteVolumeResponse) ProtoMessage() + func (dst *DeleteVolumeResponse) XXX_Merge(src proto.Message) + func (m *DeleteVolumeResponse) Reset() + func (m *DeleteVolumeResponse) String() string + func (m *DeleteVolumeResponse) XXX_DiscardUnknown() + func (m *DeleteVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeleteVolumeResponse) XXX_Size() int + func (m *DeleteVolumeResponse) XXX_Unmarshal(b []byte) error + type GetCapacityRequest struct + AccessibleTopology *Topology + Parameters map[string]string + VolumeCapabilities []*VolumeCapability + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCapacityRequest) Descriptor() ([]byte, []int) + func (*GetCapacityRequest) ProtoMessage() + func (dst *GetCapacityRequest) XXX_Merge(src proto.Message) + func (m *GetCapacityRequest) GetAccessibleTopology() *Topology + func (m *GetCapacityRequest) GetParameters() map[string]string + func (m *GetCapacityRequest) GetVolumeCapabilities() []*VolumeCapability + func (m *GetCapacityRequest) Reset() + func (m *GetCapacityRequest) String() string + func (m *GetCapacityRequest) XXX_DiscardUnknown() + func (m *GetCapacityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCapacityRequest) XXX_Size() int + func (m *GetCapacityRequest) XXX_Unmarshal(b []byte) error + type GetCapacityResponse struct + AvailableCapacity int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetCapacityResponse) Descriptor() ([]byte, []int) + func (*GetCapacityResponse) ProtoMessage() + func (dst *GetCapacityResponse) XXX_Merge(src proto.Message) + func (m *GetCapacityResponse) GetAvailableCapacity() int64 + func (m *GetCapacityResponse) Reset() + func (m *GetCapacityResponse) String() string + func (m *GetCapacityResponse) XXX_DiscardUnknown() + func (m *GetCapacityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetCapacityResponse) XXX_Size() int + func (m *GetCapacityResponse) XXX_Unmarshal(b []byte) error + type GetPluginCapabilitiesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPluginCapabilitiesRequest) Descriptor() ([]byte, []int) + func (*GetPluginCapabilitiesRequest) ProtoMessage() + func (dst *GetPluginCapabilitiesRequest) XXX_Merge(src proto.Message) + func (m *GetPluginCapabilitiesRequest) Reset() + func (m *GetPluginCapabilitiesRequest) String() string + func (m *GetPluginCapabilitiesRequest) XXX_DiscardUnknown() + func (m *GetPluginCapabilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPluginCapabilitiesRequest) XXX_Size() int + func (m *GetPluginCapabilitiesRequest) XXX_Unmarshal(b []byte) error + type GetPluginCapabilitiesResponse struct + Capabilities []*PluginCapability + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPluginCapabilitiesResponse) Descriptor() ([]byte, []int) + func (*GetPluginCapabilitiesResponse) ProtoMessage() + func (dst *GetPluginCapabilitiesResponse) XXX_Merge(src proto.Message) + func (m *GetPluginCapabilitiesResponse) GetCapabilities() []*PluginCapability + func (m *GetPluginCapabilitiesResponse) Reset() + func (m *GetPluginCapabilitiesResponse) String() string + func (m *GetPluginCapabilitiesResponse) XXX_DiscardUnknown() + func (m *GetPluginCapabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPluginCapabilitiesResponse) XXX_Size() int + func (m *GetPluginCapabilitiesResponse) XXX_Unmarshal(b []byte) error + type GetPluginInfoRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPluginInfoRequest) Descriptor() ([]byte, []int) + func (*GetPluginInfoRequest) ProtoMessage() + func (dst *GetPluginInfoRequest) XXX_Merge(src proto.Message) + func (m *GetPluginInfoRequest) Reset() + func (m *GetPluginInfoRequest) String() string + func (m *GetPluginInfoRequest) XXX_DiscardUnknown() + func (m *GetPluginInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPluginInfoRequest) XXX_Size() int + func (m *GetPluginInfoRequest) XXX_Unmarshal(b []byte) error + type GetPluginInfoResponse struct + Manifest map[string]string + Name string + VendorVersion string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetPluginInfoResponse) Descriptor() ([]byte, []int) + func (*GetPluginInfoResponse) ProtoMessage() + func (dst *GetPluginInfoResponse) XXX_Merge(src proto.Message) + func (m *GetPluginInfoResponse) GetManifest() map[string]string + func (m *GetPluginInfoResponse) GetName() string + func (m *GetPluginInfoResponse) GetVendorVersion() string + func (m *GetPluginInfoResponse) Reset() + func (m *GetPluginInfoResponse) String() string + func (m *GetPluginInfoResponse) XXX_DiscardUnknown() + func (m *GetPluginInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetPluginInfoResponse) XXX_Size() int + func (m *GetPluginInfoResponse) XXX_Unmarshal(b []byte) error + type IdentityClient interface + GetPluginCapabilities func(ctx context.Context, in *GetPluginCapabilitiesRequest, opts ...grpc.CallOption) (*GetPluginCapabilitiesResponse, error) + GetPluginInfo func(ctx context.Context, in *GetPluginInfoRequest, opts ...grpc.CallOption) (*GetPluginInfoResponse, error) + Probe func(ctx context.Context, in *ProbeRequest, opts ...grpc.CallOption) (*ProbeResponse, error) + func NewIdentityClient(cc *grpc.ClientConn) IdentityClient + type IdentityServer interface + GetPluginCapabilities func(context.Context, *GetPluginCapabilitiesRequest) (*GetPluginCapabilitiesResponse, error) + GetPluginInfo func(context.Context, *GetPluginInfoRequest) (*GetPluginInfoResponse, error) + Probe func(context.Context, *ProbeRequest) (*ProbeResponse, error) + type ListSnapshotsRequest struct + MaxEntries int32 + SnapshotId string + SourceVolumeId string + StartingToken string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListSnapshotsRequest) Descriptor() ([]byte, []int) + func (*ListSnapshotsRequest) ProtoMessage() + func (dst *ListSnapshotsRequest) XXX_Merge(src proto.Message) + func (m *ListSnapshotsRequest) GetMaxEntries() int32 + func (m *ListSnapshotsRequest) GetSnapshotId() string + func (m *ListSnapshotsRequest) GetSourceVolumeId() string + func (m *ListSnapshotsRequest) GetStartingToken() string + func (m *ListSnapshotsRequest) Reset() + func (m *ListSnapshotsRequest) String() string + func (m *ListSnapshotsRequest) XXX_DiscardUnknown() + func (m *ListSnapshotsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListSnapshotsRequest) XXX_Size() int + func (m *ListSnapshotsRequest) XXX_Unmarshal(b []byte) error + type ListSnapshotsResponse struct + Entries []*ListSnapshotsResponse_Entry + NextToken string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListSnapshotsResponse) Descriptor() ([]byte, []int) + func (*ListSnapshotsResponse) ProtoMessage() + func (dst *ListSnapshotsResponse) XXX_Merge(src proto.Message) + func (m *ListSnapshotsResponse) GetEntries() []*ListSnapshotsResponse_Entry + func (m *ListSnapshotsResponse) GetNextToken() string + func (m *ListSnapshotsResponse) Reset() + func (m *ListSnapshotsResponse) String() string + func (m *ListSnapshotsResponse) XXX_DiscardUnknown() + func (m *ListSnapshotsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListSnapshotsResponse) XXX_Size() int + func (m *ListSnapshotsResponse) XXX_Unmarshal(b []byte) error + type ListSnapshotsResponse_Entry struct + Snapshot *Snapshot + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListSnapshotsResponse_Entry) Descriptor() ([]byte, []int) + func (*ListSnapshotsResponse_Entry) ProtoMessage() + func (dst *ListSnapshotsResponse_Entry) XXX_Merge(src proto.Message) + func (m *ListSnapshotsResponse_Entry) GetSnapshot() *Snapshot + func (m *ListSnapshotsResponse_Entry) Reset() + func (m *ListSnapshotsResponse_Entry) String() string + func (m *ListSnapshotsResponse_Entry) XXX_DiscardUnknown() + func (m *ListSnapshotsResponse_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListSnapshotsResponse_Entry) XXX_Size() int + func (m *ListSnapshotsResponse_Entry) XXX_Unmarshal(b []byte) error + type ListVolumesRequest struct + MaxEntries int32 + StartingToken string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVolumesRequest) Descriptor() ([]byte, []int) + func (*ListVolumesRequest) ProtoMessage() + func (dst *ListVolumesRequest) XXX_Merge(src proto.Message) + func (m *ListVolumesRequest) GetMaxEntries() int32 + func (m *ListVolumesRequest) GetStartingToken() string + func (m *ListVolumesRequest) Reset() + func (m *ListVolumesRequest) String() string + func (m *ListVolumesRequest) XXX_DiscardUnknown() + func (m *ListVolumesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVolumesRequest) XXX_Size() int + func (m *ListVolumesRequest) XXX_Unmarshal(b []byte) error + type ListVolumesResponse struct + Entries []*ListVolumesResponse_Entry + NextToken string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVolumesResponse) Descriptor() ([]byte, []int) + func (*ListVolumesResponse) ProtoMessage() + func (dst *ListVolumesResponse) XXX_Merge(src proto.Message) + func (m *ListVolumesResponse) GetEntries() []*ListVolumesResponse_Entry + func (m *ListVolumesResponse) GetNextToken() string + func (m *ListVolumesResponse) Reset() + func (m *ListVolumesResponse) String() string + func (m *ListVolumesResponse) XXX_DiscardUnknown() + func (m *ListVolumesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVolumesResponse) XXX_Size() int + func (m *ListVolumesResponse) XXX_Unmarshal(b []byte) error + type ListVolumesResponse_Entry struct + Volume *Volume + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ListVolumesResponse_Entry) Descriptor() ([]byte, []int) + func (*ListVolumesResponse_Entry) ProtoMessage() + func (dst *ListVolumesResponse_Entry) XXX_Merge(src proto.Message) + func (m *ListVolumesResponse_Entry) GetVolume() *Volume + func (m *ListVolumesResponse_Entry) Reset() + func (m *ListVolumesResponse_Entry) String() string + func (m *ListVolumesResponse_Entry) XXX_DiscardUnknown() + func (m *ListVolumesResponse_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ListVolumesResponse_Entry) XXX_Size() int + func (m *ListVolumesResponse_Entry) XXX_Unmarshal(b []byte) error + type NodeClient interface + NodeGetCapabilities func(ctx context.Context, in *NodeGetCapabilitiesRequest, opts ...grpc.CallOption) (*NodeGetCapabilitiesResponse, error) + NodeGetId func(ctx context.Context, in *NodeGetIdRequest, opts ...grpc.CallOption) (*NodeGetIdResponse, error) + NodeGetInfo func(ctx context.Context, in *NodeGetInfoRequest, opts ...grpc.CallOption) (*NodeGetInfoResponse, error) + NodePublishVolume func(ctx context.Context, in *NodePublishVolumeRequest, opts ...grpc.CallOption) (*NodePublishVolumeResponse, error) + NodeStageVolume func(ctx context.Context, in *NodeStageVolumeRequest, opts ...grpc.CallOption) (*NodeStageVolumeResponse, error) + NodeUnpublishVolume func(ctx context.Context, in *NodeUnpublishVolumeRequest, opts ...grpc.CallOption) (*NodeUnpublishVolumeResponse, error) + NodeUnstageVolume func(ctx context.Context, in *NodeUnstageVolumeRequest, opts ...grpc.CallOption) (*NodeUnstageVolumeResponse, error) + func NewNodeClient(cc *grpc.ClientConn) NodeClient + type NodeGetCapabilitiesRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetCapabilitiesRequest) Descriptor() ([]byte, []int) + func (*NodeGetCapabilitiesRequest) ProtoMessage() + func (dst *NodeGetCapabilitiesRequest) XXX_Merge(src proto.Message) + func (m *NodeGetCapabilitiesRequest) Reset() + func (m *NodeGetCapabilitiesRequest) String() string + func (m *NodeGetCapabilitiesRequest) XXX_DiscardUnknown() + func (m *NodeGetCapabilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetCapabilitiesRequest) XXX_Size() int + func (m *NodeGetCapabilitiesRequest) XXX_Unmarshal(b []byte) error + type NodeGetCapabilitiesResponse struct + Capabilities []*NodeServiceCapability + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetCapabilitiesResponse) Descriptor() ([]byte, []int) + func (*NodeGetCapabilitiesResponse) ProtoMessage() + func (dst *NodeGetCapabilitiesResponse) XXX_Merge(src proto.Message) + func (m *NodeGetCapabilitiesResponse) GetCapabilities() []*NodeServiceCapability + func (m *NodeGetCapabilitiesResponse) Reset() + func (m *NodeGetCapabilitiesResponse) String() string + func (m *NodeGetCapabilitiesResponse) XXX_DiscardUnknown() + func (m *NodeGetCapabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetCapabilitiesResponse) XXX_Size() int + func (m *NodeGetCapabilitiesResponse) XXX_Unmarshal(b []byte) error + type NodeGetIdRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetIdRequest) Descriptor() ([]byte, []int) + func (*NodeGetIdRequest) ProtoMessage() + func (dst *NodeGetIdRequest) XXX_Merge(src proto.Message) + func (m *NodeGetIdRequest) Reset() + func (m *NodeGetIdRequest) String() string + func (m *NodeGetIdRequest) XXX_DiscardUnknown() + func (m *NodeGetIdRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetIdRequest) XXX_Size() int + func (m *NodeGetIdRequest) XXX_Unmarshal(b []byte) error + type NodeGetIdResponse struct + NodeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetIdResponse) Descriptor() ([]byte, []int) + func (*NodeGetIdResponse) ProtoMessage() + func (dst *NodeGetIdResponse) XXX_Merge(src proto.Message) + func (m *NodeGetIdResponse) GetNodeId() string + func (m *NodeGetIdResponse) Reset() + func (m *NodeGetIdResponse) String() string + func (m *NodeGetIdResponse) XXX_DiscardUnknown() + func (m *NodeGetIdResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetIdResponse) XXX_Size() int + func (m *NodeGetIdResponse) XXX_Unmarshal(b []byte) error + type NodeGetInfoRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetInfoRequest) Descriptor() ([]byte, []int) + func (*NodeGetInfoRequest) ProtoMessage() + func (dst *NodeGetInfoRequest) XXX_Merge(src proto.Message) + func (m *NodeGetInfoRequest) Reset() + func (m *NodeGetInfoRequest) String() string + func (m *NodeGetInfoRequest) XXX_DiscardUnknown() + func (m *NodeGetInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetInfoRequest) XXX_Size() int + func (m *NodeGetInfoRequest) XXX_Unmarshal(b []byte) error + type NodeGetInfoResponse struct + AccessibleTopology *Topology + MaxVolumesPerNode int64 + NodeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeGetInfoResponse) Descriptor() ([]byte, []int) + func (*NodeGetInfoResponse) ProtoMessage() + func (dst *NodeGetInfoResponse) XXX_Merge(src proto.Message) + func (m *NodeGetInfoResponse) GetAccessibleTopology() *Topology + func (m *NodeGetInfoResponse) GetMaxVolumesPerNode() int64 + func (m *NodeGetInfoResponse) GetNodeId() string + func (m *NodeGetInfoResponse) Reset() + func (m *NodeGetInfoResponse) String() string + func (m *NodeGetInfoResponse) XXX_DiscardUnknown() + func (m *NodeGetInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeGetInfoResponse) XXX_Size() int + func (m *NodeGetInfoResponse) XXX_Unmarshal(b []byte) error + type NodePublishVolumeRequest struct + NodePublishSecrets map[string]string + PublishInfo map[string]string + Readonly bool + StagingTargetPath string + TargetPath string + VolumeAttributes map[string]string + VolumeCapability *VolumeCapability + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodePublishVolumeRequest) Descriptor() ([]byte, []int) + func (*NodePublishVolumeRequest) ProtoMessage() + func (dst *NodePublishVolumeRequest) XXX_Merge(src proto.Message) + func (m *NodePublishVolumeRequest) GetNodePublishSecrets() map[string]string + func (m *NodePublishVolumeRequest) GetPublishInfo() map[string]string + func (m *NodePublishVolumeRequest) GetReadonly() bool + func (m *NodePublishVolumeRequest) GetStagingTargetPath() string + func (m *NodePublishVolumeRequest) GetTargetPath() string + func (m *NodePublishVolumeRequest) GetVolumeAttributes() map[string]string + func (m *NodePublishVolumeRequest) GetVolumeCapability() *VolumeCapability + func (m *NodePublishVolumeRequest) GetVolumeId() string + func (m *NodePublishVolumeRequest) Reset() + func (m *NodePublishVolumeRequest) String() string + func (m *NodePublishVolumeRequest) XXX_DiscardUnknown() + func (m *NodePublishVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodePublishVolumeRequest) XXX_Size() int + func (m *NodePublishVolumeRequest) XXX_Unmarshal(b []byte) error + type NodePublishVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodePublishVolumeResponse) Descriptor() ([]byte, []int) + func (*NodePublishVolumeResponse) ProtoMessage() + func (dst *NodePublishVolumeResponse) XXX_Merge(src proto.Message) + func (m *NodePublishVolumeResponse) Reset() + func (m *NodePublishVolumeResponse) String() string + func (m *NodePublishVolumeResponse) XXX_DiscardUnknown() + func (m *NodePublishVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodePublishVolumeResponse) XXX_Size() int + func (m *NodePublishVolumeResponse) XXX_Unmarshal(b []byte) error + type NodeServer interface + NodeGetCapabilities func(context.Context, *NodeGetCapabilitiesRequest) (*NodeGetCapabilitiesResponse, error) + NodeGetId func(context.Context, *NodeGetIdRequest) (*NodeGetIdResponse, error) + NodeGetInfo func(context.Context, *NodeGetInfoRequest) (*NodeGetInfoResponse, error) + NodePublishVolume func(context.Context, *NodePublishVolumeRequest) (*NodePublishVolumeResponse, error) + NodeStageVolume func(context.Context, *NodeStageVolumeRequest) (*NodeStageVolumeResponse, error) + NodeUnpublishVolume func(context.Context, *NodeUnpublishVolumeRequest) (*NodeUnpublishVolumeResponse, error) + NodeUnstageVolume func(context.Context, *NodeUnstageVolumeRequest) (*NodeUnstageVolumeResponse, error) + type NodeServiceCapability struct + Type isNodeServiceCapability_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeServiceCapability) Descriptor() ([]byte, []int) + func (*NodeServiceCapability) ProtoMessage() + func (*NodeServiceCapability) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *NodeServiceCapability) XXX_Merge(src proto.Message) + func (m *NodeServiceCapability) GetRpc() *NodeServiceCapability_RPC + func (m *NodeServiceCapability) GetType() isNodeServiceCapability_Type + func (m *NodeServiceCapability) Reset() + func (m *NodeServiceCapability) String() string + func (m *NodeServiceCapability) XXX_DiscardUnknown() + func (m *NodeServiceCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeServiceCapability) XXX_Size() int + func (m *NodeServiceCapability) XXX_Unmarshal(b []byte) error + type NodeServiceCapability_RPC struct + Type NodeServiceCapability_RPC_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeServiceCapability_RPC) Descriptor() ([]byte, []int) + func (*NodeServiceCapability_RPC) ProtoMessage() + func (dst *NodeServiceCapability_RPC) XXX_Merge(src proto.Message) + func (m *NodeServiceCapability_RPC) GetType() NodeServiceCapability_RPC_Type + func (m *NodeServiceCapability_RPC) Reset() + func (m *NodeServiceCapability_RPC) String() string + func (m *NodeServiceCapability_RPC) XXX_DiscardUnknown() + func (m *NodeServiceCapability_RPC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeServiceCapability_RPC) XXX_Size() int + func (m *NodeServiceCapability_RPC) XXX_Unmarshal(b []byte) error + type NodeServiceCapability_RPC_Type int32 + const NodeServiceCapability_RPC_STAGE_UNSTAGE_VOLUME + const NodeServiceCapability_RPC_UNKNOWN + func (NodeServiceCapability_RPC_Type) EnumDescriptor() ([]byte, []int) + func (x NodeServiceCapability_RPC_Type) String() string + type NodeServiceCapability_Rpc struct + Rpc *NodeServiceCapability_RPC + type NodeStageVolumeRequest struct + NodeStageSecrets map[string]string + PublishInfo map[string]string + StagingTargetPath string + VolumeAttributes map[string]string + VolumeCapability *VolumeCapability + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeStageVolumeRequest) Descriptor() ([]byte, []int) + func (*NodeStageVolumeRequest) ProtoMessage() + func (dst *NodeStageVolumeRequest) XXX_Merge(src proto.Message) + func (m *NodeStageVolumeRequest) GetNodeStageSecrets() map[string]string + func (m *NodeStageVolumeRequest) GetPublishInfo() map[string]string + func (m *NodeStageVolumeRequest) GetStagingTargetPath() string + func (m *NodeStageVolumeRequest) GetVolumeAttributes() map[string]string + func (m *NodeStageVolumeRequest) GetVolumeCapability() *VolumeCapability + func (m *NodeStageVolumeRequest) GetVolumeId() string + func (m *NodeStageVolumeRequest) Reset() + func (m *NodeStageVolumeRequest) String() string + func (m *NodeStageVolumeRequest) XXX_DiscardUnknown() + func (m *NodeStageVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeStageVolumeRequest) XXX_Size() int + func (m *NodeStageVolumeRequest) XXX_Unmarshal(b []byte) error + type NodeStageVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeStageVolumeResponse) Descriptor() ([]byte, []int) + func (*NodeStageVolumeResponse) ProtoMessage() + func (dst *NodeStageVolumeResponse) XXX_Merge(src proto.Message) + func (m *NodeStageVolumeResponse) Reset() + func (m *NodeStageVolumeResponse) String() string + func (m *NodeStageVolumeResponse) XXX_DiscardUnknown() + func (m *NodeStageVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeStageVolumeResponse) XXX_Size() int + func (m *NodeStageVolumeResponse) XXX_Unmarshal(b []byte) error + type NodeUnpublishVolumeRequest struct + TargetPath string + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeUnpublishVolumeRequest) Descriptor() ([]byte, []int) + func (*NodeUnpublishVolumeRequest) ProtoMessage() + func (dst *NodeUnpublishVolumeRequest) XXX_Merge(src proto.Message) + func (m *NodeUnpublishVolumeRequest) GetTargetPath() string + func (m *NodeUnpublishVolumeRequest) GetVolumeId() string + func (m *NodeUnpublishVolumeRequest) Reset() + func (m *NodeUnpublishVolumeRequest) String() string + func (m *NodeUnpublishVolumeRequest) XXX_DiscardUnknown() + func (m *NodeUnpublishVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeUnpublishVolumeRequest) XXX_Size() int + func (m *NodeUnpublishVolumeRequest) XXX_Unmarshal(b []byte) error + type NodeUnpublishVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeUnpublishVolumeResponse) Descriptor() ([]byte, []int) + func (*NodeUnpublishVolumeResponse) ProtoMessage() + func (dst *NodeUnpublishVolumeResponse) XXX_Merge(src proto.Message) + func (m *NodeUnpublishVolumeResponse) Reset() + func (m *NodeUnpublishVolumeResponse) String() string + func (m *NodeUnpublishVolumeResponse) XXX_DiscardUnknown() + func (m *NodeUnpublishVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeUnpublishVolumeResponse) XXX_Size() int + func (m *NodeUnpublishVolumeResponse) XXX_Unmarshal(b []byte) error + type NodeUnstageVolumeRequest struct + StagingTargetPath string + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeUnstageVolumeRequest) Descriptor() ([]byte, []int) + func (*NodeUnstageVolumeRequest) ProtoMessage() + func (dst *NodeUnstageVolumeRequest) XXX_Merge(src proto.Message) + func (m *NodeUnstageVolumeRequest) GetStagingTargetPath() string + func (m *NodeUnstageVolumeRequest) GetVolumeId() string + func (m *NodeUnstageVolumeRequest) Reset() + func (m *NodeUnstageVolumeRequest) String() string + func (m *NodeUnstageVolumeRequest) XXX_DiscardUnknown() + func (m *NodeUnstageVolumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeUnstageVolumeRequest) XXX_Size() int + func (m *NodeUnstageVolumeRequest) XXX_Unmarshal(b []byte) error + type NodeUnstageVolumeResponse struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*NodeUnstageVolumeResponse) Descriptor() ([]byte, []int) + func (*NodeUnstageVolumeResponse) ProtoMessage() + func (dst *NodeUnstageVolumeResponse) XXX_Merge(src proto.Message) + func (m *NodeUnstageVolumeResponse) Reset() + func (m *NodeUnstageVolumeResponse) String() string + func (m *NodeUnstageVolumeResponse) XXX_DiscardUnknown() + func (m *NodeUnstageVolumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *NodeUnstageVolumeResponse) XXX_Size() int + func (m *NodeUnstageVolumeResponse) XXX_Unmarshal(b []byte) error + type PluginCapability struct + Type isPluginCapability_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PluginCapability) Descriptor() ([]byte, []int) + func (*PluginCapability) ProtoMessage() + func (*PluginCapability) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *PluginCapability) XXX_Merge(src proto.Message) + func (m *PluginCapability) GetService() *PluginCapability_Service + func (m *PluginCapability) GetType() isPluginCapability_Type + func (m *PluginCapability) Reset() + func (m *PluginCapability) String() string + func (m *PluginCapability) XXX_DiscardUnknown() + func (m *PluginCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PluginCapability) XXX_Size() int + func (m *PluginCapability) XXX_Unmarshal(b []byte) error + type PluginCapability_Service struct + Type PluginCapability_Service_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PluginCapability_Service) Descriptor() ([]byte, []int) + func (*PluginCapability_Service) ProtoMessage() + func (dst *PluginCapability_Service) XXX_Merge(src proto.Message) + func (m *PluginCapability_Service) GetType() PluginCapability_Service_Type + func (m *PluginCapability_Service) Reset() + func (m *PluginCapability_Service) String() string + func (m *PluginCapability_Service) XXX_DiscardUnknown() + func (m *PluginCapability_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PluginCapability_Service) XXX_Size() int + func (m *PluginCapability_Service) XXX_Unmarshal(b []byte) error + type PluginCapability_Service_ struct + Service *PluginCapability_Service + type PluginCapability_Service_Type int32 + const PluginCapability_Service_ACCESSIBILITY_CONSTRAINTS + const PluginCapability_Service_CONTROLLER_SERVICE + const PluginCapability_Service_UNKNOWN + func (PluginCapability_Service_Type) EnumDescriptor() ([]byte, []int) + func (x PluginCapability_Service_Type) String() string + type ProbeRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProbeRequest) Descriptor() ([]byte, []int) + func (*ProbeRequest) ProtoMessage() + func (dst *ProbeRequest) XXX_Merge(src proto.Message) + func (m *ProbeRequest) Reset() + func (m *ProbeRequest) String() string + func (m *ProbeRequest) XXX_DiscardUnknown() + func (m *ProbeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProbeRequest) XXX_Size() int + func (m *ProbeRequest) XXX_Unmarshal(b []byte) error + type ProbeResponse struct + Ready *wrappers.BoolValue + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProbeResponse) Descriptor() ([]byte, []int) + func (*ProbeResponse) ProtoMessage() + func (dst *ProbeResponse) XXX_Merge(src proto.Message) + func (m *ProbeResponse) GetReady() *wrappers.BoolValue + func (m *ProbeResponse) Reset() + func (m *ProbeResponse) String() string + func (m *ProbeResponse) XXX_DiscardUnknown() + func (m *ProbeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProbeResponse) XXX_Size() int + func (m *ProbeResponse) XXX_Unmarshal(b []byte) error + type Snapshot struct + CreatedAt int64 + Id string + SizeBytes int64 + SourceVolumeId string + Status *SnapshotStatus + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Snapshot) Descriptor() ([]byte, []int) + func (*Snapshot) ProtoMessage() + func (dst *Snapshot) XXX_Merge(src proto.Message) + func (m *Snapshot) GetCreatedAt() int64 + func (m *Snapshot) GetId() string + func (m *Snapshot) GetSizeBytes() int64 + func (m *Snapshot) GetSourceVolumeId() string + func (m *Snapshot) GetStatus() *SnapshotStatus + func (m *Snapshot) Reset() + func (m *Snapshot) String() string + func (m *Snapshot) XXX_DiscardUnknown() + func (m *Snapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Snapshot) XXX_Size() int + func (m *Snapshot) XXX_Unmarshal(b []byte) error + type SnapshotStatus struct + Details string + Type SnapshotStatus_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SnapshotStatus) Descriptor() ([]byte, []int) + func (*SnapshotStatus) ProtoMessage() + func (dst *SnapshotStatus) XXX_Merge(src proto.Message) + func (m *SnapshotStatus) GetDetails() string + func (m *SnapshotStatus) GetType() SnapshotStatus_Type + func (m *SnapshotStatus) Reset() + func (m *SnapshotStatus) String() string + func (m *SnapshotStatus) XXX_DiscardUnknown() + func (m *SnapshotStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SnapshotStatus) XXX_Size() int + func (m *SnapshotStatus) XXX_Unmarshal(b []byte) error + type SnapshotStatus_Type int32 + const SnapshotStatus_ERROR_UPLOADING + const SnapshotStatus_READY + const SnapshotStatus_UNKNOWN + const SnapshotStatus_UPLOADING + func (SnapshotStatus_Type) EnumDescriptor() ([]byte, []int) + func (x SnapshotStatus_Type) String() string + type Topology struct + Segments map[string]string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Topology) Descriptor() ([]byte, []int) + func (*Topology) ProtoMessage() + func (dst *Topology) XXX_Merge(src proto.Message) + func (m *Topology) GetSegments() map[string]string + func (m *Topology) Reset() + func (m *Topology) String() string + func (m *Topology) XXX_DiscardUnknown() + func (m *Topology) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Topology) XXX_Size() int + func (m *Topology) XXX_Unmarshal(b []byte) error + type TopologyRequirement struct + Preferred []*Topology + Requisite []*Topology + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TopologyRequirement) Descriptor() ([]byte, []int) + func (*TopologyRequirement) ProtoMessage() + func (dst *TopologyRequirement) XXX_Merge(src proto.Message) + func (m *TopologyRequirement) GetPreferred() []*Topology + func (m *TopologyRequirement) GetRequisite() []*Topology + func (m *TopologyRequirement) Reset() + func (m *TopologyRequirement) String() string + func (m *TopologyRequirement) XXX_DiscardUnknown() + func (m *TopologyRequirement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TopologyRequirement) XXX_Size() int + func (m *TopologyRequirement) XXX_Unmarshal(b []byte) error + type ValidateVolumeCapabilitiesRequest struct + AccessibleTopology []*Topology + VolumeAttributes map[string]string + VolumeCapabilities []*VolumeCapability + VolumeId string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ValidateVolumeCapabilitiesRequest) Descriptor() ([]byte, []int) + func (*ValidateVolumeCapabilitiesRequest) ProtoMessage() + func (dst *ValidateVolumeCapabilitiesRequest) XXX_Merge(src proto.Message) + func (m *ValidateVolumeCapabilitiesRequest) GetAccessibleTopology() []*Topology + func (m *ValidateVolumeCapabilitiesRequest) GetVolumeAttributes() map[string]string + func (m *ValidateVolumeCapabilitiesRequest) GetVolumeCapabilities() []*VolumeCapability + func (m *ValidateVolumeCapabilitiesRequest) GetVolumeId() string + func (m *ValidateVolumeCapabilitiesRequest) Reset() + func (m *ValidateVolumeCapabilitiesRequest) String() string + func (m *ValidateVolumeCapabilitiesRequest) XXX_DiscardUnknown() + func (m *ValidateVolumeCapabilitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidateVolumeCapabilitiesRequest) XXX_Size() int + func (m *ValidateVolumeCapabilitiesRequest) XXX_Unmarshal(b []byte) error + type ValidateVolumeCapabilitiesResponse struct + Message string + Supported bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ValidateVolumeCapabilitiesResponse) Descriptor() ([]byte, []int) + func (*ValidateVolumeCapabilitiesResponse) ProtoMessage() + func (dst *ValidateVolumeCapabilitiesResponse) XXX_Merge(src proto.Message) + func (m *ValidateVolumeCapabilitiesResponse) GetMessage() string + func (m *ValidateVolumeCapabilitiesResponse) GetSupported() bool + func (m *ValidateVolumeCapabilitiesResponse) Reset() + func (m *ValidateVolumeCapabilitiesResponse) String() string + func (m *ValidateVolumeCapabilitiesResponse) XXX_DiscardUnknown() + func (m *ValidateVolumeCapabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValidateVolumeCapabilitiesResponse) XXX_Size() int + func (m *ValidateVolumeCapabilitiesResponse) XXX_Unmarshal(b []byte) error + type Volume struct + AccessibleTopology []*Topology + Attributes map[string]string + CapacityBytes int64 + ContentSource *VolumeContentSource + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Volume) Descriptor() ([]byte, []int) + func (*Volume) ProtoMessage() + func (dst *Volume) XXX_Merge(src proto.Message) + func (m *Volume) GetAccessibleTopology() []*Topology + func (m *Volume) GetAttributes() map[string]string + func (m *Volume) GetCapacityBytes() int64 + func (m *Volume) GetContentSource() *VolumeContentSource + func (m *Volume) GetId() string + func (m *Volume) Reset() + func (m *Volume) String() string + func (m *Volume) XXX_DiscardUnknown() + func (m *Volume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Volume) XXX_Size() int + func (m *Volume) XXX_Unmarshal(b []byte) error + type VolumeCapability struct + AccessMode *VolumeCapability_AccessMode + AccessType isVolumeCapability_AccessType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeCapability) Descriptor() ([]byte, []int) + func (*VolumeCapability) ProtoMessage() + func (*VolumeCapability) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *VolumeCapability) XXX_Merge(src proto.Message) + func (m *VolumeCapability) GetAccessMode() *VolumeCapability_AccessMode + func (m *VolumeCapability) GetAccessType() isVolumeCapability_AccessType + func (m *VolumeCapability) GetBlock() *VolumeCapability_BlockVolume + func (m *VolumeCapability) GetMount() *VolumeCapability_MountVolume + func (m *VolumeCapability) Reset() + func (m *VolumeCapability) String() string + func (m *VolumeCapability) XXX_DiscardUnknown() + func (m *VolumeCapability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeCapability) XXX_Size() int + func (m *VolumeCapability) XXX_Unmarshal(b []byte) error + type VolumeCapability_AccessMode struct + Mode VolumeCapability_AccessMode_Mode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeCapability_AccessMode) Descriptor() ([]byte, []int) + func (*VolumeCapability_AccessMode) ProtoMessage() + func (dst *VolumeCapability_AccessMode) XXX_Merge(src proto.Message) + func (m *VolumeCapability_AccessMode) GetMode() VolumeCapability_AccessMode_Mode + func (m *VolumeCapability_AccessMode) Reset() + func (m *VolumeCapability_AccessMode) String() string + func (m *VolumeCapability_AccessMode) XXX_DiscardUnknown() + func (m *VolumeCapability_AccessMode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeCapability_AccessMode) XXX_Size() int + func (m *VolumeCapability_AccessMode) XXX_Unmarshal(b []byte) error + type VolumeCapability_AccessMode_Mode int32 + const VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER + const VolumeCapability_AccessMode_MULTI_NODE_READER_ONLY + const VolumeCapability_AccessMode_MULTI_NODE_SINGLE_WRITER + const VolumeCapability_AccessMode_SINGLE_NODE_READER_ONLY + const VolumeCapability_AccessMode_SINGLE_NODE_WRITER + const VolumeCapability_AccessMode_UNKNOWN + func (VolumeCapability_AccessMode_Mode) EnumDescriptor() ([]byte, []int) + func (x VolumeCapability_AccessMode_Mode) String() string + type VolumeCapability_Block struct + Block *VolumeCapability_BlockVolume + type VolumeCapability_BlockVolume struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeCapability_BlockVolume) Descriptor() ([]byte, []int) + func (*VolumeCapability_BlockVolume) ProtoMessage() + func (dst *VolumeCapability_BlockVolume) XXX_Merge(src proto.Message) + func (m *VolumeCapability_BlockVolume) Reset() + func (m *VolumeCapability_BlockVolume) String() string + func (m *VolumeCapability_BlockVolume) XXX_DiscardUnknown() + func (m *VolumeCapability_BlockVolume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeCapability_BlockVolume) XXX_Size() int + func (m *VolumeCapability_BlockVolume) XXX_Unmarshal(b []byte) error + type VolumeCapability_Mount struct + Mount *VolumeCapability_MountVolume + type VolumeCapability_MountVolume struct + FsType string + MountFlags []string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeCapability_MountVolume) Descriptor() ([]byte, []int) + func (*VolumeCapability_MountVolume) ProtoMessage() + func (dst *VolumeCapability_MountVolume) XXX_Merge(src proto.Message) + func (m *VolumeCapability_MountVolume) GetFsType() string + func (m *VolumeCapability_MountVolume) GetMountFlags() []string + func (m *VolumeCapability_MountVolume) Reset() + func (m *VolumeCapability_MountVolume) String() string + func (m *VolumeCapability_MountVolume) XXX_DiscardUnknown() + func (m *VolumeCapability_MountVolume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeCapability_MountVolume) XXX_Size() int + func (m *VolumeCapability_MountVolume) XXX_Unmarshal(b []byte) error + type VolumeContentSource struct + Type isVolumeContentSource_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeContentSource) Descriptor() ([]byte, []int) + func (*VolumeContentSource) ProtoMessage() + func (*VolumeContentSource) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (dst *VolumeContentSource) XXX_Merge(src proto.Message) + func (m *VolumeContentSource) GetSnapshot() *VolumeContentSource_SnapshotSource + func (m *VolumeContentSource) GetType() isVolumeContentSource_Type + func (m *VolumeContentSource) Reset() + func (m *VolumeContentSource) String() string + func (m *VolumeContentSource) XXX_DiscardUnknown() + func (m *VolumeContentSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeContentSource) XXX_Size() int + func (m *VolumeContentSource) XXX_Unmarshal(b []byte) error + type VolumeContentSource_Snapshot struct + Snapshot *VolumeContentSource_SnapshotSource + type VolumeContentSource_SnapshotSource struct + Id string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VolumeContentSource_SnapshotSource) Descriptor() ([]byte, []int) + func (*VolumeContentSource_SnapshotSource) ProtoMessage() + func (dst *VolumeContentSource_SnapshotSource) XXX_Merge(src proto.Message) + func (m *VolumeContentSource_SnapshotSource) GetId() string + func (m *VolumeContentSource_SnapshotSource) Reset() + func (m *VolumeContentSource_SnapshotSource) String() string + func (m *VolumeContentSource_SnapshotSource) XXX_DiscardUnknown() + func (m *VolumeContentSource_SnapshotSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VolumeContentSource_SnapshotSource) XXX_Size() int + func (m *VolumeContentSource_SnapshotSource) XXX_Unmarshal(b []byte) error