Package io.kubernetes.client.proto
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 TypeMethodDescriptioncom.google.protobuf.ByteStringCABundle 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.ByteStringURLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.booleanCABundle is a PEM encoded CA bundle which will be used to validate webhook's server certificate.booleanService is a reference to the service for this webhook.booleanURLPath is an optional field that specifies the URL path to use when posting the AdmissionReview object.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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; -
getServiceOrBuilder
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; -
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;
-