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