package
1.2.0-alpha.6
Repository: https://github.com/nirdothan/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewDeploymentController creates a new DeploymentController.

# Constants

FullDeploymentResyncPeriod means we'll attempt to recompute the required replicas of all deployments that have fulfilled their expectations at least this often.
We must avoid creating new rc until the rc store has synced.

# Structs

DeploymentController is responsible for synchronizing Deployment objects stored in the system with actual running rcs and pods.