io.k8s.api.admissionregistration.v1.WebhookClientConfig
See theWebhookClientConfig companion object
final case class WebhookClientConfig(caBundle: Option[String], service: Option[ServiceReference], url: Option[String])
WebhookClientConfig contains the information to make a TLS connection with the webhook
Attributes
- Companion:
- object
- Source:
- WebhookClientConfig.scala
- Graph
- Supertypes
Inherited
- Not inherited
- Product