Package io.fabric8.kubernetes.api.model
Interface APIServiceSpecFluent<A extends APIServiceSpecFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
APIServiceFluent.SpecNested<N>,WatchEventFluent.APIServiceSpecObjectNested<N>
- All Known Implementing Classes:
APIServiceFluentImpl.SpecNestedImpl,APIServiceSpecBuilder,APIServiceSpecFluentImpl,WatchEventFluentImpl.APIServiceSpecObjectNestedImpl
public interface APIServiceSpecFluent<A extends APIServiceSpecFluent<A>> extends Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAPIServiceSpecFluent.ServiceNested<N>
-
Method Summary
-
-
-
Method Detail
-
getCaBundle
String getCaBundle()
-
hasCaBundle
Boolean hasCaBundle()
-
withNewCaBundle
A withNewCaBundle(StringBuilder arg1)
-
withNewCaBundle
A withNewCaBundle(StringBuffer arg1)
-
getGroup
String getGroup()
-
hasGroup
Boolean hasGroup()
-
withNewGroup
A withNewGroup(StringBuilder arg1)
-
withNewGroup
A withNewGroup(StringBuffer arg1)
-
getGroupPriorityMinimum
Integer getGroupPriorityMinimum()
-
hasGroupPriorityMinimum
Boolean hasGroupPriorityMinimum()
-
isInsecureSkipTLSVerify
Boolean isInsecureSkipTLSVerify()
-
hasInsecureSkipTLSVerify
Boolean hasInsecureSkipTLSVerify()
-
withNewInsecureSkipTLSVerify
A withNewInsecureSkipTLSVerify(boolean arg1)
-
getService
@Deprecated ServiceReference getService()
Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
ServiceReference buildService()
-
withService
A withService(ServiceReference service)
-
hasService
Boolean hasService()
-
withNewService
APIServiceSpecFluent.ServiceNested<A> withNewService()
-
withNewServiceLike
APIServiceSpecFluent.ServiceNested<A> withNewServiceLike(ServiceReference item)
-
editService
APIServiceSpecFluent.ServiceNested<A> editService()
-
editOrNewService
APIServiceSpecFluent.ServiceNested<A> editOrNewService()
-
editOrNewServiceLike
APIServiceSpecFluent.ServiceNested<A> editOrNewServiceLike(ServiceReference item)
-
getVersion
String getVersion()
-
hasVersion
Boolean hasVersion()
-
withNewVersion
A withNewVersion(StringBuilder arg1)
-
withNewVersion
A withNewVersion(StringBuffer arg1)
-
getVersionPriority
Integer getVersionPriority()
-
hasVersionPriority
Boolean hasVersionPriority()
-
-