Remove config.kubernetes.io/package annotation

It doesn't do anything useful
This commit is contained in:
Phillip Wittrock
2020-01-07 11:22:34 -08:00
parent 0cae0feb9b
commit e473433cba
9 changed files with 16 additions and 73 deletions

View File

@@ -20,9 +20,6 @@ const (
// PathAnnotation records the path to the file the Resource was read from
PathAnnotation AnnotationKey = "config.kubernetes.io/path"
// PackageAnnotation records the name of the package the Resource was read from
PackageAnnotation AnnotationKey = "config.kubernetes.io/package"
)
func GetFileAnnotations(rn *yaml.RNode) (string, string, error) {