WebhookClientConfig

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if caBundle has a value, transforms to the result of function

if caBundle has a value, transforms to the result of function

Attributes

Source:
WebhookClientConfig.scala

if service has a value, transforms to the result of function

if service has a value, transforms to the result of function

Attributes

Source:
WebhookClientConfig.scala

if url has a value, transforms to the result of function

if url has a value, transforms to the result of function

Attributes

Source:
WebhookClientConfig.scala

Returns a new data with caBundle set to new value

Returns a new data with caBundle set to new value

Attributes

Source:
WebhookClientConfig.scala

Returns a new data with service set to new value

Returns a new data with service set to new value

Attributes

Source:
WebhookClientConfig.scala

Returns a new data with url set to new value

Returns a new data with url set to new value

Attributes

Source:
WebhookClientConfig.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product