CustomResourceValidation

case class CustomResourceValidation(openAPIV3Schema: Optional[JSONSchemaProps])

CustomResourceValidation is a list of validation methods for CustomResources.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets openAPIV3Schema.

Gets openAPIV3Schema.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

Inherited from:
Product