package
1.3.0-alpha.5
Repository: https://github.com/intelsdi-x/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.
We must avoid creating new replica set / counting pods until the replica set / pods store has synced.

# Structs

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