Spelling nits.

This commit is contained in:
jregan
2020-12-04 12:29:39 -08:00
parent 1583cef8d9
commit 1a5aa63d54
5 changed files with 11 additions and 5 deletions

View File

@@ -10,6 +10,10 @@ import (
// FieldValidator implements ifc.Validator to check
// the values of various KRM string fields,
// e.g. labels, annotations, names, namespaces.
//
// TODO: Have this use kyaml/yaml/internal/k8sgen/pkg/labels
// which has label and annotation validation code, but is internal
// so this impl would need to move to kyaml (a fine idea).
type FieldValidator struct {
}