Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceControllerConfiguration ¶
type NamespaceControllerConfiguration struct { // namespaceSyncPeriod is the period for syncing namespace life-cycle // updates. NamespaceSyncPeriod metav1.Duration // concurrentNamespaceSyncs is the number of namespace objects that are // allowed to sync concurrently. ConcurrentNamespaceSyncs int32 }
NamespaceControllerConfiguration contains elements describing NamespaceController.
func (*NamespaceControllerConfiguration) DeepCopy ¶
func (in *NamespaceControllerConfiguration) DeepCopy() *NamespaceControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespaceControllerConfiguration.
func (*NamespaceControllerConfiguration) DeepCopyInto ¶
func (in *NamespaceControllerConfiguration) DeepCopyInto(out *NamespaceControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Click to show internal directories.
Click to hide internal directories.