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 V1NetworkPolicyPortModifier and TypeMethodDescriptionstatic V1NetworkPolicyPort
Create an instance of V1NetworkPolicyPort given an JSON stringV1NetworkPolicyPort.port
(IntOrString port) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NetworkPolicyPortModifier and TypeMethodDescriptionV1NetworkPolicyEgressRule.getPorts()
ports is a list of destination ports for outgoing traffic.V1NetworkPolicyIngressRule.getPorts()
ports is a 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)