Package version:
Optional
dependsSpecifies other Kustomizations that this Kustomization depends on. This Kustomization will not reconcile until all dependencies have completed their reconciliation.
Optional
forceEnable/disable re-creating Kubernetes resources on the cluster when patching fails due to an immutable field change.
Optional
pathThe path in the source reference to reconcile on the cluster.
Optional
postUsed for variable substitution for this Kustomization after kustomize build.
Optional
pruneEnable/disable garbage collections of Kubernetes objects created by this Kustomization.
Optional
retryThe interval at which to re-reconcile the Kustomization on the cluster in the event of failure on reconciliation.
Optional
syncThe interval at which to re-reconcile the Kustomization on the cluster.
Optional
timeoutThe maximum time to attempt to reconcile the Kustomization on the cluster.
Optional
waitEnable/disable health check for all Kubernetes objects created by this Kustomization.
The Kustomization defining how to reconcile the artifact pulled by the source type on the cluster.