Interface V1alpha1Admissionregistration.AdmissionHookClientConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1alpha1Admissionregistration.AdmissionHookClientConfig, V1alpha1Admissionregistration.AdmissionHookClientConfig.Builder
Enclosing class:
V1alpha1Admissionregistration

public static interface V1alpha1Admissionregistration.AdmissionHookClientConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
    Service is a reference to the service for this webhook.
    Service is a reference to the service for this webhook.
    URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
    com.google.protobuf.ByteString
    URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
    boolean
    CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
    boolean
    Service is a reference to the service for this webhook.
    boolean
    URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.

    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

    • hasService

      boolean hasService()
       Service is a reference to the service for this webhook. If there is only
       one port open for the service, that port will be used. If there are multiple
       ports open, port 443 will be used if it is open, otherwise it is an error.
       Required
       
      optional .k8s.io.api.admissionregistration.v1alpha1.ServiceReference service = 1;
    • getService

       Service is a reference to the service for this webhook. If there is only
       one port open for the service, that port will be used. If there are multiple
       ports open, port 443 will be used if it is open, otherwise it is an error.
       Required
       
      optional .k8s.io.api.admissionregistration.v1alpha1.ServiceReference service = 1;
    • getServiceOrBuilder

       Service is a reference to the service for this webhook. If there is only
       one port open for the service, that port will be used. If there are multiple
       ports open, port 443 will be used if it is open, otherwise it is an error.
       Required
       
      optional .k8s.io.api.admissionregistration.v1alpha1.ServiceReference service = 1;
    • hasUrlPath

      boolean hasUrlPath()
       URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
       
      optional string urlPath = 3;
    • getUrlPath

      String getUrlPath()
       URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
       
      optional string urlPath = 3;
    • getUrlPathBytes

      com.google.protobuf.ByteString getUrlPathBytes()
       URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
       
      optional string urlPath = 3;
    • hasCaBundle

      boolean hasCaBundle()
       CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
       Required
       
      optional bytes caBundle = 2;
    • getCaBundle

      com.google.protobuf.ByteString getCaBundle()
       CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
       Required
       
      optional bytes caBundle = 2;