Uses of Interface
org.cdk8s.plus25.k8s.WebhookClientConfig
-
Packages that use WebhookClientConfig Package Description org.cdk8s.plus25.k8s -
-
Uses of WebhookClientConfig in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement WebhookClientConfig Modifier and Type Class Description static classWebhookClientConfig.Jsii$ProxyAn implementation forWebhookClientConfigMethods in org.cdk8s.plus25.k8s that return WebhookClientConfig Modifier and Type Method Description WebhookClientConfigWebhookClientConfig.Builder. build()Builds the configured instance.WebhookClientConfigMutatingWebhook. getClientConfig()ClientConfig defines how to communicate with the hook.WebhookClientConfigMutatingWebhook.Jsii$Proxy. getClientConfig()WebhookClientConfigValidatingWebhook. getClientConfig()ClientConfig defines how to communicate with the hook.WebhookClientConfigValidatingWebhook.Jsii$Proxy. getClientConfig()default WebhookClientConfigWebhookConversion. getClientConfig()clientConfig is the instructions for how to call the webhook if strategy isWebhook.WebhookClientConfigWebhookConversion.Jsii$Proxy. getClientConfig()Methods in org.cdk8s.plus25.k8s with parameters of type WebhookClientConfig Modifier and Type Method Description MutatingWebhook.BuilderMutatingWebhook.Builder. clientConfig(WebhookClientConfig clientConfig)Sets the value ofMutatingWebhook.getClientConfig()ValidatingWebhook.BuilderValidatingWebhook.Builder. clientConfig(WebhookClientConfig clientConfig)Sets the value ofValidatingWebhook.getClientConfig()WebhookConversion.BuilderWebhookConversion.Builder. clientConfig(WebhookClientConfig clientConfig)Sets the value ofWebhookConversion.getClientConfig()
-