node

package
v0.1.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	NodeName string `json:"nodeName"`
}

type Server

type Server struct {

	// Config
	Config `json:"config"`
	// contains filtered or unexported fields
}

func NewServer

func NewServer() *Server

func (*Server) NodeExpandVolume

func (s *Server) NodeExpandVolume(context.Context, *NodeExpandVolumeRequest) (*NodeExpandVolumeResponse, error)

func (*Server) NodeGetCapabilities

func (s *Server) NodeGetCapabilities(context.Context, *NodeGetCapabilitiesRequest) (*NodeGetCapabilitiesResponse, error)

func (*Server) NodeGetInfo

func (s *Server) NodeGetInfo(context.Context, *NodeGetInfoRequest) (*NodeGetInfoResponse, error)

func (*Server) NodeGetVolumeStats

func (s *Server) NodeGetVolumeStats(ctx context.Context, req *NodeGetVolumeStatsRequest) (*NodeGetVolumeStatsResponse, error)

func (*Server) NodePublishVolume

func (s *Server) NodePublishVolume(ctx context.Context, req *NodePublishVolumeRequest) (*NodePublishVolumeResponse, error)

func (*Server) NodeStageVolume

func (s *Server) NodeStageVolume(context.Context, *NodeStageVolumeRequest) (*NodeStageVolumeResponse, error)

func (*Server) NodeUnpublishVolume

func (s *Server) NodeUnpublishVolume(ctx context.Context, req *NodeUnpublishVolumeRequest) (*NodeUnpublishVolumeResponse, error)

func (*Server) NodeUnstageVolume

func (s *Server) NodeUnstageVolume(ctx context.Context, req *NodeUnstageVolumeRequest) (*NodeUnstageVolumeResponse, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL