v0

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: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeLogging

func InitializeLogging(logLevel, mode, metadataFile string) *logrus.Entry

Types

type Config

type Config struct {
	BaseURL        string
	ClientID       string
	Endpoint       string
	Mode           driverv1.Mode
	MetadataFile   string
	RescanOnResize bool
	Token          string
}

Config is used to configure a new Driver

type DriverV0

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

DriverV0 implements the following CSI interfaces:

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

func NewDriverV0

func NewDriverV0(config *Config, log *logrus.Entry) (*DriverV0, error)

NewDriverV0 returns a configured CSI Xelon plugin.

func (*DriverV0) ControllerExpandVolume

ControllerExpandVolume is called from the resizer to increase the volume size.

func (*DriverV0) ControllerGetCapabilities

ControllerGetCapabilities get capabilities of the Xelon controller.

func (*DriverV0) ControllerGetVolume

ControllerGetVolume gets a specific volume.

func (*DriverV0) ControllerPublishVolume

ControllerPublishVolume attaches the given volume to the node

func (*DriverV0) ControllerUnpublishVolume

ControllerUnpublishVolume detaches the given volume from the node

func (*DriverV0) CreateSnapshot

CreateSnapshot will be called by the CO to create a new snapshot from a source volume on behalf of a user.

func (*DriverV0) CreateVolume

CreateVolume creates a new volume with the given CreateVolumeRequest.

func (*DriverV0) DeleteSnapshot

DeleteSnapshot will be called by the CO to delete a snapshot.

func (*DriverV0) DeleteVolume

func (*DriverV0) GetCapacity

func (*DriverV0) GetPluginInfo

func (*DriverV0) ListSnapshots

ListSnapshots returns the information about all snapshots on the storage system within the given parameters regardless of how they were created.

func (*DriverV0) ListVolumes

func (*DriverV0) NodeExpandVolume

NodeExpandVolume expands the given volume

func (*DriverV0) NodeGetCapabilities

NodeGetCapabilities returns the supported capabilities of the node server

func (*DriverV0) NodeGetInfo

NodeGetInfo returns the supported capabilities of the node server. The result of this function will be used by the CO in ControllerPublishVolume.

func (*DriverV0) NodeGetVolumeStats

NodeGetVolumeStats returns the volume capacity statistics available for the given volume.

func (*DriverV0) NodePublishVolume

NodePublishVolume mounts the volume mounted to the staging path to the target path

func (*DriverV0) NodeStageVolume

NodeStageVolume mounts the volume to a staging path on the node. This is called by the CO before NodePublishVolume and is used to temporary mount the volume to a staging path. Once mounted, NodePublishVolume will make sure to mount it to the appropriate path

func (*DriverV0) NodeUnpublishVolume

NodeUnpublishVolume unmounts the volume from the target path

func (*DriverV0) NodeUnstageVolume

NodeUnstageVolume unstages the volume from the staging path

func (*DriverV0) Probe

Probe allows to verify that the plugin is in a healthy and ready state

func (*DriverV0) Run

func (d *DriverV0) Run() error

Run starts the CSI Xelon plugin on the given endpoint.

type VersionInfo

type VersionInfo struct {
	DriverVersion string `json:"driver_version"`
	GitCommit     string `json:"git_commit"`
	GitTreeState  string `json:"git_tree_state"`
	BuildDate     string `json:"build_date"`
	GoVersion     string `json:"go_version"`
	Platform      string `json:"platform"`
}

func GetVersion

func GetVersion() VersionInfo

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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