609 B
609 B
-
we want to version the generated golang test cases that include the resources embedded in the golang code (what the hack/gen-test-target.sh is doing)
-
the generated code is a known, passing test case that is used to compare with PR changes.
-
if the author of the PR is making changes- they should regen the test case
-
we should also do a
kustomize build | kubectl apply --validate --dry-run -f -so kubectl can check on the indentation in the yaml, bogus values, schema checks. It will validate syntax and parameters and values. -
gotest close to package (manifests)
-
golang is not brittle