fluxcd-flux2/internal/utils
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>
2023-02-15 15:43:11 +01:00
..
testdata internal/utils: Add unit tests 2021-07-19 02:05:49 +05:30
apply.go Ensure proper FS root is set while bootstrapping 2022-05-24 12:14:21 +02:00
hex.go Support shortening of revision with digest 2023-02-15 15:43:11 +01:00
hex_test.go Support shortening of revision with digest 2023-02-15 15:43:11 +01:00
objectutil.go flux tree: Add namespaces to objects reconcile from HRs 2023-01-31 18:17:48 +02:00
utils.go flux tree: Add namespaces to objects reconcile from HRs 2023-01-31 18:17:48 +02:00
utils_test.go tests: deal with remaining defer 2023-02-15 13:52:05 +01:00