Package io.fabric8.kubernetes.api.model
Interface ContainerFluent.PortsNested<N>
-
- All Superinterfaces:
ContainerPortFluent<ContainerFluent.PortsNested<N>>,Fluent<ContainerFluent.PortsNested<N>>,Nested<N>
- All Known Implementing Classes:
ContainerFluentImpl.PortsNestedImpl
- Enclosing interface:
- ContainerFluent<A extends ContainerFluent<A>>
public static interface ContainerFluent.PortsNested<N> extends Nested<N>, ContainerPortFluent<ContainerFluent.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
-
-