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

DeploymentStrategy describes how to replace existing pods with new ones.

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

Properties

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Apps.V1beta2.DeploymentStrategy{
  rolling_update: Kazan.Apis.Apps.V1beta2.RollingUpdateDeployment.t(),
  type: String.t()
}