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()
A addNewCaBundle(byte arg1)
String getGroup()
Boolean hasGroup()
Integer getGroupPriorityMinimum()
Boolean hasGroupPriorityMinimum()
A withNewGroupPriorityMinimum(int arg1)
Boolean isInsecureSkipTLSVerify()
Boolean hasInsecureSkipTLSVerify()
A withNewInsecureSkipTLSVerify(boolean arg1)
@Deprecated V1ServiceReference getService()
V1ServiceReference buildService()
A withService(V1ServiceReference service)
Boolean hasService()
V1APIServiceSpecFluent.ServiceNested<A> withNewService()
V1APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(V1ServiceReference item)
V1APIServiceSpecFluent.ServiceNested<A> editService()
V1APIServiceSpecFluent.ServiceNested<A> editOrNewService()
V1APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(V1ServiceReference item)
String getVersion()
Boolean hasVersion()
Integer getVersionPriority()
Boolean hasVersionPriority()
A withNewVersionPriority(int arg1)
Copyright © 2018. All rights reserved.