Versions in this module Expand all Collapse all v0 v0.5.3 May 28, 2015 Changes in this version + const DeploymentAnnotation + const DeploymentCancelledAnnotation + const DeploymentConfigAnnotation + const DeploymentConfigLabel + const DeploymentEncodedConfigAnnotation + const DeploymentLabel + const DeploymentPhaseAnnotation + const DeploymentPodAnnotation + const DeploymentStatusReasonAnnotation + const DeploymentVersionAnnotation + type CustomDeploymentStrategyParams struct + Command []string + Environment []kapi.EnvVar + Image string + type DeploymentCause struct + ImageTrigger *DeploymentCauseImageTrigger + Type DeploymentTriggerType + type DeploymentCauseImageTrigger struct + From kapi.ObjectReference + type DeploymentConfig struct + Spec DeploymentConfigSpec + Status DeploymentConfigStatus + 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 DeploymentConfigSpec struct + Replicas int + Selector map[string]string + Strategy DeploymentStrategy + Template *kapi.PodTemplateSpec + TemplateRef *kapi.ObjectReference + Triggers []DeploymentTriggerPolicy + type DeploymentConfigStatus struct + Details *DeploymentDetails + LatestVersion int + type DeploymentDetails struct + Causes []*DeploymentCause + Message string + type DeploymentPhase string + const DeploymentPhaseComplete + const DeploymentPhaseFailed + const DeploymentPhaseNew + const DeploymentPhasePending + const DeploymentPhaseRunning + type DeploymentStrategy struct + CustomParams *CustomDeploymentStrategyParams + RecreateParams *RecreateDeploymentStrategyParams + Resources kapi.ResourceRequirements + RollingParams *RollingDeploymentStrategyParams + Type DeploymentStrategyType + type DeploymentStrategyType string + const DeploymentStrategyTypeCustom + const DeploymentStrategyTypeRecreate + const DeploymentStrategyTypeRolling + type DeploymentTriggerImageChangeParams struct + Automatic bool + ContainerNames []string + From kapi.ObjectReference + LastTriggeredImage string + type DeploymentTriggerPolicy struct + ImageChangeParams *DeploymentTriggerImageChangeParams + Type DeploymentTriggerType + type DeploymentTriggerType string + const DeploymentTriggerOnConfigChange + const DeploymentTriggerOnImageChange + type ExecNewPodHook struct + Command []string + ContainerName string + Env []kapi.EnvVar + type LifecycleHook struct + ExecNewPod *ExecNewPodHook + FailurePolicy LifecycleHookFailurePolicy + type LifecycleHookFailurePolicy string + const LifecycleHookFailurePolicyAbort + const LifecycleHookFailurePolicyIgnore + const LifecycleHookFailurePolicyRetry + type RecreateDeploymentStrategyParams struct + Post *LifecycleHook + Pre *LifecycleHook + type RollingDeploymentStrategyParams struct + IntervalSeconds *int64 + Post *LifecycleHook + Pre *LifecycleHook + TimeoutSeconds *int64 + UpdatePeriodSeconds *int64