DeploymentStrategy

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

DeploymentStrategy describes how to replace existing pods with new ones.

Companion:
object
Source:
DeploymentStrategy.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if rollingUpdate has a value, transforms to the result of function

if rollingUpdate has a value, transforms to the result of function

Source:
DeploymentStrategy.scala

if type has a value, transforms to the result of function

if type has a value, transforms to the result of function

Source:
DeploymentStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Source:
DeploymentStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
DeploymentStrategy.scala

Inherited methods

Inherited from:
Product