Interface V1ServicePortFluent<A extends V1ServicePortFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ServiceSpecFluent.PortsNested<N>
All Known Implementing Classes:
V1ServicePortBuilder, V1ServicePortFluentImpl

public interface V1ServicePortFluent<A extends V1ServicePortFluent<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()
    • getNodePort

      Integer getNodePort()
    • withNodePort

      A withNodePort(Integer nodePort)
    • hasNodePort

      Boolean hasNodePort()
    • getPort

      Integer getPort()
    • withPort

      A withPort(Integer port)
    • hasPort

      Boolean hasPort()
    • getProtocol

      String getProtocol()
    • withProtocol

      A withProtocol(String protocol)
    • hasProtocol

      Boolean hasProtocol()
    • getTargetPort

      io.kubernetes.client.custom.IntOrString getTargetPort()
    • withTargetPort

      A withTargetPort(io.kubernetes.client.custom.IntOrString targetPort)
    • hasTargetPort

      Boolean hasTargetPort()
    • withNewTargetPort

      A withNewTargetPort(int value)
    • withNewTargetPort

      A withNewTargetPort(String value)