Package io.fabric8.kubernetes.api.model
Interface APIServiceFluent.SpecNested<N>
-
- All Superinterfaces:
APIServiceSpecFluent<APIServiceFluent.SpecNested<N>>,Fluent<APIServiceFluent.SpecNested<N>>,Nested<N>
- All Known Implementing Classes:
APIServiceFluentImpl.SpecNestedImpl
- Enclosing interface:
- APIServiceFluent<A extends APIServiceFluent<A>>
public static interface APIServiceFluent.SpecNested<N> extends Nested<N>, APIServiceSpecFluent<APIServiceFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.APIServiceSpecFluent
APIServiceSpecFluent.ServiceNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.fabric8.kubernetes.api.model.APIServiceSpecFluent
buildService, editOrNewService, editOrNewServiceLike, editService, getCaBundle, getGroup, getGroupPriorityMinimum, getService, getVersion, getVersionPriority, hasCaBundle, hasGroup, hasGroupPriorityMinimum, hasInsecureSkipTLSVerify, hasService, hasVersion, hasVersionPriority, isInsecureSkipTLSVerify, withCaBundle, withGroup, withGroupPriorityMinimum, withInsecureSkipTLSVerify, withNewCaBundle, withNewCaBundle, withNewCaBundle, withNewGroup, withNewGroup, withNewGroup, withNewInsecureSkipTLSVerify, withNewInsecureSkipTLSVerify, withNewService, withNewService, withNewServiceLike, withNewVersion, withNewVersion, withNewVersion, withService, withVersion, withVersionPriority
-
-