package config
import "k8s.io/kubernetes/pkg/controller/daemon/config"
Index ¶
Types ¶
type DaemonSetControllerConfiguration ¶
type DaemonSetControllerConfiguration struct { // concurrentDaemonSetSyncs is the number of daemonset objects that are // allowed to sync concurrently. Larger number = more responsive daemonset, // but more CPU (and network) load. ConcurrentDaemonSetSyncs int32 }
DaemonSetControllerConfiguration contains elements describing DaemonSetController.
func (*DaemonSetControllerConfiguration) DeepCopy ¶
func (in *DaemonSetControllerConfiguration) DeepCopy() *DaemonSetControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetControllerConfiguration.
func (*DaemonSetControllerConfiguration) DeepCopyInto ¶
func (in *DaemonSetControllerConfiguration) DeepCopyInto(out *DaemonSetControllerConfiguration)
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/daemon/config/v1alpha1 |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 3 hours ago –
Tools for package owners.