1.1 KiB
1.1 KiB
v1alpha1_validating_admission_policy_spec_t
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| failure_policy | char * | FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail. | [optional] |
| match_constraints | v1alpha1_match_resources_t * | [optional] | |
| param_kind | v1alpha1_param_kind_t * | [optional] | |
| validations | list_t * | Validations contain CEL expressions which is used to apply the validation. A minimum of one validation is required for a policy definition. Required. |