Kazan v0.10.0 Kazan.Apis.Apps.V1.DeploymentStrategy View Source

DeploymentStrategy describes how to replace existing pods with new ones.

OpenAPI Definition: io.k8s.api.apps.v1.DeploymentStrategy

Properties

  • rolling_update :: Kazan.Apis.Apps.V1.RollingUpdateDeployment

    • Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
  • 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.Apps.V1.DeploymentStrategy{
  rolling_update: Kazan.Apis.Apps.V1.RollingUpdateDeployment.t(),
  type: String.t()
}