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 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

       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

      V1Admissionregistration.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.v1.ValidatingWebhook Webhooks = 2;