driver

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetVersion

func GetVersion() string

func UserAgent

func UserAgent() string

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

Driver implements the following CSI interfaces:

  • csi.ControllerServer
  • csi.NodeServer
  • csi.IdentityServer

func NewDriver

func NewDriver(ctx context.Context, opts *Options) (*Driver, error)

func (*Driver) CreateSnapshot

func (*Driver) CreateVolume

func (d *Driver) CreateVolume(ctx context.Context, req *csi.CreateVolumeRequest) (*csi.CreateVolumeResponse, error)

func (*Driver) DeleteSnapshot

func (*Driver) DeleteVolume

func (d *Driver) DeleteVolume(ctx context.Context, req *csi.DeleteVolumeRequest) (*csi.DeleteVolumeResponse, error)

func (*Driver) GetCapacity

func (*Driver) GetPluginInfo

func (*Driver) ListSnapshots

func (*Driver) ListVolumes

func (*Driver) NodeExpandVolume

func (*Driver) NodeGetInfo

func (*Driver) NodeGetVolumeStats

func (*Driver) NodePublishVolume

func (*Driver) NodeStageVolume

func (*Driver) NodeUnstageVolume

func (*Driver) Probe

func (d *Driver) Probe(_ context.Context, req *csi.ProbeRequest) (*csi.ProbeResponse, error)

func (*Driver) Run

func (d *Driver) Run() error

type Mode

type Mode string

Mode represents the mode in which the CSI driver started

const (
	DefaultDriverName = "csi.xelon.ch"

	ControllerMode Mode = "controller"
	NodeMode       Mode = "node"
	AllMode        Mode = "all"
)

type Options

type Options struct {
	Endpoint       string
	Mode           Mode
	RescanOnResize bool
	XelonBaseURL   string
	XelonClientID  string
	XelonCloudID   string
	XelonToken     string
}

Options contains parsed CLI flags passed to the driver.

type VersionInfo

type VersionInfo struct {
	GitCommit       string `json:"git_commit,omitempty"`
	GitTreeState    string `json:"git_tree_state,omitempty"`
	GoVersion       string `json:"go_version,omitempty"`
	SourceDateEpoch string `json:"source_data_epoch,omitempty"`
	Version         string `json:"version,omitempty"`
}

func GetVersionInfo

func GetVersionInfo() VersionInfo

Directories

Path Synopsis
v0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳