public static interface V1beta1Extensions.NetworkPolicyEgressRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.NetworkPolicyPort |
getPorts(int index)
List of destination ports for outgoing traffic.
|
int |
getPortsCount()
List of destination ports for outgoing traffic.
|
List<V1beta1Extensions.NetworkPolicyPort> |
getPortsList()
List of destination ports for outgoing traffic.
|
V1beta1Extensions.NetworkPolicyPortOrBuilder |
getPortsOrBuilder(int index)
List of destination ports for outgoing traffic.
|
List<? extends V1beta1Extensions.NetworkPolicyPortOrBuilder> |
getPortsOrBuilderList()
List of destination ports for outgoing traffic.
|
V1beta1Extensions.NetworkPolicyPeer |
getTo(int index)
List of destinations for outgoing traffic of pods selected for this rule.
|
int |
getToCount()
List of destinations for outgoing traffic of pods selected for this rule.
|
List<V1beta1Extensions.NetworkPolicyPeer> |
getToList()
List of destinations for outgoing traffic of pods selected for this rule.
|
V1beta1Extensions.NetworkPolicyPeerOrBuilder |
getToOrBuilder(int index)
List of destinations for outgoing traffic of pods selected for this rule.
|
List<? extends V1beta1Extensions.NetworkPolicyPeerOrBuilder> |
getToOrBuilderList()
List of destinations for outgoing traffic of pods selected for this rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1beta1Extensions.NetworkPolicyPort> getPortsList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;V1beta1Extensions.NetworkPolicyPort getPorts(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;int getPortsCount()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;List<? extends V1beta1Extensions.NetworkPolicyPortOrBuilder> getPortsOrBuilderList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;V1beta1Extensions.NetworkPolicyPortOrBuilder getPortsOrBuilder(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;List<V1beta1Extensions.NetworkPolicyPeer> getToList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer to = 2;V1beta1Extensions.NetworkPolicyPeer getTo(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer to = 2;int getToCount()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer to = 2;List<? extends V1beta1Extensions.NetworkPolicyPeerOrBuilder> getToOrBuilderList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer to = 2;V1beta1Extensions.NetworkPolicyPeerOrBuilder getToOrBuilder(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer to = 2;Copyright © 2021. All rights reserved.