webhook/internal/hook
Cameron Moore 7fa3a8900c Show failed parameter node lookups
When attempting to match a JSON path for initial setup, it would be
helpful to know where the path failed. This change logs the failed
parameter node. For example, if you are trying to match path "a.b.d.e",
but you failed to include the "c" node, webhook will log an error
"parameter node not found: d.e" to assist in troubleshooting.
2019-12-30 21:51:11 -06:00
..
hook.go Show failed parameter node lookups 2019-12-30 21:51:11 -06:00
hook_test.go Show failed parameter node lookups 2019-12-30 21:51:11 -06:00