CustomResourceValidation

final case class CustomResourceValidation(openAPIV3Schema: Option[JSONSchemaProps])

CustomResourceValidation is a list of validation methods for CustomResources.

Companion:
object
Source:
CustomResourceValidation.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
CustomResourceValidation.scala

Returns a new data with openAPIV3Schema set to new value

Returns a new data with openAPIV3Schema set to new value

Source:
CustomResourceValidation.scala

Inherited methods

Inherited from:
Product