Files
kustomize/api/resmap
Stuart P. Bentley 3c8e6d7151 Group regex within anchoring
This ensures that anchoring will apply to the entire anchored expression, eg. a pattern like `foo|bar` will only match the strings "foo" and "bar" (`^(?:foo|bar)$`), instead of matching any string that begins with "foo" or ends with "bar" (`^foo|bar$`).
2020-10-10 15:47:38 -07:00
..
2020-04-10 11:01:31 -07:00
2019-10-21 13:30:31 -07:00
2019-10-21 13:30:31 -07:00
2020-10-10 15:47:38 -07:00
2020-09-21 12:24:47 -07:00