Interface Generated.NetworkPolicyIngressRuleOrBuilder

    • Method Detail

      • getPortsList

        List<Generated.NetworkPolicyPort> getPortsList()
         ports is a list of ports which should be made accessible on the pods selected for
         this rule. 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 ports which should be made accessible on the pods selected for
         this rule. 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 ports which should be made accessible on the pods selected for
         this rule. 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 ports which should be made accessible on the pods selected for
         this rule. 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 ports which should be made accessible on the pods selected for
         this rule. 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;
      • getFromList

        List<Generated.NetworkPolicyPeer> getFromList()
         from is a list of sources which should be able to access the 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 sources (traffic not restricted by
         source). 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 from list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer from = 2;
      • getFrom

        Generated.NetworkPolicyPeer getFrom​(int index)
         from is a list of sources which should be able to access the 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 sources (traffic not restricted by
         source). 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 from list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer from = 2;
      • getFromCount

        int getFromCount()
         from is a list of sources which should be able to access the 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 sources (traffic not restricted by
         source). 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 from list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer from = 2;
      • getFromOrBuilderList

        List<? extends Generated.NetworkPolicyPeerOrBuilder> getFromOrBuilderList()
         from is a list of sources which should be able to access the 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 sources (traffic not restricted by
         source). 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 from list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer from = 2;
      • getFromOrBuilder

        Generated.NetworkPolicyPeerOrBuilder getFromOrBuilder​(int index)
         from is a list of sources which should be able to access the 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 sources (traffic not restricted by
         source). 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 from list.
         +optional
         +listType=atomic
         
        repeated .k8s.io.api.networking.v1.NetworkPolicyPeer from = 2;