Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Commit 6ece171

Browse files
phsiaohjacobs
authored andcommitted
PodDisruptionBudget is a namespaced object (#42)
1 parent 58f407f commit 6ece171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pykube/objects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ class PodSecurityPolicy(APIObject):
517517
kind = "PodSecurityPolicy"
518518

519519

520-
class PodDisruptionBudget(APIObject):
520+
class PodDisruptionBudget(NamespacedAPIObject):
521521

522522
version = "policy/v1beta1"
523523
endpoint = "poddisruptionbudgets"

0 commit comments

Comments
 (0)