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