Documentation
¶
Overview ¶
Package reaper implements the Reaper interface for deploymentConfigs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentConfigReaper ¶
type DeploymentConfigReaper struct {
// contains filtered or unexported fields
}
DeploymentConfigReaper implements the Reaper interface for deploymentConfigs
func (*DeploymentConfigReaper) Stop ¶
func (reaper *DeploymentConfigReaper) Stop(namespace, name string, gracePeriod *kapi.DeleteOptions) (string, error)
Stop scales a replication controller via its deployment configuration down to zero replicas, waits for all of them to get deleted and then deletes both the replication controller and its deployment configuration.