WebhookClientConfig

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapCaBundle(f: String => String): WebhookClientConfig

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
def mapUrl(f: String => String): WebhookClientConfig

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
def withCaBundle(value: String): WebhookClientConfig

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
def withUrl(value: String): WebhookClientConfig

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product