Package io.fabric8.kubernetes.api.model
Interface TCPSocketActionFluent.PortNested<N>
-
- All Superinterfaces:
Fluent<TCPSocketActionFluent.PortNested<N>>
,IntOrStringFluent<TCPSocketActionFluent.PortNested<N>>
,Nested<N>
- All Known Implementing Classes:
TCPSocketActionFluentImpl.PortNestedImpl
- Enclosing interface:
- TCPSocketActionFluent<A extends TCPSocketActionFluent<A>>
public static interface TCPSocketActionFluent.PortNested<N> extends Nested<N>, IntOrStringFluent<TCPSocketActionFluent.PortNested<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.IntOrStringFluent
addToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getIntVal, getKind, getStrVal, hasAdditionalProperties, hasIntVal, hasKind, hasStrVal, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withIntVal, withKind, withNewStrVal, withNewStrVal, withNewStrVal, withStrVal
-
-