package config
import "k8s.io/kubernetes/pkg/controller/replication/config"
Index ¶
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.
Source Files ¶
doc.go types.go zz_generated.deepcopy.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/replication/config/v1alpha1 |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 3 hours ago –
Tools for package owners.