CustomResourceConversion

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion
See theCustomResourceConversion companion object
final case class CustomResourceConversion(strategy: String, webhook: Option[WebhookConversion])

CustomResourceConversion describes how to convert different versions of a CR.

Attributes

Companion
object
Source
CustomResourceConversion.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

transforms strategy to result of function

transforms strategy to result of function

Attributes

Source
CustomResourceConversion.scala

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

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

Attributes

Source
CustomResourceConversion.scala

Returns a new data with strategy set to new value

Returns a new data with strategy set to new value

Attributes

Source
CustomResourceConversion.scala

Returns a new data with webhook set to new value

Returns a new data with webhook set to new value

Attributes

Source
CustomResourceConversion.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product