PodDisruptionBudgetSpec

final case class PodDisruptionBudgetSpec(maxUnavailable: Option[IntOrString], minAvailable: Option[IntOrString], selector: Option[LabelSelector])

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Source:
PodDisruptionBudgetSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

if maxUnavailable has a value, transforms to the result of function

if maxUnavailable has a value, transforms to the result of function

Source:
PodDisruptionBudgetSpec.scala

if minAvailable has a value, transforms to the result of function

if minAvailable has a value, transforms to the result of function

Source:
PodDisruptionBudgetSpec.scala

if selector has a value, transforms to the result of function

if selector has a value, transforms to the result of function

Source:
PodDisruptionBudgetSpec.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Source:
PodDisruptionBudgetSpec.scala

Returns a new data with minAvailable set to new value

Returns a new data with minAvailable set to new value

Source:
PodDisruptionBudgetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Source:
PodDisruptionBudgetSpec.scala

Inherited methods

Inherited from:
Product