csi

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	ID uint64
}

Server represents a server/node in the CSI driver domain.

type Volume

type Volume struct {
	ID          uint64
	Name        string
	Size        int // GB
	Location    string
	LinuxDevice string
	Server      *Server
}

Volume represents a volume in the CSI driver domain.

func (Volume) SizeBytes

func (v Volume) SizeBytes() int64

Jump to

Keyboard shortcuts

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