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
This patch unifies the error messages returned by the test operator
webhooks. Previously, some error messages were returned from the
validateCreate as a plain errors. This made the error messages
unreadable.
This patch returns all the errors in field.ErrorList. Each error is
properly categorized with Type and Detail err message.
0 commit comments