public static interface V1beta1Extensions.NetworkPolicySpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.NetworkPolicyEgressRule |
getEgress(int index)
List of egress rules to be applied to the selected pods.
|
int |
getEgressCount()
List of egress rules to be applied to the selected pods.
|
List<V1beta1Extensions.NetworkPolicyEgressRule> |
getEgressList()
List of egress rules to be applied to the selected pods.
|
V1beta1Extensions.NetworkPolicyEgressRuleOrBuilder |
getEgressOrBuilder(int index)
List of egress rules to be applied to the selected pods.
|
List<? extends V1beta1Extensions.NetworkPolicyEgressRuleOrBuilder> |
getEgressOrBuilderList()
List of egress rules to be applied to the selected pods.
|
V1beta1Extensions.NetworkPolicyIngressRule |
getIngress(int index)
List of ingress rules to be applied to the selected pods.
|
int |
getIngressCount()
List of ingress rules to be applied to the selected pods.
|
List<V1beta1Extensions.NetworkPolicyIngressRule> |
getIngressList()
List of ingress rules to be applied to the selected pods.
|
V1beta1Extensions.NetworkPolicyIngressRuleOrBuilder |
getIngressOrBuilder(int index)
List of ingress rules to be applied to the selected pods.
|
List<? extends V1beta1Extensions.NetworkPolicyIngressRuleOrBuilder> |
getIngressOrBuilderList()
List of ingress rules to be applied to the selected pods.
|
Meta.LabelSelector |
getPodSelector()
Selects the pods to which this NetworkPolicy object applies.
|
Meta.LabelSelectorOrBuilder |
getPodSelectorOrBuilder()
Selects the pods to which this NetworkPolicy object applies.
|
String |
getPolicyTypes(int index)
List of rule types that the NetworkPolicy relates to.
|
com.google.protobuf.ByteString |
getPolicyTypesBytes(int index)
List of rule types that the NetworkPolicy relates to.
|
int |
getPolicyTypesCount()
List of rule types that the NetworkPolicy relates to.
|
List<String> |
getPolicyTypesList()
List of rule types that the NetworkPolicy relates to.
|
boolean |
hasPodSelector()
Selects the pods to which this NetworkPolicy object applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPodSelector()
Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;Meta.LabelSelector getPodSelector()
Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;Meta.LabelSelectorOrBuilder getPodSelectorOrBuilder()
Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;List<V1beta1Extensions.NetworkPolicyIngressRule> getIngressList()
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyIngressRule ingress = 2;V1beta1Extensions.NetworkPolicyIngressRule getIngress(int index)
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyIngressRule ingress = 2;int getIngressCount()
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyIngressRule ingress = 2;List<? extends V1beta1Extensions.NetworkPolicyIngressRuleOrBuilder> getIngressOrBuilderList()
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyIngressRule ingress = 2;V1beta1Extensions.NetworkPolicyIngressRuleOrBuilder getIngressOrBuilder(int index)
List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyIngressRule ingress = 2;List<V1beta1Extensions.NetworkPolicyEgressRule> getEgressList()
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyEgressRule egress = 3;V1beta1Extensions.NetworkPolicyEgressRule getEgress(int index)
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyEgressRule egress = 3;int getEgressCount()
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyEgressRule egress = 3;List<? extends V1beta1Extensions.NetworkPolicyEgressRuleOrBuilder> getEgressOrBuilderList()
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyEgressRule egress = 3;V1beta1Extensions.NetworkPolicyEgressRuleOrBuilder getEgressOrBuilder(int index)
List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +optional
repeated .k8s.io.api.extensions.v1beta1.NetworkPolicyEgressRule egress = 3;List<String> getPolicyTypesList()
List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 +optional
repeated string policyTypes = 4;int getPolicyTypesCount()
List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 +optional
repeated string policyTypes = 4;String getPolicyTypes(int index)
List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 +optional
repeated string policyTypes = 4;com.google.protobuf.ByteString getPolicyTypesBytes(int index)
List of rule types that the NetworkPolicy relates to. Valid options are Ingress, Egress, or Ingress,Egress. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 +optional
repeated string policyTypes = 4;Copyright © 2018. All rights reserved.