Interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ContainerFluent.PortsNested<N>
,V1EphemeralContainerFluent.PortsNested<N>
- All Known Implementing Classes:
V1ContainerPortBuilder
,V1ContainerPortFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
hasName()
withContainerPort
(Integer containerPort) withHostIP
(String hostIP) withHostPort
(Integer hostPort) withProtocol
(String protocol)
-
Method Details
-
getContainerPort
Integer getContainerPort() -
withContainerPort
-
hasContainerPort
Boolean hasContainerPort() -
getHostIP
String getHostIP() -
withHostIP
-
hasHostIP
Boolean hasHostIP() -
getHostPort
Integer getHostPort() -
withHostPort
-
hasHostPort
Boolean hasHostPort() -
getName
String getName() -
withName
-
hasName
Boolean hasName() -
getProtocol
String getProtocol() -
withProtocol
-
hasProtocol
Boolean hasProtocol()
-