flux v2.9.5
Kustomization.spec.healthCheckExprs
HealthCheckExprs is a list of healthcheck expressions for evaluating the health of custom resources using Common Expression Language (CEL). The expressions are evaluated only when Wait or HealthChecks are specified.
| Field / Type | Description |
|---|---|
apiVersion | APIVersion of the custom resource under evaluation. |
current | Current is the CEL expression that determines if the status of the custom resource has reached the desired state. |
failed | Failed is the CEL expression that determines if the status of the custom resource has failed to reach the desired state. |
inProgress | InProgress is the CEL expression that determines if the status of the custom resource has not yet reached the desired state. |
kind | Kind of the custom resource under evaluation. |