Uses of Class
io.kubernetes.client.openapi.models.V1NetworkPolicyPeer
Packages that use V1NetworkPolicyPeer
-
Uses of V1NetworkPolicyPeer in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NetworkPolicyPeerModifier and TypeMethodDescriptionV1NetworkPolicyPeer.namespaceSelector
(V1LabelSelector namespaceSelector) V1NetworkPolicyPeer.podSelector
(V1LabelSelector podSelector) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1NetworkPolicyPeerModifier and TypeMethodDescriptionV1NetworkPolicyIngressRule.getFrom()
from is a list of sources which should be able to access the pods selected for this rule.V1NetworkPolicyEgressRule.getTo()
to is a list of destinations for outgoing traffic of pods selected for this rule.Methods in io.kubernetes.client.openapi.models with parameters of type V1NetworkPolicyPeerModifier and TypeMethodDescriptionV1NetworkPolicyIngressRule.addFromItem
(V1NetworkPolicyPeer fromItem) V1NetworkPolicyEgressRule.addToItem
(V1NetworkPolicyPeer toItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1NetworkPolicyPeerModifier and TypeMethodDescriptionV1NetworkPolicyIngressRule.from
(List<V1NetworkPolicyPeer> from) void
V1NetworkPolicyIngressRule.setFrom
(List<V1NetworkPolicyPeer> from) void
V1NetworkPolicyEgressRule.setTo
(List<V1NetworkPolicyPeer> to) V1NetworkPolicyEgressRule.to
(List<V1NetworkPolicyPeer> to)