CustomResourceValidation

io.k8s.apiextensions_apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation
See theCustomResourceValidation companion object
final case class CustomResourceValidation(openAPIV3Schema: Option[JSONSchemaProps])

CustomResourceValidation is a list of validation methods for CustomResources.

Attributes

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

Members list

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

Attributes

Source
CustomResourceValidation.scala

Returns a new data with openAPIV3Schema set to new value

Returns a new data with openAPIV3Schema set to new value

Attributes

Source
CustomResourceValidation.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product