package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

ControllerHasDesiredReplicas returns a condition that will be true if and only if the desired replica count for a controller's ReplicaSelector equals the Replicas count.
NewRollingDeploymentStrategy makes a new RollingDeploymentStrategy.
NewRollingUpdater creates a RollingUpdater from a client.

# Constants

DeleteRollingUpdateCleanupPolicy means delete the old controller.
PreserveRollingUpdateCleanupPolicy means keep the old controller.
RenameRollingUpdateCleanupPolicy means delete the old controller, and rename the new controller to the name of the old controller.

# Structs

RollingDeploymentStrategy is a Strategy which implements rolling deployments using the upstream Kubernetes RollingUpdater.
RollingUpdater provides methods for updating replicated pods in a predictable, fault-tolerant way.
RollingUpdaterConfig is the configuration for a rolling deployment process.

# Type aliases

RollingUpdaterCleanupPolicy is a cleanup action to take after the deployment is complete.