Enable KCLRun.spec.dependsOn
support for both kind: KCLRun
and kind: Kustomization
#129
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Enhancement
Enable
KCLRun.spec.dependsOn
support for bothkind: KCLRun
andkind: Kustomization
.The following property descriptions and test data snippets give the impression that
dependsOn
currently supportskind: Kustomization
only.flux-kcl-controller/config/crd/bases/krm.kcl.dev.fluxcd_kclruns.yaml
Lines 137 to 140 in 41d07cd
flux-kcl-controller/api/v1alpha1/kclrun_types_test.go
Line 30 in 41d07cd
flux-kcl-controller/api/v1alpha1/testdata/kclrun.yaml
Lines 12 to 15 in 41d07cd
But after reviewing the code itself, I believe
KCLRun.spec.dependsOn
currently only supportskind: KCLRun
.At a minimum, the code comments and crd description links referenced above should be updated accordingly if I am correct. This issue, however, goes beyond simple doc changes and instead requests to support both
kind
s.The text was updated successfully, but these errors were encountered: