Documentation ¶
Index ¶
- type Server
- func (srv *Server) ControllerExpandVolume(context.Context, *csi.ControllerExpandVolumeRequest) (*csi.ControllerExpandVolumeResponse, error)
- func (srv *Server) ControllerGetCapabilities(context.Context, *csi.ControllerGetCapabilitiesRequest) (*csi.ControllerGetCapabilitiesResponse, error)
- func (srv *Server) ControllerGetVolume(context.Context, *csi.ControllerGetVolumeRequest) (*csi.ControllerGetVolumeResponse, error)
- func (srv *Server) ControllerModifyVolume(context.Context, *csi.ControllerModifyVolumeRequest) (*csi.ControllerModifyVolumeResponse, error)
- func (srv *Server) ControllerPublishVolume(context.Context, *csi.ControllerPublishVolumeRequest) (*csi.ControllerPublishVolumeResponse, error)
- func (srv *Server) ControllerUnpublishVolume(context.Context, *csi.ControllerUnpublishVolumeRequest) (*csi.ControllerUnpublishVolumeResponse, error)
- func (srv *Server) CreateSnapshot(context.Context, *csi.CreateSnapshotRequest) (*csi.CreateSnapshotResponse, error)
- func (srv *Server) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest) (*csi.CreateVolumeResponse, error)
- func (srv *Server) DeleteSnapshot(context.Context, *csi.DeleteSnapshotRequest) (*csi.DeleteSnapshotResponse, error)
- func (srv *Server) DeleteVolume(ctx context.Context, req *csi.DeleteVolumeRequest) (*csi.DeleteVolumeResponse, error)
- func (srv *Server) GetCapacity(context.Context, *csi.GetCapacityRequest) (*csi.GetCapacityResponse, error)
- func (srv *Server) ListSnapshots(context.Context, *csi.ListSnapshotsRequest) (*csi.ListSnapshotsResponse, error)
- func (srv *Server) ListVolumes(context.Context, *csi.ListVolumesRequest) (*csi.ListVolumesResponse, error)
- func (srv *Server) ValidateVolumeCapabilities(ctx context.Context, req *csi.ValidateVolumeCapabilitiesRequest) (*csi.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
}
Server implements csi.ControllerServer interface.
func (*Server) ControllerExpandVolume ¶
func (srv *Server) ControllerExpandVolume( context.Context, *csi.ControllerExpandVolumeRequest, ) (*csi.ControllerExpandVolumeResponse, error)
func (*Server) ControllerGetCapabilities ¶
func (srv *Server) ControllerGetCapabilities( context.Context, *csi.ControllerGetCapabilitiesRequest, ) (*csi.ControllerGetCapabilitiesResponse, error)
func (*Server) ControllerGetVolume ¶
func (srv *Server) ControllerGetVolume( context.Context, *csi.ControllerGetVolumeRequest, ) (*csi.ControllerGetVolumeResponse, error)
func (*Server) ControllerModifyVolume ¶
func (srv *Server) ControllerModifyVolume( context.Context, *csi.ControllerModifyVolumeRequest, ) (*csi.ControllerModifyVolumeResponse, error)
func (*Server) ControllerPublishVolume ¶
func (srv *Server) ControllerPublishVolume( context.Context, *csi.ControllerPublishVolumeRequest, ) (*csi.ControllerPublishVolumeResponse, error)
func (*Server) ControllerUnpublishVolume ¶
func (srv *Server) ControllerUnpublishVolume( context.Context, *csi.ControllerUnpublishVolumeRequest, ) (*csi.ControllerUnpublishVolumeResponse, error)
func (*Server) CreateSnapshot ¶
func (srv *Server) CreateSnapshot( context.Context, *csi.CreateSnapshotRequest, ) (*csi.CreateSnapshotResponse, error)
func (*Server) CreateVolume ¶
func (srv *Server) CreateVolume( ctx context.Context, req *csi.CreateVolumeRequest, ) (*csi.CreateVolumeResponse, error)
func (*Server) DeleteSnapshot ¶
func (srv *Server) DeleteSnapshot( context.Context, *csi.DeleteSnapshotRequest, ) (*csi.DeleteSnapshotResponse, error)
func (*Server) DeleteVolume ¶
func (srv *Server) DeleteVolume( ctx context.Context, req *csi.DeleteVolumeRequest, ) (*csi.DeleteVolumeResponse, error)
func (*Server) GetCapacity ¶
func (srv *Server) GetCapacity( context.Context, *csi.GetCapacityRequest, ) (*csi.GetCapacityResponse, error)
func (*Server) ListSnapshots ¶
func (srv *Server) ListSnapshots( context.Context, *csi.ListSnapshotsRequest, ) (*csi.ListSnapshotsResponse, error)
func (*Server) ListVolumes ¶
func (srv *Server) ListVolumes( context.Context, *csi.ListVolumesRequest, ) (*csi.ListVolumesResponse, error)
func (*Server) ValidateVolumeCapabilities ¶
func (srv *Server) ValidateVolumeCapabilities( ctx context.Context, req *csi.ValidateVolumeCapabilitiesRequest, ) (*csi.ValidateVolumeCapabilitiesResponse, error)
Click to show internal directories.
Click to hide internal directories.