Type alias DeploymentGatesEvaluationResultResponseAttributesGateStatus

DeploymentGatesEvaluationResultResponseAttributesGateStatus: typeof IN_PROGRESS | typeof PASS | typeof FAIL | UnparsedObject

The overall status of the gate evaluation.

  • in_progress: The evaluation is still running.
  • pass: All rules passed successfully and the deployment is allowed to proceed.
  • fail: One or more rules did not pass; the deployment should not proceed.

Generated using TypeDoc