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

Commit

Permalink
PodDisruptionBudget is a namespaced object (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
phsiao authored and hjacobs committed Sep 6, 2019
1 parent 58f407f commit 6ece171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykube/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ class PodSecurityPolicy(APIObject):
kind = "PodSecurityPolicy"


class PodDisruptionBudget(APIObject):
class PodDisruptionBudget(NamespacedAPIObject):

version = "policy/v1beta1"
endpoint = "poddisruptionbudgets"
Expand Down

0 comments on commit 6ece171

Please sign in to comment.