File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ def test_create_apiservice_from_yaml_with_conflict(self):
207
207
k8s_client = client .api_client .ApiClient (configuration = self .config )
208
208
utils .create_from_yaml (
209
209
k8s_client , self .path_prefix + "api-service.yaml" )
210
- reg_api = client .ApiregistrationV1beta1Api (k8s_client )
210
+ reg_api = client .ApiregistrationV1Api (k8s_client )
211
211
svc = reg_api .read_api_service (
212
212
name = "v1alpha1.wardle.k8s.io" )
213
213
self .assertIsNotNone (svc )
Original file line number Diff line number Diff line change 1
- apiVersion : apiregistration.k8s.io/v1beta1
1
+ apiVersion : apiregistration.k8s.io/v1
2
2
kind : APIService
3
3
metadata :
4
4
name : v1alpha1.wardle.k8s.io
10
10
service :
11
11
name : api
12
12
namespace : wardle
13
- version : v1alpha1
13
+ version : v1alpha1
You can’t perform that action at this time.
0 commit comments