public interface APIServiceSpecFluent<A extends APIServiceSpecFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
APIServiceSpecFluent.ServiceNested<N> |
String getCaBundle()
Boolean hasCaBundle()
@Deprecated A withNewCaBundle(String arg0)
String getGroup()
Boolean hasGroup()
@Deprecated A withNewGroup(String arg0)
Integer getGroupPriorityMinimum()
Boolean hasGroupPriorityMinimum()
Boolean getInsecureSkipTLSVerify()
Boolean hasInsecureSkipTLSVerify()
@Deprecated ServiceReference getService()
ServiceReference buildService()
A withService(ServiceReference service)
Boolean hasService()
APIServiceSpecFluent.ServiceNested<A> withNewService()
APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(ServiceReference item)
APIServiceSpecFluent.ServiceNested<A> editService()
APIServiceSpecFluent.ServiceNested<A> editOrNewService()
APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(ServiceReference item)
String getVersion()
Boolean hasVersion()
@Deprecated A withNewVersion(String arg0)
Integer getVersionPriority()
Boolean hasVersionPriority()
Copyright © 2015–2021 Red Hat. All rights reserved.