CustomResourceValidationPatchArgs

data class CustomResourceValidationPatchArgs(val openAPIV3Schema: Output<JSONSchemaPropsPatchArgs>? = null) : ConvertibleToJava<CustomResourceValidationPatchArgs>

CustomResourceValidation is a list of validation methods for CustomResources.

Constructors

Link copied to clipboard
constructor(openAPIV3Schema: Output<JSONSchemaPropsPatchArgs>? = null)

Properties

Link copied to clipboard

openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.

Functions

Link copied to clipboard
open override fun toJava(): CustomResourceValidationPatchArgs