Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSIOptions ¶
type CSIOptions struct {
Master string
Kubeconfig string
CsiAddress string
Endpoint string
VolumeNamePrefix 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
}
CSIOptions structure which contains flag values
Click to show internal directories.
Click to hide internal directories.