Package io.fabric8.kubernetes.api.model
Interface EphemeralContainerFluent.PortsNested<N>
-
- All Superinterfaces:
ContainerPortFluent<EphemeralContainerFluent.PortsNested<N>>,Fluent<EphemeralContainerFluent.PortsNested<N>>,Nested<N>
- All Known Implementing Classes:
EphemeralContainerFluentImpl.PortsNestedImpl
- Enclosing interface:
- EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
public static interface EphemeralContainerFluent.PortsNested<N> extends Nested<N>, ContainerPortFluent<EphemeralContainerFluent.PortsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendPort()-
Methods inherited from interface io.fabric8.kubernetes.api.model.ContainerPortFluent
getContainerPort, getHostIP, getHostPort, getName, getProtocol, hasContainerPort, hasHostIP, hasHostPort, hasName, hasProtocol, withContainerPort, withHostIP, withHostPort, withName, withNewHostIP, withNewHostIP, withNewHostIP, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withProtocol
-
-