import "k8s.io/kubernetes/pkg/controller/statefulset/config"
doc.go types.go zz_generated.deepcopy.go
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 (in *StatefulSetControllerConfiguration) DeepCopy() *StatefulSetControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StatefulSetControllerConfiguration.
func (in *StatefulSetControllerConfiguration) DeepCopyInto(out *StatefulSetControllerConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Path | Synopsis |
---|---|
v1alpha1 |
Package config is imported by 7 packages. Updated 2019-11-04. Refresh now. Tools for package owners.