Interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EndpointSubsetFluent.PortsNested<N>
All Known Implementing Classes:
CoreV1EndpointPortBuilder, CoreV1EndpointPortFluentImpl

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

    • getAppProtocol

      String getAppProtocol()
    • withAppProtocol

      A withAppProtocol(String appProtocol)
    • hasAppProtocol

      Boolean hasAppProtocol()
    • getName

      String getName()
    • withName

      A withName(String name)
    • hasName

      Boolean hasName()
    • getPort

      Integer getPort()
    • withPort

      A withPort(Integer port)
    • hasPort

      Boolean hasPort()
    • getProtocol

      String getProtocol()
    • withProtocol

      A withProtocol(String protocol)
    • hasProtocol

      Boolean hasProtocol()