package config
import "k8s.io/kubernetes/pkg/controller/deployment/config"
Index ¶
Types ¶
type DeploymentControllerConfiguration ¶
type DeploymentControllerConfiguration struct { // concurrentDeploymentSyncs is the number of deployment objects that are // allowed to sync concurrently. Larger number = more responsive deployments, // but more CPU (and network) load. ConcurrentDeploymentSyncs int32 }
DeploymentControllerConfiguration contains elements describing DeploymentController.
func (*DeploymentControllerConfiguration) DeepCopy ¶
func (in *DeploymentControllerConfiguration) DeepCopy() *DeploymentControllerConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DeploymentControllerConfiguration.
func (*DeploymentControllerConfiguration) DeepCopyInto ¶
func (in *DeploymentControllerConfiguration) DeepCopyInto(out *DeploymentControllerConfiguration)
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/deployment/config/v1alpha1 |
- Version
- v1.33.0 (latest)
- Published
- Apr 23, 2025
- Platform
- linux/amd64
- Last checked
- 3 hours ago –
Tools for package owners.