Uses of Class
io.kubernetes.client.openapi.models.AdmissionregistrationV1WebhookClientConfig
Packages that use AdmissionregistrationV1WebhookClientConfig
-
Uses of AdmissionregistrationV1WebhookClientConfig in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return AdmissionregistrationV1WebhookClientConfigModifier and TypeMethodDescriptionAdmissionregistrationV1WebhookClientConfig.caBundle(byte[] caBundle) Create an instance of AdmissionregistrationV1WebhookClientConfig given an JSON stringV1MutatingWebhook.getClientConfig()Get clientConfigV1ValidatingWebhook.getClientConfig()Get clientConfigAdmissionregistrationV1WebhookClientConfig.service(AdmissionregistrationV1ServiceReference service) Methods in io.kubernetes.client.openapi.models with parameters of type AdmissionregistrationV1WebhookClientConfigModifier and TypeMethodDescriptionV1MutatingWebhook.clientConfig(AdmissionregistrationV1WebhookClientConfig clientConfig) V1ValidatingWebhook.clientConfig(AdmissionregistrationV1WebhookClientConfig clientConfig) voidV1MutatingWebhook.setClientConfig(AdmissionregistrationV1WebhookClientConfig clientConfig) voidV1ValidatingWebhook.setClientConfig(AdmissionregistrationV1WebhookClientConfig clientConfig)