public interface V1beta1APIServiceSpecFluent<A extends V1beta1APIServiceSpecFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
V1beta1APIServiceSpecFluent.ServiceNested<N> |
A withCaBundle(byte... caBundle)
byte[] getCaBundle()
A addAllToCaBundle(Collection<Byte> items)
A removeAllFromCaBundle(Collection<Byte> items)
Boolean hasCaBundle()
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String original)
Integer getGroupPriorityMinimum()
Boolean hasGroupPriorityMinimum()
Boolean getInsecureSkipTLSVerify()
Boolean hasInsecureSkipTLSVerify()
@Deprecated io.kubernetes.client.openapi.models.ApiregistrationV1beta1ServiceReference getService()
io.kubernetes.client.openapi.models.ApiregistrationV1beta1ServiceReference buildService()
A withService(io.kubernetes.client.openapi.models.ApiregistrationV1beta1ServiceReference service)
Boolean hasService()
V1beta1APIServiceSpecFluent.ServiceNested<A> withNewService()
V1beta1APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1beta1ServiceReference item)
V1beta1APIServiceSpecFluent.ServiceNested<A> editService()
V1beta1APIServiceSpecFluent.ServiceNested<A> editOrNewService()
V1beta1APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.ApiregistrationV1beta1ServiceReference item)
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String original)
Integer getVersionPriority()
Boolean hasVersionPriority()
Copyright © 2022. All rights reserved.