Package k8s.io.api.networking.v1
Interface Generated.NetworkPolicyEgressRuleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.NetworkPolicyEgressRule,Generated.NetworkPolicyEgressRule.Builder
- Enclosing class:
- Generated
public static interface Generated.NetworkPolicyEgressRuleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Generated.NetworkPolicyPortgetPorts(int index)ports is a list of destination ports for outgoing traffic.intgetPortsCount()ports is a list of destination ports for outgoing traffic.List<Generated.NetworkPolicyPort>getPortsList()ports is a list of destination ports for outgoing traffic.Generated.NetworkPolicyPortOrBuildergetPortsOrBuilder(int index)ports is a list of destination ports for outgoing traffic.List<? extends Generated.NetworkPolicyPortOrBuilder>getPortsOrBuilderList()ports is a list of destination ports for outgoing traffic.Generated.NetworkPolicyPeergetTo(int index)to is a list of destinations for outgoing traffic of pods selected for this rule.intgetToCount()to is a list of destinations for outgoing traffic of pods selected for this rule.List<Generated.NetworkPolicyPeer>getToList()to is a list of destinations for outgoing traffic of pods selected for this rule.Generated.NetworkPolicyPeerOrBuildergetToOrBuilder(int index)to is a list of destinations for outgoing traffic of pods selected for this rule.List<? extends Generated.NetworkPolicyPeerOrBuilder>getToOrBuilderList()to is a list of destinations for outgoing traffic of 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 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;
-
-