io.k8s.api.apps.v1.RollingUpdateDeployment
See theRollingUpdateDeployment companion object
final case class RollingUpdateDeployment(maxSurge: Option[IntOrString], maxUnavailable: Option[IntOrString])
Spec to control the desired behavior of rolling update.
Attributes
- Companion
- object
- Source
- RollingUpdateDeployment.scala
- Graph
-
- Supertypes
Members list
Inherited
- Not inherited
- Product
In this article