PodDisruptionBudgetSpec

com.coralogix.zio.k8s.model.policy.v1.PodDisruptionBudgetSpec
See thePodDisruptionBudgetSpec companion object
case class PodDisruptionBudgetSpec(maxUnavailable: Optional[IntOrString], minAvailable: Optional[IntOrString], selector: Optional[LabelSelector])

PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets maxUnavailable.

Gets maxUnavailable.

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

Attributes

Gets minAvailable.

Gets minAvailable.

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

Attributes

Gets selector.

Gets selector.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product