PodDisruptionBudgetSpec

io.k8s.api.policy.v1.PodDisruptionBudgetSpec
See thePodDisruptionBudgetSpec companion object
final case class PodDisruptionBudgetSpec(maxUnavailable: Option[IntOrString], minAvailable: Option[IntOrString], selector: Option[LabelSelector], unhealthyPodEvictionPolicy: Option[String])

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Attributes

Companion
object
Source
PodDisruptionBudgetSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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

Attributes

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

Attributes

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

Attributes

Source
PodDisruptionBudgetSpec.scala

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

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

Attributes

Source
PodDisruptionBudgetSpec.scala

Returns a new data with maxUnavailable set to new value

Returns a new data with maxUnavailable set to new value

Attributes

Source
PodDisruptionBudgetSpec.scala

Returns a new data with minAvailable set to new value

Returns a new data with minAvailable set to new value

Attributes

Source
PodDisruptionBudgetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
PodDisruptionBudgetSpec.scala

Returns a new data with unhealthyPodEvictionPolicy set to new value

Returns a new data with unhealthyPodEvictionPolicy set to new value

Attributes

Source
PodDisruptionBudgetSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product