c
com.coralogix.zio.k8s.model.apps.v1
RollingUpdateDaemonSet
Companion object RollingUpdateDaemonSet
case class RollingUpdateDaemonSet(maxSurge: Optional[IntOrString] = Optional.Absent, maxUnavailable: Optional[IntOrString] = Optional.Absent) extends Product with Serializable
Spec to control the desired behavior of daemon set rolling update.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RollingUpdateDaemonSet
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RollingUpdateDaemonSet(maxSurge: Optional[IntOrString] = Optional.Absent, maxUnavailable: Optional[IntOrString] = Optional.Absent)
Value Members
-
def
getMaxSurge: IO[K8sFailure, IntOrString]
Gets maxSurge.
Gets maxSurge.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
-
def
getMaxUnavailable: IO[K8sFailure, IntOrString]
Gets maxUnavailable.
Gets maxUnavailable.
If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.
- val maxSurge: Optional[IntOrString]
- val maxUnavailable: Optional[IntOrString]