package config
import "k8s.io/kubernetes/pkg/controller/statefulset/config"
Index ¶
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.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/statefulset/config/v1alpha1 |
Tools for package owners.