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

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()
}