PodDisruptionBudgetSpec

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

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets maxUnavailable.

Gets maxUnavailable.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets minAvailable.

Gets minAvailable.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets selector.

Gets selector.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product