 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.
 Click to show internal directories. 
   Click to hide internal directories.