You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: embedding structs related to validationrule.Interface (#135)
## Description
Noticed when trying to integrate latest plugin releases with
validatorctl that tests started failing because the CRD couldn't be
applied. It complained about unknown fields. This is because the json
tag used when embedding the struct lacked "inline". This fixes that.
Signed-off-by: Matt Welke <[email protected]>
0 commit comments