package
0.3.2
Repository: https://github.com/sallyom/origin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

DeploymentAnnotation is an annotation on a deployer Pod.
DeploymentConfigAnnotation is an annotation name used to correlate a deployment with the DeploymentConfig on which the deployment is based.
DeploymentConfigLabel is the name of a label used to correlate a deployment with the DeploymentConfigs on which the deployment is based.
DeploymentEncodedConfigAnnotation is an annotation name used to retrieve specific encoded DeploymentConfig on which a given deployment is based.
DeploymentLabel is the name of a label used to correlate a deployment with the Pod created to execute the deployment logic.
DeploymentPodAnnotation is an annotation on a deployment (a ReplicationController).
DeploymentStatusAnnotation is an annotation name used to retrieve the DeploymentStatus of a deployment.
DeploymentStatusComplete means the deployment finished without an error.
DeploymentStatusFailed means the deployment finished with an error.
DeploymentStatusNew means the deployment has been accepted but not yet acted upon.
DeploymentStatusPending means the deployment been handed over to a deployment strategy, but the strategy has not yet declared the deployment to be running.
DeploymentStatusRunning means the deployment strategy has reported the deployment as being in-progress.
DeploymentStrategyTypeCustom is a user defined strategy.
DeploymentStrategyTypeRecreate is a simple strategy suitable as a default.
DeploymentTriggerManual is a placeholder implementation which does nothing.
DeploymentTriggerOnConfigChange will create new deployments in response to changes to the ControllerTemplate of a DeploymentConfig.
DeploymentTriggerOnImageChange will create new deployments in response to updated tags from a Docker image repository.
DeploymentVersionAnnotation is an annotation on a deployment (a ReplicationController).

# Structs

CustomParams are the input to the Custom deployment strategy.
A deployment represents a single configuration of a pod deployed into the cluster, and may represent both a current deployment or a historical deployment.
DeploymentCause captures information about a particular cause of a deployment.
No description provided by the author
DeploymentConfig represents a configuration for a single deployment (represented as a ReplicationController).
A DeploymentConfigList is a collection of deployment configs.
DeploymentConfigRollback provides the input to rollback generation.
DeploymentConfigRollbackSpec represents the options for rollback generation.
DeploymentDetails captures information about the causes of a deployment.
A DeploymentList is a collection of deployments.
DeploymentStrategy describes how to perform a deployment.
DeploymentTemplate contains all the necessary information to create a deployment from a DeploymentStrategy.
DeploymentTriggerImageChangeParams represents the parameters to the ImageChange trigger.
DeploymentTriggerPolicy describes a policy for a single trigger that results in a new deployment.

# Type aliases

DeploymentStatus describes the possible states a deployment can be in.
DeploymentStrategyType refers to a specific DeploymentStrategy implementation.
DeploymentTriggerType refers to a specific DeploymentTriggerPolicy implementation.