failurePolicy

@JvmName(name = "bgrtdaybvmhsfrin")
suspend fun failurePolicy(value: Output<String>)
@JvmName(name = "tkhievioxwjsncss")
suspend fun failurePolicy(value: String?)

Parameters

value

failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. A policy is invalid if paramKind refers to a non-existent Kind. A binding is invalid if paramRef.name refers to a non-existent resource. failurePolicy does not define how validations that evaluate to false are handled. Allowed values are Ignore or Fail. Defaults to Fail.