Documentation
¶
Index ¶
- type VolumeStorage
- func (*VolumeStorage) Descriptor() ([]byte, []int)
- func (m *VolumeStorage) GetBackend() string
- func (m *VolumeStorage) GetSharingKeyName() string
- func (*VolumeStorage) ProtoMessage()
- func (m *VolumeStorage) Reset()
- func (m *VolumeStorage) String() string
- func (m *VolumeStorage) XXX_DiscardUnknown()
- func (m *VolumeStorage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VolumeStorage) XXX_Merge(src proto.Message)
- func (m *VolumeStorage) XXX_Size() int
- func (m *VolumeStorage) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeStorage ¶
type VolumeStorage struct { Backend string `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` SharingKeyName string `protobuf:"bytes,2,opt,name=sharingKeyName,proto3" json:"sharingKeyName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*VolumeStorage) Descriptor ¶
func (*VolumeStorage) Descriptor() ([]byte, []int)
func (*VolumeStorage) GetBackend ¶
func (m *VolumeStorage) GetBackend() string
func (*VolumeStorage) GetSharingKeyName ¶
func (m *VolumeStorage) GetSharingKeyName() string
func (*VolumeStorage) ProtoMessage ¶
func (*VolumeStorage) ProtoMessage()
func (*VolumeStorage) Reset ¶
func (m *VolumeStorage) Reset()
func (*VolumeStorage) String ¶
func (m *VolumeStorage) String() string
func (*VolumeStorage) XXX_DiscardUnknown ¶
func (m *VolumeStorage) XXX_DiscardUnknown()
func (*VolumeStorage) XXX_Marshal ¶
func (m *VolumeStorage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*VolumeStorage) XXX_Merge ¶
func (m *VolumeStorage) XXX_Merge(src proto.Message)
func (*VolumeStorage) XXX_Size ¶
func (m *VolumeStorage) XXX_Size() int
func (*VolumeStorage) XXX_Unmarshal ¶
func (m *VolumeStorage) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.