Uses of Class
io.kubernetes.client.openapi.models.V1NetworkPolicyPort
Packages that use V1NetworkPolicyPort
-
Uses of V1NetworkPolicyPort in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NetworkPolicyPortMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1NetworkPolicyPortModifier and TypeMethodDescriptionV1NetworkPolicyEgressRule.getPorts()
List of destination ports for outgoing traffic.V1NetworkPolicyIngressRule.getPorts()
List of ports which should be made accessible on the pods selected for this rule.Methods in io.kubernetes.client.openapi.models with parameters of type V1NetworkPolicyPortModifier and TypeMethodDescriptionV1NetworkPolicyEgressRule.addPortsItem
(V1NetworkPolicyPort portsItem) V1NetworkPolicyIngressRule.addPortsItem
(V1NetworkPolicyPort portsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NetworkPolicyPortModifier and TypeMethodDescriptionV1NetworkPolicyEgressRule.ports
(List<V1NetworkPolicyPort> ports) V1NetworkPolicyIngressRule.ports
(List<V1NetworkPolicyPort> ports) void
V1NetworkPolicyEgressRule.setPorts
(List<V1NetworkPolicyPort> ports) void
V1NetworkPolicyIngressRule.setPorts
(List<V1NetworkPolicyPort> ports)