CustomResourceConversion

final case class CustomResourceConversion(strategy: String, webhook: Option[WebhookConversion])

CustomResourceConversion describes how to convert different versions of a CR.

Source:
CustomResourceConversion.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

transforms strategy to result of function

transforms strategy to result of function

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

Source:
CustomResourceConversion.scala

Returns a new data with strategy set to new value

Returns a new data with strategy set to new value

Source:
CustomResourceConversion.scala

Returns a new data with webhook set to new value

Returns a new data with webhook set to new value

Source:
CustomResourceConversion.scala

Inherited methods

Inherited from:
Product