# Functions
AnyDeployerPodSelector returns a label Selector which can be used to find all deployer pods across all deployments, including hook and custom deployer pods.
ConfigSelector returns a label Selector which can be used to find all deployments for a DeploymentConfig.
DecodeDeploymentConfig decodes a DeploymentConfig from controller using codec.
No description provided by the author
DeployerPodNameForDeployment returns the name of a pod for a given deployment.
DeployerPodSelector returns a label Selector which can be used to find all deployer pods associated with a deployment with name.
No description provided by the author
No description provided by the author
No description provided by the author
DeploymentNameForConfigVersion returns the name of the version-th deployment for the config that has the provided name.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EncodeDeploymentConfig encodes config as a string using codec.
HasChangeTrigger returns whether the provided deployment configuration has a config change trigger or not.
No description provided by the author
IsTerminatedDeployment returns true if the passed deployment has terminated (either complete or failed).
LabelForDeployment builds a string identifier for a Deployment.
LabelForDeploymentConfig builds a string identifier for a DeploymentConfig.
LatestDeploymentInfo returns info about the latest deployment for a config, if it exists and its current status.
LatestDeploymentNameForConfig returns a stable identifier for config based on its version.
MakeDeployment creates a deployment represented as a ReplicationController and based on the given DeploymentConfig.
# Constants
DeployerPodSuffix is the suffix added to pods created from a deployment.
# Structs
ListWatcherImpl is a pluggable ListWatcher.
# Type aliases
ByLatestVersionAsc sorts deployments by LatestVersion ascending.
ByLatestVersionDesc sorts deployments by LatestVersion descending.