mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
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> |
||
|---|---|---|
| .. | ||
| create_kustomization_from_git.golden | ||
| create_source_git.golden | ||
| delete_kustomization_from_git.golden | ||
| get_kustomization_from_git.golden | ||
| reconcile_kustomization_from_git.golden | ||
| resume_kustomization_from_git.golden | ||
| suspend_kustomization_from_git.golden | ||