RollingUpdateDaemonSet

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

Spec to control the desired behavior of daemon set rolling update.

Attributes

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

Members list

Concise view

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