Package io.fabric8.kubernetes.api.model
Interface ContainerPortFluent<A extends ContainerPortFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerFluent.PortsNested<N>,EphemeralContainerFluent.PortsNested<N>,WatchEventFluent.ContainerPortObjectNested<N>
- All Known Implementing Classes:
ContainerFluentImpl.PortsNestedImpl,ContainerPortBuilder,ContainerPortFluentImpl,DoneableContainerPort,EphemeralContainerFluentImpl.PortsNestedImpl,WatchEventFluentImpl.ContainerPortObjectNestedImpl
public interface ContainerPortFluent<A extends ContainerPortFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description IntegergetContainerPort()StringgetHostIP()IntegergetHostPort()StringgetName()StringgetProtocol()BooleanhasContainerPort()BooleanhasHostIP()BooleanhasHostPort()BooleanhasName()BooleanhasProtocol()AwithContainerPort(Integer containerPort)AwithHostIP(String hostIP)AwithHostPort(Integer hostPort)AwithName(String name)AwithNewContainerPort(int arg1)AwithNewContainerPort(String arg1)AwithNewHostIP(String arg1)AwithNewHostIP(StringBuffer arg1)AwithNewHostIP(StringBuilder arg1)AwithNewHostPort(int arg1)AwithNewHostPort(String arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewProtocol(String arg1)AwithNewProtocol(StringBuffer arg1)AwithNewProtocol(StringBuilder arg1)AwithProtocol(String protocol)
-
Method Details
-
getContainerPort
Integer getContainerPort() -
withContainerPort
-
hasContainerPort
Boolean hasContainerPort() -
withNewContainerPort
-
withNewContainerPort
-
getHostIP
String getHostIP() -
withHostIP
-
hasHostIP
Boolean hasHostIP() -
withNewHostIP
-
withNewHostIP
-
withNewHostIP
-
getHostPort
Integer getHostPort() -
withHostPort
-
hasHostPort
Boolean hasHostPort() -
withNewHostPort
-
withNewHostPort
-
getName
String getName() -
withName
-
hasName
Boolean hasName() -
withNewName
-
withNewName
-
withNewName
-
getProtocol
String getProtocol() -
withProtocol
-
hasProtocol
Boolean hasProtocol() -
withNewProtocol
-
withNewProtocol
-
withNewProtocol
-