flux v2.9.5
Kustomization.spec.dependsOn
DependsOn may contain a DependencyReference slice with references to Kustomization resources that must be ready before this Kustomization can be reconciled.
| Field / Type | Description |
|---|---|
name | Name of the referent. |
namespace | Namespace of the referent, defaults to the namespace of the resource object that contains the reference. |
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`. |