flux v2.9.5

Kustomization.spec.dependsOn[].readyExpr

ReadyExpr is a CEL expression that can be used to assess the readiness of a dependency. When specified, the built-in readiness check is replaced by the logic defined in the CEL expression. To make the CEL expression additive to the built-in readiness check, the feature gate `AdditiveCELDependencyCheck` must be set to `true`.

1 fields
Kustomization.spec.dependsOn[].readyExpr fields and descriptions
Field / TypeDescription
Kustomization.spec.dependsOn[].readyExpr
string

ReadyExpr is a CEL expression that can be used to assess the readiness of a dependency. When specified, the built-in readiness check is replaced by the logic defined in the CEL expression. To make the CEL expression additive to the built-in readiness check, the feature gate `AdditiveCELDependencyCheck` must be set to `true`.