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/sig-architecture/api-conventions.md#metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
V1beta1Admissionregistration.ValidatingWebhook |
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.ValidatingWebhook> |
getWebhooksList()
Webhooks is a list of webhooks and the affected resources and operations.
|
V1beta1Admissionregistration.ValidatingWebhookOrBuilder |
getWebhooksOrBuilder(int index)
Webhooks is a list of webhooks and the affected resources and operations.
|
List<? extends V1beta1Admissionregistration.ValidatingWebhookOrBuilder> |
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/sig-architecture/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/sig-architecture/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/sig-architecture/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/sig-architecture/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;List<V1beta1Admissionregistration.ValidatingWebhook> getWebhooksList()
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.ValidatingWebhook Webhooks = 2;
V1beta1Admissionregistration.ValidatingWebhook 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.ValidatingWebhook 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.ValidatingWebhook Webhooks = 2;
List<? extends V1beta1Admissionregistration.ValidatingWebhookOrBuilder> getWebhooksOrBuilderList()
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1beta1.ValidatingWebhook Webhooks = 2;
V1beta1Admissionregistration.ValidatingWebhookOrBuilder 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.ValidatingWebhook Webhooks = 2;
Copyright © 2023. All rights reserved.