diff --git a/kube.libsonnet b/kube.libsonnet index 418a76a..0b0202f 100644 --- a/kube.libsonnet +++ b/kube.libsonnet @@ -265,7 +265,7 @@ assert (!$._assert) || (!self.tty || self.stdin) : "tty=true requires stdin=true", }, - PodDisruptionBudget(name): $._Object("policy/v1beta1", "PodDisruptionBudget", name) { + PodDisruptionBudget(name): $._Object("policy/v1", "PodDisruptionBudget", name) { local this = self, target_pod:: error "target_pod required", spec: {