Skip to content

Commit

Permalink
Merge pull request #156 from microsoft/archana1/pdb-support
Browse files Browse the repository at this point in the history
genpolicy: add support for PodDisruptionBudget spec
  • Loading branch information
arc9693 authored Jan 30, 2024
2 parents a109d10 + 4736bd0 commit 17da19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/genpolicy/src/yaml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ pub fn new_k8s_resource(
| "Namespace"
| "PersistentVolume"
| "PersistentVolumeClaim"
| "PodDisruptionBudget"
| "PriorityClass"
| "ResourceQuota"
| "RoleBinding"
Expand Down

0 comments on commit 17da19f

Please sign in to comment.