public static interface V1beta1Extensions.NetworkPolicyPeerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Extensions.IPBlock |
getIpBlock()
IPBlock defines policy on a particular IPBlock
+optional
|
V1beta1Extensions.IPBlockOrBuilder |
getIpBlockOrBuilder()
IPBlock defines policy on a particular IPBlock
+optional
|
Meta.LabelSelector |
getNamespaceSelector()
Selects Namespaces using cluster scoped-labels.
|
Meta.LabelSelectorOrBuilder |
getNamespaceSelectorOrBuilder()
Selects Namespaces using cluster scoped-labels.
|
Meta.LabelSelector |
getPodSelector()
This is a label selector which selects Pods in this namespace.
|
Meta.LabelSelectorOrBuilder |
getPodSelectorOrBuilder()
This is a label selector which selects Pods in this namespace.
|
boolean |
hasIpBlock()
IPBlock defines policy on a particular IPBlock
+optional
|
boolean |
hasNamespaceSelector()
Selects Namespaces using cluster scoped-labels.
|
boolean |
hasPodSelector()
This is a label selector which selects Pods in this namespace.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPodSelector()
This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;Meta.LabelSelector getPodSelector()
This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;Meta.LabelSelectorOrBuilder getPodSelectorOrBuilder()
This is a label selector which selects Pods in this namespace. This field follows standard label selector semantics. If present but empty, this selector selects all pods in this namespace. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector podSelector = 1;boolean hasNamespaceSelector()
Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;Meta.LabelSelector getNamespaceSelector()
Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;Meta.LabelSelectorOrBuilder getNamespaceSelectorOrBuilder()
Selects Namespaces using cluster scoped-labels. This matches all pods in all namespaces selected by this label selector. This field follows standard label selector semantics. If present but empty, this selector selects all namespaces. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.LabelSelector namespaceSelector = 2;boolean hasIpBlock()
IPBlock defines policy on a particular IPBlock +optional
optional .k8s.io.api.extensions.v1beta1.IPBlock ipBlock = 3;V1beta1Extensions.IPBlock getIpBlock()
IPBlock defines policy on a particular IPBlock +optional
optional .k8s.io.api.extensions.v1beta1.IPBlock ipBlock = 3;V1beta1Extensions.IPBlockOrBuilder getIpBlockOrBuilder()
IPBlock defines policy on a particular IPBlock +optional
optional .k8s.io.api.extensions.v1beta1.IPBlock ipBlock = 3;Copyright © 2018. All rights reserved.