PodDisruptionBudget

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Spec(maxUnavailable: Option[IntOrString], minAvailable: Option[IntOrString], selector: Option[LabelSelector])
case class Status(currentHealthy: Int, desiredHealthy: Int, disruptedPods: Map[String, Timestamp], disruptionsAllowed: Int, expectedPods: Int, observedGeneration: Option[Int])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): PodDisruptionBudget

Implicits

Implicits

implicit val depSpecFmt: Format[Spec]
implicit val depStatusFmt: Format[Status]
implicit lazy val pdbFormat: Format[PodDisruptionBudget]