Package io.fabric8.kubernetes.api.model
Interface EndpointSubsetFluent.PortsNested<N>
-
- All Superinterfaces:
EndpointPortFluent<EndpointSubsetFluent.PortsNested<N>>
,Fluent<EndpointSubsetFluent.PortsNested<N>>
,Nested<N>
- All Known Implementing Classes:
EndpointSubsetFluentImpl.PortsNestedImpl
- Enclosing interface:
- EndpointSubsetFluent<A extends EndpointSubsetFluent<A>>
public static interface EndpointSubsetFluent.PortsNested<N> extends Nested<N>, EndpointPortFluent<EndpointSubsetFluent.PortsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPort()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.EndpointPortFluent
getAppProtocol, getName, getPort, getProtocol, hasAppProtocol, hasName, hasPort, hasProtocol, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withPort, withProtocol
-
-