mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 17:51:28 +00:00
Minor validator name-string fix
This commit is contained in:
@@ -187,7 +187,7 @@ func (iv *itemValidator) Init(cfg Config) {
|
||||
}
|
||||
|
||||
func (itemValidator) Name() string {
|
||||
return "itemFieldValidator"
|
||||
return "itemValidator"
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user