public static interface V1beta1Extensions.NetworkPolicyIngressRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.NetworkPolicyPeer |
getFrom(int index)
List of sources which should be able to access the pods selected for this rule.
|
int |
getFromCount()
List of sources which should be able to access the pods selected for this rule.
|
List<V1beta1Extensions.NetworkPolicyPeer> |
getFromList()
List of sources which should be able to access the pods selected for this rule.
|
V1beta1Extensions.NetworkPolicyPeerOrBuilder |
getFromOrBuilder(int index)
List of sources which should be able to access the pods selected for this rule.
|
List<? extends V1beta1Extensions.NetworkPolicyPeerOrBuilder> |
getFromOrBuilderList()
List of sources which should be able to access the pods selected for this rule.
|
V1beta1Extensions.NetworkPolicyPort |
getPorts(int index)
List of ports which should be made accessible on the pods selected for this rule.
|
int |
getPortsCount()
List of ports which should be made accessible on the pods selected for this rule.
|
List<V1beta1Extensions.NetworkPolicyPort> |
getPortsList()
List of ports which should be made accessible on the pods selected for this rule.
|
V1beta1Extensions.NetworkPolicyPortOrBuilder |
getPortsOrBuilder(int index)
List of ports which should be made accessible on the pods selected for this rule.
|
List<? extends V1beta1Extensions.NetworkPolicyPortOrBuilder> |
getPortsOrBuilderList()
List of ports which should be made accessible on the pods selected for this rule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1beta1Extensions.NetworkPolicyPort> getPortsList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;V1beta1Extensions.NetworkPolicyPort getPorts(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;int getPortsCount()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;List<? extends V1beta1Extensions.NetworkPolicyPortOrBuilder> getPortsOrBuilderList()
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;V1beta1Extensions.NetworkPolicyPortOrBuilder getPortsOrBuilder(int index)
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
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPort ports = 1;List<V1beta1Extensions.NetworkPolicyPeer> getFromList()
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 on item, this rule allows traffic only if the traffic matches at least one item in the from list. +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer from = 2;V1beta1Extensions.NetworkPolicyPeer getFrom(int index)
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 on item, this rule allows traffic only if the traffic matches at least one item in the from list. +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer from = 2;int getFromCount()
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 on item, this rule allows traffic only if the traffic matches at least one item in the from list. +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer from = 2;List<? extends V1beta1Extensions.NetworkPolicyPeerOrBuilder> getFromOrBuilderList()
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 on item, this rule allows traffic only if the traffic matches at least one item in the from list. +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer from = 2;V1beta1Extensions.NetworkPolicyPeerOrBuilder getFromOrBuilder(int index)
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 on item, this rule allows traffic only if the traffic matches at least one item in the from list. +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyPeer from = 2;Copyright © 2018. All rights reserved.