 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatefulSetControllerConfiguration ¶
type StatefulSetControllerConfiguration struct {
	// concurrentStatefulSetSyncs is the number of statefulset objects that are
	// allowed to sync concurrently. Larger number = more responsive statefulsets,
	// but more CPU (and network) load.
	ConcurrentStatefulSetSyncs int32
}
    StatefulSetControllerConfiguration contains elements describing StatefulSetController.
func (*StatefulSetControllerConfiguration) DeepCopy ¶
func (in *StatefulSetControllerConfiguration) DeepCopy() *StatefulSetControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulSetControllerConfiguration.
func (*StatefulSetControllerConfiguration) DeepCopyInto ¶
func (in *StatefulSetControllerConfiguration) DeepCopyInto(out *StatefulSetControllerConfiguration)
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.