Documentation ¶
Index ¶
- type Config
- type Server
- func (s *Server) NodeExpandVolume(context.Context, *NodeExpandVolumeRequest) (*NodeExpandVolumeResponse, error)
- func (s *Server) NodeGetCapabilities(context.Context, *NodeGetCapabilitiesRequest) (*NodeGetCapabilitiesResponse, error)
- func (s *Server) NodeGetInfo(context.Context, *NodeGetInfoRequest) (*NodeGetInfoResponse, error)
- func (s *Server) NodeGetVolumeStats(ctx context.Context, req *NodeGetVolumeStatsRequest) (*NodeGetVolumeStatsResponse, error)
- func (s *Server) NodePublishVolume(ctx context.Context, req *NodePublishVolumeRequest) (*NodePublishVolumeResponse, error)
- func (s *Server) NodeStageVolume(context.Context, *NodeStageVolumeRequest) (*NodeStageVolumeResponse, error)
- func (s *Server) NodeUnpublishVolume(ctx context.Context, req *NodeUnpublishVolumeRequest) (*NodeUnpublishVolumeResponse, error)
- func (s *Server) NodeUnstageVolume(ctx context.Context, req *NodeUnstageVolumeRequest) (*NodeUnstageVolumeResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // Config Config `json:"config"` // contains filtered or unexported fields }
func (*Server) NodeExpandVolume ¶
func (*Server) NodeGetCapabilities ¶
func (*Server) NodeGetInfo ¶
func (*Server) NodeGetVolumeStats ¶
func (*Server) NodePublishVolume ¶
func (*Server) NodeStageVolume ¶
func (*Server) NodeUnpublishVolume ¶
Click to show internal directories.
Click to hide internal directories.