# Packages
Package deployconfig provides Registry interface and its RESTStorage implementation for storing DeploymentConfig api objects.
Package deploylog provides a Registry interface for retrieving deployment logs.
Package generator contains the code for DeploymentConfig regeneration as well as REST support to help expose the generator from an API.
No description provided by the author
Package rollback contains the code for generating DeploymentConfigs representing rollbacks as well as REST support for API clients.
No description provided by the author
# Functions
WaitForRunningDeployment waits until the specified deployment is no longer New or Pending.
# Variables
No description provided by the author
ErrUnknownDeploymentPhase is returned for WaitForRunningDeployment if an unknown phase is returned.