verdict property

String? verdict
getter/setter pair

The result of evaluating this Pod. Possible string values are:

  • "POD_VERDICT_UNSPECIFIED" : Not specified. This should never be used.
  • "CONFORMANT" : All images conform to the policy.
  • "NON_CONFORMANT" : At least one image does not conform to the policy.
  • "ERROR" : Encountered at least one error evaluating an image and all other images with non-error verdicts conform to the policy. Non-conformance has precedence over errors.

Implementation

core.String? verdict;