Documentation
¶
Index ¶
Constants ¶
View Source
const ( CrossNamespaceVolumeDataSource = "CrossNamespaceVolumeDataSource" VolumeAttributesClass = "VolumeAttributesClass" )
Variables ¶
This section is empty.
Functions ¶
func GetFssAddress ¶ added in v1.24.1
GetFssAddress returns the fssAddress based on csiAddress
func GetFssVolumeNamePrefix ¶ added in v1.24.1
GetFssVolumeNamePrefix returns the fssVolumeNamePrefix based on csiVolumeNamePrefix
Types ¶
type CSIOptions ¶
type CSIOptions struct {
Master string
Kubeconfig string
CsiAddress string
Endpoint string
FssCsiAddress string
FssEndpoint string
VolumeNamePrefix string
FssVolumeNamePrefix string
VolumeNameUUIDLength int
ShowVersion bool
RetryIntervalStart time.Duration
RetryIntervalMax time.Duration
WorkerThreads uint
OperationTimeout time.Duration
EnableLeaderElection bool
LeaderElectionType string
LeaderElectionNamespace string
StrictTopology bool
Resync time.Duration
Timeout time.Duration
FeatureGates map[string]bool
FinalizerThreads uint
MetricsAddress string
MetricsPath string
ExtraCreateMetadata bool
ReconcileSync time.Duration
EnableResizer bool
GroupSnapshotNamePrefix string
GroupSnapshotNameUUIDLength int
}
CSIOptions structure which contains flag values
Click to show internal directories.
Click to hide internal directories.