Package k8s.io.api.networking.v1
Interface Generated.NetworkPolicyIngressRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NetworkPolicyIngressRule,Generated.NetworkPolicyIngressRule.Builder
- Enclosing class:
- Generated
public static interface Generated.NetworkPolicyIngressRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.NetworkPolicyPeergetFrom(int index)from is a list of sources which should be able to access the pods selected for this rule.intgetFromCount()from is a list of sources which should be able to access the pods selected for this rule.List<Generated.NetworkPolicyPeer>getFromList()from is a list of sources which should be able to access the pods selected for this rule.Generated.NetworkPolicyPeerOrBuildergetFromOrBuilder(int index)from is a list of sources which should be able to access the pods selected for this rule.List<? extends Generated.NetworkPolicyPeerOrBuilder>getFromOrBuilderList()from is a list of sources which should be able to access the pods selected for this rule.Generated.NetworkPolicyPortgetPorts(int index)ports is a list of ports which should be made accessible on the pods selected for this rule.intgetPortsCount()ports is a list of ports which should be made accessible on the pods selected for this rule.List<Generated.NetworkPolicyPort>getPortsList()ports is a list of ports which should be made accessible on the pods selected for this rule.Generated.NetworkPolicyPortOrBuildergetPortsOrBuilder(int index)ports is a list of ports which should be made accessible on the pods selected for this rule.List<? extends Generated.NetworkPolicyPortOrBuilder>getPortsOrBuilderList()ports is a list of ports which should be made accessible on the pods selected for this rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-