File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kubernetes/src/test/java/oracle/kubernetes/operator/utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
import com .appscode .voyager .client .models .V1beta1IngressSpec ;
13
13
import io .kubernetes .client .custom .IntOrString ;
14
14
import io .kubernetes .client .custom .Quantity ;
15
+ import io .kubernetes .client .models .ApiregistrationV1beta1ServiceReference ;
15
16
import io .kubernetes .client .models .ExtensionsV1beta1Deployment ;
16
17
import io .kubernetes .client .models .ExtensionsV1beta1DeploymentSpec ;
17
18
import io .kubernetes .client .models .V1ConfigMap ;
63
64
import io .kubernetes .client .models .V1beta1PolicyRule ;
64
65
import io .kubernetes .client .models .V1beta1RoleBinding ;
65
66
import io .kubernetes .client .models .V1beta1RoleRef ;
66
- import io .kubernetes .client .models .V1beta1ServiceReference ;
67
67
import io .kubernetes .client .models .V1beta1Subject ;
68
68
import java .util .ArrayList ;
69
69
import java .util .List ;
@@ -174,8 +174,8 @@ public static V1beta1APIServiceSpec newAPIServiceSpec() {
174
174
return new V1beta1APIServiceSpec ();
175
175
}
176
176
177
- public static V1beta1ServiceReference newServiceReference () {
178
- return new V1beta1ServiceReference ();
177
+ public static ApiregistrationV1beta1ServiceReference newServiceReference () {
178
+ return new ApiregistrationV1beta1ServiceReference ();
179
179
}
180
180
181
181
public static V1beta1Ingress newIngress () {
You can’t perform that action at this time.
0 commit comments