validation

@JvmName(name = "irgmsfkkiwsbeomk")
suspend fun validation(value: Output<CustomResourceValidationPatchArgs>)
@JvmName(name = "afjhnuspmkubpvoh")
suspend fun validation(value: CustomResourceValidationPatchArgs?)

Parameters

value

validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.


@JvmName(name = "lajlisbccoiruxup")
suspend fun validation(argument: suspend CustomResourceValidationPatchArgsBuilder.() -> Unit)

Parameters

argument

validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive.