Skip to content

Commit

Permalink
updated PodDisruptionBudget to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelMurciano committed Sep 17, 2024
1 parent 885b785 commit 068375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/desired/kinds.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ var Kinds = map[GVKName]schema.GroupVersionKind{
},
PodDisruptionBudgetGVK: schema.GroupVersionKind{
Group: "policy",
Version: "v1beta1",
Version: "v1",
Kind: "PodDisruptionBudget",
},
HpaGVK: schema.GroupVersionKind{
Expand Down

0 comments on commit 068375b

Please sign in to comment.