Kazan v0.1.0 Kazan.Models.V1beta1.DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

Properties

  • rolling_update - Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. See Kazan.Models.V1beta1.RollingUpdateDeployment.
  • type - Type of deployment. Can be “Recreate” or “RollingUpdate”. Default is RollingUpdate.