Package io.fabric8.kubernetes.api.model
Interface APIServiceSpecFluent.ServiceNested<N>
-
- All Superinterfaces:
Fluent<APIServiceSpecFluent.ServiceNested<N>>
,Nested<N>
,ServiceReferenceFluent<APIServiceSpecFluent.ServiceNested<N>>
- All Known Implementing Classes:
APIServiceSpecFluentImpl.ServiceNestedImpl
- Enclosing interface:
- APIServiceSpecFluent<A extends APIServiceSpecFluent<A>>
public static interface APIServiceSpecFluent.ServiceNested<N> extends Nested<N>, ServiceReferenceFluent<APIServiceSpecFluent.ServiceNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endService()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ServiceReferenceFluent
getName, getNamespace, getPort, hasName, hasNamespace, hasPort, withName, withNamespace, withNewName, withNewName, withNewName, withNewNamespace, withNewNamespace, withNewNamespace, withPort
-
-