Package io.kubernetes.client.proto
Interface V1Admissionregistration.ValidatingWebhookConfigurationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Admissionregistration.ValidatingWebhookConfiguration
,V1Admissionregistration.ValidatingWebhookConfiguration.Builder
- Enclosing class:
- V1Admissionregistration
public static interface V1Admissionregistration.ValidatingWebhookConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.getWebhooks
(int index) Webhooks is a list of webhooks and the affected resources and operations.int
Webhooks is a list of webhooks and the affected resources and operations.Webhooks is a list of webhooks and the affected resources and operations.getWebhooksOrBuilder
(int index) Webhooks is a list of webhooks and the affected resources and operations.Webhooks is a list of webhooks and the affected resources and operations.boolean
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean 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;
-
getMetadata
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;
-
getMetadataOrBuilder
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;
-
getWebhooksList
List<V1Admissionregistration.ValidatingWebhook> getWebhooksList()Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1.ValidatingWebhook Webhooks = 2;
-
getWebhooks
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1.ValidatingWebhook Webhooks = 2;
-
getWebhooksCount
int getWebhooksCount()Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1.ValidatingWebhook Webhooks = 2;
-
getWebhooksOrBuilderList
List<? extends V1Admissionregistration.ValidatingWebhookOrBuilder> getWebhooksOrBuilderList()Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1.ValidatingWebhook Webhooks = 2;
-
getWebhooksOrBuilder
Webhooks is a list of webhooks and the affected resources and operations. +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.admissionregistration.v1.ValidatingWebhook Webhooks = 2;
-