public static interface V1beta1Admissionregistration.ValidatingWebhookConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
V1beta1Admissionregistration.Webhook |
getWebhooks(int index)
Webhooks is a list of webhooks and the affected resources and operations.
|
int |
getWebhooksCount()
Webhooks is a list of webhooks and the affected resources and operations.
|
List<V1beta1Admissionregistration.Webhook> |
getWebhooksList()
Webhooks is a list of webhooks and the affected resources and operations.
|
V1beta1Admissionregistration.WebhookOrBuilder |
getWebhooksOrBuilder(int index)
Webhooks is a list of webhooks and the affected resources and operations.
|
List<? extends V1beta1Admissionregistration.WebhookOrBuilder> |
getWebhooksOrBuilderList()
Webhooks is a list of webhooks and the affected resources and operations.
|
boolean |
hasMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;List<V1beta1Admissionregistration.Webhook> getWebhooksList()
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.Webhook Webhooks = 2;V1beta1Admissionregistration.Webhook getWebhooks(int index)
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.Webhook Webhooks = 2;int getWebhooksCount()
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.Webhook Webhooks = 2;List<? extends V1beta1Admissionregistration.WebhookOrBuilder> getWebhooksOrBuilderList()
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.Webhook Webhooks = 2;V1beta1Admissionregistration.WebhookOrBuilder getWebhooksOrBuilder(int index)
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.Webhook Webhooks = 2;Copyright © 2019. All rights reserved.