Volcano admission: Validate that ExactMatch
or RegexMatch
field not null when MemberSelectorType matches
#3883
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Part implementation of #3850
When
MemberSelectorType
is set to Exact, should check thatExactMatch
is not null, whenMemberSelectorType
is set toRegex
, should check thatRegexMatch
is not null.The text was updated successfully, but these errors were encountered: