Pod Disruption Budget
data class PodDisruptionBudget(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: PodDisruptionBudgetSpec? = null, val status: PodDisruptionBudgetStatus? = null)
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
Constructors
Link copied to clipboard
fun PodDisruptionBudget(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: PodDisruptionBudgetSpec? = null, status: PodDisruptionBudgetStatus? = null)