verdict property

String? verdict
getter/setter pair

The result of evaluating all Pods in the request. Possible string values are:

  • "VERDICT_UNSPECIFIED" : Not specified. This should never be used.
  • "CONFORMANT" : All Pods in the request conform to the policy.
  • "NON_CONFORMANT" : At least one Pod does not conform to the policy.
  • "ERROR" : Encountered at least one error evaluating a Pod and all other Pods conform to the policy. Non-conformance has precedence over errors.

Implementation

core.String? verdict;