package config
import "k8s.io/kubernetes/pkg/controller/volume/attachdetach/config"
Index ¶
Types ¶
type AttachDetachControllerConfiguration ¶
type AttachDetachControllerConfiguration struct { // Reconciler runs a periodic loop to reconcile the desired state of the with // the actual state of the world by triggering attach detach operations. // This flag enables or disables reconcile. Is false by default, and thus enabled. DisableAttachDetachReconcilerSync bool // ReconcilerSyncLoopPeriod is the amount of time the reconciler sync states loop // wait between successive executions. Is set to 60 sec by default. ReconcilerSyncLoopPeriod metav1.Duration // DisableForceDetachOnTimeout disables force detach when the maximum unmount // time is exceeded. Is false by default, and thus force detach on unmount is // enabled. DisableForceDetachOnTimeout bool }
AttachDetachControllerConfiguration contains elements describing AttachDetachController.
func (*AttachDetachControllerConfiguration) DeepCopy ¶
func (in *AttachDetachControllerConfiguration) DeepCopy() *AttachDetachControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AttachDetachControllerConfiguration.
func (*AttachDetachControllerConfiguration) DeepCopyInto ¶
func (in *AttachDetachControllerConfiguration) DeepCopyInto(out *AttachDetachControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/volume/attachdetach/config/v1alpha1 |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 3 hours ago –
Tools for package owners.