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):
207207        k8s_client  =  client .api_client .ApiClient (configuration = self .config )
208208        utils .create_from_yaml (
209209            k8s_client , self .path_prefix  +  "api-service.yaml" )
210-         reg_api  =  client .ApiregistrationV1beta1Api (k8s_client )
210+         reg_api  =  client .ApiregistrationV1Api (k8s_client )
211211        svc  =  reg_api .read_api_service (
212212            name = "v1alpha1.wardle.k8s.io" )
213213        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  
22kind : APIService 
33metadata :
44  name : v1alpha1.wardle.k8s.io 
1010  service :
1111    name : api 
1212    namespace : wardle 
13-   version : v1alpha1 
13+   version : v1alpha1 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments