Skip to content

Commit

Permalink
Use v1alpha1 for poddefaults instead of v1beta1 (kubeflow#4548)
Browse files Browse the repository at this point in the history
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
  • Loading branch information
kimwnasptd authored and k8s-ci-robot committed Dec 5, 2019
1 parent 3dc308e commit 2da1489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_poddefaults(ns, user=None):
"poddefaults",
custom_api.list_namespaced_custom_object,
"kubeflow.org",
"v1beta1",
"v1alpha1",
ns,
"poddefaults"
)
Expand Down

0 comments on commit 2da1489

Please sign in to comment.