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 Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.custom.IntOrStringgetPort()hasPort()withEndPort(Integer endPort) withNewPort(int value) withNewPort(String value) withPort(io.kubernetes.client.custom.IntOrString port) withProtocol(String protocol)