RollingUpdateDeployment

final case class RollingUpdateDeployment(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])

Spec to control the desired behavior of rolling update.

Source:
RollingUpdateDeployment.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
RollingUpdateDeployment.scala

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

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

Source:
RollingUpdateDeployment.scala

Returns a new data with maxSurge set to new value

Returns a new data with maxSurge set to new value

Source:
RollingUpdateDeployment.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Source:
RollingUpdateDeployment.scala

Inherited methods

Inherited from:
Product