flux v2.9.5

Kustomization.spec.healthCheckExprs[]

CustomHealthCheck defines the health check for custom resources.

5 fields
Kustomization.spec.healthCheckExprs[] fields and descriptions
Field / TypeDescription
apiVersion
string required

APIVersion of the custom resource under evaluation.

current
string required

Current is the CEL expression that determines if the status of the custom resource has reached the desired state.

failed
string

Failed is the CEL expression that determines if the status of the custom resource has failed to reach the desired state.

inProgress
string

InProgress is the CEL expression that determines if the status of the custom resource has not yet reached the desired state.

kind
string

Kind of the custom resource under evaluation.