Interface Generated.NetworkPolicyEgressRuleOrBuilder

    • Method Detail

      • getPortsList

        List<Generated.NetworkPolicyPort> getPortsList()
         ports is a list of destination ports for outgoing traffic.
         Each item in this list is combined using a logical OR. If this field is
         empty or missing, this rule matches all ports (traffic not restricted by port).
         If this field is present and contains at least one item, then this rule allows
         traffic only if the traffic matches at least one port in the list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPort ports = 1;
      • getPorts

        Generated.NetworkPolicyPort getPorts​(int index)
         ports is a list of destination ports for outgoing traffic.
         Each item in this list is combined using a logical OR. If this field is
         empty or missing, this rule matches all ports (traffic not restricted by port).
         If this field is present and contains at least one item, then this rule allows
         traffic only if the traffic matches at least one port in the list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPort ports = 1;
      • getPortsCount

        int getPortsCount()
         ports is a list of destination ports for outgoing traffic.
         Each item in this list is combined using a logical OR. If this field is
         empty or missing, this rule matches all ports (traffic not restricted by port).
         If this field is present and contains at least one item, then this rule allows
         traffic only if the traffic matches at least one port in the list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPort ports = 1;
      • getPortsOrBuilderList

        List<? extends Generated.NetworkPolicyPortOrBuilder> getPortsOrBuilderList()
         ports is a list of destination ports for outgoing traffic.
         Each item in this list is combined using a logical OR. If this field is
         empty or missing, this rule matches all ports (traffic not restricted by port).
         If this field is present and contains at least one item, then this rule allows
         traffic only if the traffic matches at least one port in the list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPort ports = 1;
      • getPortsOrBuilder

        Generated.NetworkPolicyPortOrBuilder getPortsOrBuilder​(int index)
         ports is a list of destination ports for outgoing traffic.
         Each item in this list is combined using a logical OR. If this field is
         empty or missing, this rule matches all ports (traffic not restricted by port).
         If this field is present and contains at least one item, then this rule allows
         traffic only if the traffic matches at least one port in the list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPort ports = 1;
      • getToList

        List<Generated.NetworkPolicyPeer> getToList()
         to is a list of destinations for outgoing traffic of pods selected for this rule.
         Items in this list are combined using a logical OR operation. If this field is
         empty or missing, this rule matches all destinations (traffic not restricted by
         destination). If this field is present and contains at least one item, this rule
         allows traffic only if the traffic matches at least one item in the to list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer to = 2;
      • getTo

        Generated.NetworkPolicyPeer getTo​(int index)
         to is a list of destinations for outgoing traffic of pods selected for this rule.
         Items in this list are combined using a logical OR operation. If this field is
         empty or missing, this rule matches all destinations (traffic not restricted by
         destination). If this field is present and contains at least one item, this rule
         allows traffic only if the traffic matches at least one item in the to list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer to = 2;
      • getToCount

        int getToCount()
         to is a list of destinations for outgoing traffic of pods selected for this rule.
         Items in this list are combined using a logical OR operation. If this field is
         empty or missing, this rule matches all destinations (traffic not restricted by
         destination). If this field is present and contains at least one item, this rule
         allows traffic only if the traffic matches at least one item in the to list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer to = 2;
      • getToOrBuilderList

        List<? extends Generated.NetworkPolicyPeerOrBuilder> getToOrBuilderList()
         to is a list of destinations for outgoing traffic of pods selected for this rule.
         Items in this list are combined using a logical OR operation. If this field is
         empty or missing, this rule matches all destinations (traffic not restricted by
         destination). If this field is present and contains at least one item, this rule
         allows traffic only if the traffic matches at least one item in the to list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer to = 2;
      • getToOrBuilder

        Generated.NetworkPolicyPeerOrBuilder getToOrBuilder​(int index)
         to is a list of destinations for outgoing traffic of pods selected for this rule.
         Items in this list are combined using a logical OR operation. If this field is
         empty or missing, this rule matches all destinations (traffic not restricted by
         destination). If this field is present and contains at least one item, this rule
         allows traffic only if the traffic matches at least one item in the to list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer to = 2;