Documentation ¶
Index ¶
Constants ¶
View Source
const ( MNTROOTPATH = "/csi-persistentvolumes" MBSIZE = 1024 * 1024 DRIVER = "driver" SERVER = "server" MODE = "mode" VOLUMEAS = "volumeAs" PATH = "path" SUBPATH = "subpath" FILESYSTEM = "filesystem" )
resourcemode is selected by: subpath/filesystem
View Source
const (
// CPFSTempMntPath used for create sub directory
CPFSTempMntPath = "/mnt/acs_mnt/k8s_cpfs/temp"
)
View Source
const (
// InstanceID is instance id tag
InstanceID = "instance-id"
)
Variables ¶
This section is empty.
Functions ¶
func GetCpfsDetails ¶
GetCpfsDetails get cpfsServer cpfsFileSystem and cpfsPath object
func NewControllerServer ¶
func NewControllerServer(d *csicommon.CSIDriver) csi.ControllerServer
NewControllerServer is to create controller server
Types ¶
Click to show internal directories.
Click to hide internal directories.