RollingUpdateDaemonSet
final case class RollingUpdateDaemonSet(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])
Spec to control the desired behavior of daemon set rolling update.
- Source:
- RollingUpdateDaemonSet.scala
Spec to control the desired behavior of daemon set rolling update.