Documentation ¶
Index ¶
- type Server
- func (s *Server) ControllerExpandVolume(context.Context, *ControllerExpandVolumeRequest) (*ControllerExpandVolumeResponse, error)
- func (s *Server) ControllerGetCapabilities(context.Context, *ControllerGetCapabilitiesRequest) (*ControllerGetCapabilitiesResponse, error)
- func (s *Server) ControllerGetVolume(context.Context, *ControllerGetVolumeRequest) (*ControllerGetVolumeResponse, error)
- func (s *Server) ControllerPublishVolume(context.Context, *ControllerPublishVolumeRequest) (*ControllerPublishVolumeResponse, error)
- func (s *Server) ControllerUnpublishVolume(context.Context, *ControllerUnpublishVolumeRequest) (*ControllerUnpublishVolumeResponse, error)
- func (s *Server) CreateSnapshot(context.Context, *CreateSnapshotRequest) (*CreateSnapshotResponse, error)
- func (s *Server) CreateVolume(ctx context.Context, req *CreateVolumeRequest) (*CreateVolumeResponse, error)
- func (s *Server) DeleteSnapshot(context.Context, *DeleteSnapshotRequest) (*DeleteSnapshotResponse, error)
- func (s *Server) DeleteVolume(ctx context.Context, req *DeleteVolumeRequest) (*DeleteVolumeResponse, error)
- func (s *Server) GetCapacity(context.Context, *GetCapacityRequest) (*GetCapacityResponse, error)
- func (s *Server) ListSnapshots(context.Context, *ListSnapshotsRequest) (*ListSnapshotsResponse, error)
- func (s *Server) ListVolumes(context.Context, *ListVolumesRequest) (*ListVolumesResponse, error)
- func (s *Server) ValidateVolumeCapabilities(context.Context, *ValidateVolumeCapabilitiesRequest) (*ValidateVolumeCapabilitiesResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ControllerExpandVolume ¶
func (*Server) ControllerGetCapabilities ¶
func (*Server) ControllerGetVolume ¶
func (*Server) ControllerPublishVolume ¶
func (*Server) ControllerUnpublishVolume ¶
func (*Server) CreateSnapshot ¶
func (*Server) CreateVolume ¶
func (*Server) DeleteSnapshot ¶
func (*Server) DeleteVolume ¶
func (*Server) GetCapacity ¶
func (*Server) ListSnapshots ¶
func (*Server) ListVolumes ¶
Click to show internal directories.
Click to hide internal directories.