Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + const DeploymentAnnotation + const DeploymentConfigAnnotation + const DeploymentConfigLabel + const DeploymentEncodedConfigAnnotation + const DeploymentLabel + const DeploymentPodAnnotation + const DeploymentStatusAnnotation + const DeploymentVersionAnnotation + type CustomDeploymentStrategyParams struct + Command []string + Environment []kapi.EnvVar + Image string + type Deployment struct + ControllerTemplate kapi.ReplicationControllerSpec + Details *DeploymentDetails + Status DeploymentStatus + Strategy DeploymentStrategy + func (*Deployment) IsAnAPIObject() + type DeploymentCause struct + ImageTrigger *DeploymentCauseImageTrigger + Type DeploymentTriggerType + type DeploymentCauseImageTrigger struct + RepositoryName string + Tag string + type DeploymentConfig struct + Details *DeploymentDetails + LatestVersion int + Template DeploymentTemplate + Triggers []DeploymentTriggerPolicy + func (*DeploymentConfig) IsAnAPIObject() + type DeploymentConfigList struct + Items []DeploymentConfig + func (*DeploymentConfigList) IsAnAPIObject() + type DeploymentConfigRollback struct + Spec DeploymentConfigRollbackSpec + func (*DeploymentConfigRollback) IsAnAPIObject() + type DeploymentConfigRollbackSpec struct + From kapi.ObjectReference + IncludeReplicationMeta bool + IncludeStrategy bool + IncludeTemplate bool + IncludeTriggers bool + type DeploymentDetails struct + Causes []*DeploymentCause + Message string + type DeploymentList struct + Items []Deployment + func (*DeploymentList) IsAnAPIObject() + type DeploymentStatus string + const DeploymentStatusComplete + const DeploymentStatusFailed + const DeploymentStatusNew + const DeploymentStatusPending + const DeploymentStatusRunning + type DeploymentStrategy struct + CustomParams *CustomDeploymentStrategyParams + Type DeploymentStrategyType + type DeploymentStrategyType string + const DeploymentStrategyTypeCustom + const DeploymentStrategyTypeRecreate + type DeploymentTemplate struct + ControllerTemplate kapi.ReplicationControllerSpec + Strategy DeploymentStrategy + type DeploymentTriggerImageChangeParams struct + Automatic bool + ContainerNames []string + From kapi.ObjectReference + RepositoryName string + Tag string + type DeploymentTriggerPolicy struct + ImageChangeParams *DeploymentTriggerImageChangeParams + Type DeploymentTriggerType + type DeploymentTriggerType string + const DeploymentTriggerManual + const DeploymentTriggerOnConfigChange + const DeploymentTriggerOnImageChange