You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
flux2/cmd/flux/testdata/kustomization
Hidde Beydals bb6a7b8f07 Support shortening of revision with digest
The `\b` in the regular expression ensures we only match with a
hexadecimal notation as awhole, while still allowing to match with
e.g. `sha1:...` which would not have been possible by using `\W`
as this includes `_`.

Signed-off-by: Hidde Beydals <hello@hidde.co>
2 years ago
..
create_kustomization_from_git.golden Refactor e2e tests 3 years ago
create_source_git.golden Refactor e2e tests 3 years ago
delete_kustomization_from_git.golden Add gvk to rest of api type 3 years ago
get_kustomization_from_git.golden Support shortening of revision with digest 2 years ago
reconcile_kustomization_from_git.golden Better checks for reconciliation in reconcile run command 3 years ago
resume_kustomization_from_git.golden Add gvk to rest of api type 3 years ago
suspend_kustomization_from_git.golden Add gvk to rest of api type 3 years ago