public static interface V1alpha1Admissionregistration.AdmissionHookClientConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getCaBundle()
CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
|
V1alpha1Admissionregistration.ServiceReference |
getService()
Service is a reference to the service for this webhook.
|
V1alpha1Admissionregistration.ServiceReferenceOrBuilder |
getServiceOrBuilder()
Service is a reference to the service for this webhook.
|
String |
getUrlPath()
URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
|
com.google.protobuf.ByteString |
getUrlPathBytes()
URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
|
boolean |
hasCaBundle()
CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.
|
boolean |
hasService()
Service is a reference to the service for this webhook.
|
boolean |
hasUrlPath()
URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;
V1alpha1Admissionregistration.ServiceReference 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;
V1alpha1Admissionregistration.ServiceReferenceOrBuilder 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;
boolean hasUrlPath()
URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
optional string urlPath = 3;String getUrlPath()
URLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.
optional string urlPath = 3;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;boolean hasCaBundle()
CABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate. Required
optional bytes caBundle = 2;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;Copyright © 2020. All rights reserved.