Skip to content

Commit 2da1489

Browse files
kimwnasptdk8s-ci-robot
authored andcommittedDec 5, 2019
Use v1alpha1 for poddefaults instead of v1beta1 (kubeflow#4548)
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
1 parent 3dc308e commit 2da1489

File tree

1 file changed

+1
-1
lines changed
  • components/jupyter-web-app/backend/kubeflow_jupyter/common

1 file changed

+1
-1
lines changed
 

‎components/jupyter-web-app/backend/kubeflow_jupyter/common/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_poddefaults(ns, user=None):
173173
"poddefaults",
174174
custom_api.list_namespaced_custom_object,
175175
"kubeflow.org",
176-
"v1beta1",
176+
"v1alpha1",
177177
ns,
178178
"poddefaults"
179179
)

0 commit comments

Comments
 (0)
Please sign in to comment.