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,DoneableAPIServiceSpec,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 Details
-
getCaBundle
String getCaBundle() -
withCaBundle
-
hasCaBundle
Boolean hasCaBundle() -
withNewCaBundle
-
withNewCaBundle
-
withNewCaBundle
-
getGroup
String getGroup() -
withGroup
-
hasGroup
Boolean hasGroup() -
withNewGroup
-
withNewGroup
-
withNewGroup
-
getGroupPriorityMinimum
Integer getGroupPriorityMinimum() -
withGroupPriorityMinimum
-
hasGroupPriorityMinimum
Boolean hasGroupPriorityMinimum() -
withNewGroupPriorityMinimum
-
withNewGroupPriorityMinimum
-
isInsecureSkipTLSVerify
Boolean isInsecureSkipTLSVerify() -
withInsecureSkipTLSVerify
-
hasInsecureSkipTLSVerify
Boolean hasInsecureSkipTLSVerify() -
withNewInsecureSkipTLSVerify
-
withNewInsecureSkipTLSVerify
-
getService
Deprecated.This method has been deprecated, please use method buildService instead.- Returns:
- The buildable object.
-
buildService
ServiceReference buildService() -
withService
-
hasService
Boolean hasService() -
withNewService
-
withNewService
APIServiceSpecFluent.ServiceNested<A> withNewService() -
withNewServiceLike
-
editService
APIServiceSpecFluent.ServiceNested<A> editService() -
editOrNewService
APIServiceSpecFluent.ServiceNested<A> editOrNewService() -
editOrNewServiceLike
-
getVersion
String getVersion() -
withVersion
-
hasVersion
Boolean hasVersion() -
withNewVersion
-
withNewVersion
-
withNewVersion
-
getVersionPriority
Integer getVersionPriority() -
withVersionPriority
-
hasVersionPriority
Boolean hasVersionPriority() -
withNewVersionPriority
-
withNewVersionPriority
-