RollingUpdateDeployment

io.k8s.api.apps.v1.RollingUpdateDeployment
See theRollingUpdateDeployment companion object
final case class RollingUpdateDeployment(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])

Spec to control the desired behavior of rolling update.

Attributes

Companion:
object
Source:
RollingUpdateDeployment.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

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

Attributes

Source:
RollingUpdateDeployment.scala

Returns a new data with maxSurge set to new value

Returns a new data with maxSurge set to new value

Attributes

Source:
RollingUpdateDeployment.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Attributes

Source:
RollingUpdateDeployment.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product