RollingUpdateDaemonSet

case class RollingUpdateDaemonSet(maxSurge: Optional[IntOrString], maxUnavailable: Optional[IntOrString])

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

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

Value members

Concrete methods

Gets maxSurge.

Gets maxSurge.

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

Gets maxUnavailable.

Gets maxUnavailable.

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

Inherited methods

Inherited from:
Product