RollingUpdateDeployment

com.coralogix.zio.k8s.model.apps.v1.RollingUpdateDeployment
See theRollingUpdateDeployment companion object
case class RollingUpdateDeployment(maxSurge: Optional[IntOrString], maxUnavailable: Optional[IntOrString])

Spec to control the desired behavior of rolling update.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets maxSurge.

Gets maxSurge.

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

Attributes

Gets maxUnavailable.

Gets maxUnavailable.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product