Kazan v0.3.0 Kazan.Models.V1beta1.DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

  • rolling_update :: Kazan.Models.V1beta1.RollingUpdateDeployment

    • Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
  • type :: String

    • Type of deployment. Can be “Recreate” or “RollingUpdate”. Default is RollingUpdate.