package
1.6.1
Repository: https://github.com/dell/csi-isilon.git
Documentation: pkg.go.dev

# Constants

BytesInGiB is the number of bytes in a gibibyte.
DefaultAccessZone is "System".
DefaultIsiPath is the default isiPath which will be used if there's no proper isiPath value set in neither storageclass.yaml nor values.yaml.
DefaultLogLevel for csi logs.
DefaultPortNumber is the port number in default to set the HTTPS port number of the Isilon OneFS API server.
DefaultVolumeSizeInBytes is default volume sgolang/protobuf/blob/master/ptypesize to create on an Isilon cluster when no size is given, expressed in bytes.
EnvAccessZone is the name of the access zone a volume can be created in, e.g.
EnvAllowedNetworks indicates list of networks on which NFS traffic is allowed.
EnvAutoProbe is the name of the environment variable used to specify that the controller service should automatically probe itself if it receives incoming requests before having been probed, in direct violation of the CSI spec.
EnvCSIEndpoint is the name of the unix domain socket that the csi driver is listening on.
EnvCustomTopologyEnabled indicates if custom topology has to be used by CSI Driver.
EnvDebug indicates whether the driver is in debug mode.
EnvInsecure is the name of the enviroment variable used to specify that the Isilon OneFS API server's certificate chain and host name should not be verified.
EnvIsilonConfigFile specifies the filepath containing Isilon cluster's config details.
EnvKubeConfigPath indicates kubernetes configuration that has to be used by CSI Driver.
EnvMaxVolumesPerNode specifies maximum number of volumes that controller can publish to the node.
EnvNfsV3 indicates whether to add "-o ver=3" option to the mount command when mounting an NFS export.
EnvNodeIP is the ip address of a k8s node.
EnvNodeName is the name of a k8s node.
EnvNoProbeOnStart indicates whether a probe should be attempted upon start.
EnvPath is the root path under which all the volumes (directories) will be provisioned, e.g.
EnvPort is the name of the enviroment variable used to set the HTTPS port number of the Isilon OneFS API server.
EnvQuotaEnabled is the boolean flag that indicates whether the provisioner should attempt to set (later unset) quota on a newly provisioned volume.
EnvVerbose indicates whether the driver should log OneFS REST API response body content.
FALSE constant.
IsilonConfigFile isilon-creds file with credential info of isilon clusters.
KubeConfig of kubernetes cluster.
MaxIsiConnRetries is the max number of retries to validate connection to PowerScale Array.
ModeController is csi driver's "controller "deployment mode.
ModeNode is csi driver's "mode "deployment mode.
PluginName is the name of the CSI plug-in.
TRUE constant.
VolumeSnapshotsPath is the snapshot directory base path on PowerScale array.