flux v2.9.5

Kustomization.spec.dependsOn[]

DependencyReference contains enough information to locate the referenced Kubernetes resource object and optional CEL expression to assess its readiness.

3 fields
Kustomization.spec.dependsOn[] fields and descriptions
Field / TypeDescription
name
string required

Name of the referent.

namespace
string

Namespace of the referent, defaults to the namespace of the resource object that contains the reference.

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`.