WebhookConversion

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.WebhookConversion
See theWebhookConversion companion object
final case class WebhookConversion(conversionReviewVersions: Seq[String], clientConfig: Option[WebhookClientConfig])

WebhookConversion describes how to call a conversion webhook

Attributes

Companion:
object
Source:
WebhookConversion.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to conversionReviewVersions

Appends new values to conversionReviewVersions

Attributes

Source:
WebhookConversion.scala

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

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

Attributes

Source:
WebhookConversion.scala

transforms conversionReviewVersions to result of function

transforms conversionReviewVersions to result of function

Attributes

Source:
WebhookConversion.scala

Returns a new data with clientConfig set to new value

Returns a new data with clientConfig set to new value

Attributes

Source:
WebhookConversion.scala

Returns a new data with conversionReviewVersions set to new value

Returns a new data with conversionReviewVersions set to new value

Attributes

Source:
WebhookConversion.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product