Kazan v0.11.0 Kazan.Apis.Extensions.V1beta1.DeploymentStrategy View Source
DeploymentStrategy describes how to replace existing pods with new ones.
OpenAPI Definition: io.k8s.api.extensions.v1beta1.DeploymentStrategy
Properties
rolling_update
::Kazan.Apis.Extensions.V1beta1.RollingUpdateDeployment
- Deprecated. Please use io.k8s.api.extensions.v1beta1.RollingUpdateDeployment instead.
type
::String
- Type of deployment. Can be “Recreate” or “RollingUpdate”. Default is RollingUpdate.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Extensions.V1beta1.DeploymentStrategy{ rolling_update: Kazan.Apis.Extensions.V1beta1.RollingUpdateDeployment.t(), type: String.t() }