Interface V1NetworkPolicyPortFluent<A extends V1NetworkPolicyPortFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1NetworkPolicyEgressRuleFluent.PortsNested<N>, V1NetworkPolicyIngressRuleFluent.PortsNested<N>
All Known Implementing Classes:
V1NetworkPolicyPortBuilder, V1NetworkPolicyPortFluentImpl

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

    • getEndPort

      Integer getEndPort()
    • withEndPort

      A withEndPort(Integer endPort)
    • hasEndPort

      Boolean hasEndPort()
    • getPort

      io.kubernetes.client.custom.IntOrString getPort()
    • withPort

      A withPort(io.kubernetes.client.custom.IntOrString port)
    • hasPort

      Boolean hasPort()
    • withNewPort

      A withNewPort(int value)
    • withNewPort

      A withNewPort(String value)
    • getProtocol

      String getProtocol()
    • withProtocol

      A withProtocol(String protocol)
    • hasProtocol

      Boolean hasProtocol()