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

public interface V1ContainerPortFluent<A extends V1ContainerPortFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getContainerPort

      Integer getContainerPort()
    • withContainerPort

      A withContainerPort(Integer containerPort)
    • hasContainerPort

      Boolean hasContainerPort()
    • getHostIP

      String getHostIP()
    • withHostIP

      A withHostIP(String hostIP)
    • hasHostIP

      Boolean hasHostIP()
    • getHostPort

      Integer getHostPort()
    • withHostPort

      A withHostPort(Integer hostPort)
    • hasHostPort

      Boolean hasHostPort()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getProtocol

      String getProtocol()
    • withProtocol

      A withProtocol(String protocol)
    • hasProtocol

      Boolean hasProtocol()