DeploymentStrategy

case class DeploymentStrategy(rollingUpdate: Optional[RollingUpdateDeployment], `type`: Optional[String])

DeploymentStrategy describes how to replace existing pods with new ones.

Value parameters:
type

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets rollingUpdate.

Gets rollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product