public static final class V1Networking.NetworkPolicySpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder> implements V1Networking.NetworkPolicySpecOrBuilder
NetworkPolicySpec provides the specification of a NetworkPolicyProtobuf type
k8s.io.api.networking.v1.NetworkPolicySpec| Modifier and Type | Method and Description |
|---|---|
V1Networking.NetworkPolicySpec.Builder |
addAllEgress(Iterable<? extends V1Networking.NetworkPolicyEgressRule> values)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addAllIngress(Iterable<? extends V1Networking.NetworkPolicyIngressRule> values)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addAllPolicyTypes(Iterable<String> values)
List of rule types that the NetworkPolicy relates to.
|
V1Networking.NetworkPolicySpec.Builder |
addEgress(int index,
V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addEgress(int index,
V1Networking.NetworkPolicyEgressRule value)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addEgress(V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addEgress(V1Networking.NetworkPolicyEgressRule value)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyEgressRule.Builder |
addEgressBuilder()
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyEgressRule.Builder |
addEgressBuilder(int index)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addIngress(int index,
V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addIngress(int index,
V1Networking.NetworkPolicyIngressRule value)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addIngress(V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addIngress(V1Networking.NetworkPolicyIngressRule value)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyIngressRule.Builder |
addIngressBuilder()
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyIngressRule.Builder |
addIngressBuilder(int index)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
addPolicyTypes(String value)
List of rule types that the NetworkPolicy relates to.
|
V1Networking.NetworkPolicySpec.Builder |
addPolicyTypesBytes(com.google.protobuf.ByteString value)
List of rule types that the NetworkPolicy relates to.
|
V1Networking.NetworkPolicySpec.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Networking.NetworkPolicySpec |
build() |
V1Networking.NetworkPolicySpec |
buildPartial() |
V1Networking.NetworkPolicySpec.Builder |
clear() |
V1Networking.NetworkPolicySpec.Builder |
clearEgress()
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1Networking.NetworkPolicySpec.Builder |
clearIngress()
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1Networking.NetworkPolicySpec.Builder |
clearPodSelector()
Selects the pods to which this NetworkPolicy object applies.
|
V1Networking.NetworkPolicySpec.Builder |
clearPolicyTypes()
List of rule types that the NetworkPolicy relates to.
|
V1Networking.NetworkPolicySpec.Builder |
clone() |
V1Networking.NetworkPolicySpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V1Networking.NetworkPolicyEgressRule |
getEgress(int index)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyEgressRule.Builder |
getEgressBuilder(int index)
List of egress rules to be applied to the selected pods.
|
List<V1Networking.NetworkPolicyEgressRule.Builder> |
getEgressBuilderList()
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<V1Networking.NetworkPolicyEgressRule> |
getEgressList()
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyEgressRuleOrBuilder |
getEgressOrBuilder(int index)
List of egress rules to be applied to the selected pods.
|
List<? extends V1Networking.NetworkPolicyEgressRuleOrBuilder> |
getEgressOrBuilderList()
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyIngressRule |
getIngress(int index)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyIngressRule.Builder |
getIngressBuilder(int index)
List of ingress rules to be applied to the selected pods.
|
List<V1Networking.NetworkPolicyIngressRule.Builder> |
getIngressBuilderList()
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<V1Networking.NetworkPolicyIngressRule> |
getIngressList()
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicyIngressRuleOrBuilder |
getIngressOrBuilder(int index)
List of ingress rules to be applied to the selected pods.
|
List<? extends V1Networking.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.LabelSelector.Builder |
getPodSelectorBuilder()
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.
|
com.google.protobuf.ProtocolStringList |
getPolicyTypesList()
List of rule types that the NetworkPolicy relates to.
|
boolean |
hasPodSelector()
Selects the pods to which this NetworkPolicy object applies.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1Networking.NetworkPolicySpec.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1Networking.NetworkPolicySpec.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1Networking.NetworkPolicySpec.Builder |
mergeFrom(V1Networking.NetworkPolicySpec other) |
V1Networking.NetworkPolicySpec.Builder |
mergePodSelector(Meta.LabelSelector value)
Selects the pods to which this NetworkPolicy object applies.
|
V1Networking.NetworkPolicySpec.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1Networking.NetworkPolicySpec.Builder |
removeEgress(int index)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
removeIngress(int index)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
setEgress(int index,
V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
setEgress(int index,
V1Networking.NetworkPolicyEgressRule value)
List of egress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1Networking.NetworkPolicySpec.Builder |
setIngress(int index,
V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
setIngress(int index,
V1Networking.NetworkPolicyIngressRule value)
List of ingress rules to be applied to the selected pods.
|
V1Networking.NetworkPolicySpec.Builder |
setPodSelector(Meta.LabelSelector.Builder builderForValue)
Selects the pods to which this NetworkPolicy object applies.
|
V1Networking.NetworkPolicySpec.Builder |
setPodSelector(Meta.LabelSelector value)
Selects the pods to which this NetworkPolicy object applies.
|
V1Networking.NetworkPolicySpec.Builder |
setPolicyTypes(int index,
String value)
List of rule types that the NetworkPolicy relates to.
|
V1Networking.NetworkPolicySpec.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1Networking.NetworkPolicySpec.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1Networking.NetworkPolicySpec build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1Networking.NetworkPolicySpec buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1Networking.NetworkPolicySpec.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder mergeFrom(V1Networking.NetworkPolicySpec other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public V1Networking.NetworkPolicySpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Networking.NetworkPolicySpec.Builder>IOExceptionpublic boolean 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;
hasPodSelector in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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;
getPodSelector in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicySpec.Builder setPodSelector(Meta.LabelSelector value)
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;
public V1Networking.NetworkPolicySpec.Builder setPodSelector(Meta.LabelSelector.Builder builderForValue)
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;
public V1Networking.NetworkPolicySpec.Builder mergePodSelector(Meta.LabelSelector value)
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;
public V1Networking.NetworkPolicySpec.Builder clearPodSelector()
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;
public Meta.LabelSelector.Builder getPodSelectorBuilder()
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;
public 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;
getPodSelectorOrBuilder in interface V1Networking.NetworkPolicySpecOrBuilderpublic List<V1Networking.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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;getIngressList in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;getIngressCount in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;getIngress in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicySpec.Builder setIngress(int index, V1Networking.NetworkPolicyIngressRule value)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder setIngress(int index, V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder addIngress(V1Networking.NetworkPolicyIngressRule value)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder addIngress(int index, V1Networking.NetworkPolicyIngressRule value)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder addIngress(V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder addIngress(int index, V1Networking.NetworkPolicyIngressRule.Builder builderForValue)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder addAllIngress(Iterable<? extends V1Networking.NetworkPolicyIngressRule> values)
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder clearIngress()
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicySpec.Builder removeIngress(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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicyIngressRule.Builder getIngressBuilder(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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;getIngressOrBuilder in interface V1Networking.NetworkPolicySpecOrBuilderpublic List<? extends V1Networking.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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;getIngressOrBuilderList in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicyIngressRule.Builder addIngressBuilder()
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public V1Networking.NetworkPolicyIngressRule.Builder addIngressBuilder(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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public List<V1Networking.NetworkPolicyIngressRule.Builder> getIngressBuilderList()
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 (and cluster policy otherwise allows the traffic), 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.networking.v1.NetworkPolicyIngressRule ingress = 2;public List<V1Networking.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.networking.v1.NetworkPolicyEgressRule egress = 3;getEgressList in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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.networking.v1.NetworkPolicyEgressRule egress = 3;getEgressCount in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.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.networking.v1.NetworkPolicyEgressRule egress = 3;getEgress in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicySpec.Builder setEgress(int index, V1Networking.NetworkPolicyEgressRule value)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder setEgress(int index, V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder addEgress(V1Networking.NetworkPolicyEgressRule value)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder addEgress(int index, V1Networking.NetworkPolicyEgressRule value)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder addEgress(V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder addEgress(int index, V1Networking.NetworkPolicyEgressRule.Builder builderForValue)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder addAllEgress(Iterable<? extends V1Networking.NetworkPolicyEgressRule> values)
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder clearEgress()
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicySpec.Builder removeEgress(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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicyEgressRule.Builder getEgressBuilder(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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.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.networking.v1.NetworkPolicyEgressRule egress = 3;getEgressOrBuilder in interface V1Networking.NetworkPolicySpecOrBuilderpublic List<? extends V1Networking.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.networking.v1.NetworkPolicyEgressRule egress = 3;getEgressOrBuilderList in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicyEgressRule.Builder addEgressBuilder()
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.networking.v1.NetworkPolicyEgressRule egress = 3;public V1Networking.NetworkPolicyEgressRule.Builder addEgressBuilder(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.networking.v1.NetworkPolicyEgressRule egress = 3;public List<V1Networking.NetworkPolicyEgressRule.Builder> getEgressBuilderList()
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.networking.v1.NetworkPolicyEgressRule egress = 3;public com.google.protobuf.ProtocolStringList 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;getPolicyTypesList in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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;getPolicyTypesCount in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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;getPolicyTypes in interface V1Networking.NetworkPolicySpecOrBuilderpublic 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;getPolicyTypesBytes in interface V1Networking.NetworkPolicySpecOrBuilderpublic V1Networking.NetworkPolicySpec.Builder setPolicyTypes(int index, String value)
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;public V1Networking.NetworkPolicySpec.Builder addPolicyTypes(String value)
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;public V1Networking.NetworkPolicySpec.Builder addAllPolicyTypes(Iterable<String> values)
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;public V1Networking.NetworkPolicySpec.Builder clearPolicyTypes()
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;public V1Networking.NetworkPolicySpec.Builder addPolicyTypesBytes(com.google.protobuf.ByteString value)
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;public final V1Networking.NetworkPolicySpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>public final V1Networking.NetworkPolicySpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.NetworkPolicySpec.Builder>Copyright © 2021. All rights reserved.