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