use internal.config.kubernetes.io prefix instead of internal.config.k8s.io

This commit is contained in:
Mengqi Yu
2021-12-02 14:00:18 -08:00
parent a3e1c99915
commit 646915cb86

View File

@@ -45,7 +45,7 @@ const (
// InternalAnnotationsMigrationResourceIDAnnotation is used to uniquely identify
// resources during round trip to and from a function execution. We will use it
// to track the internal annotations and reconcile them if needed.
InternalAnnotationsMigrationResourceIDAnnotation = "internal.config.k8s.io/annotations-migration-resource-id"
InternalAnnotationsMigrationResourceIDAnnotation = internalPrefix + "annotations-migration-resource-id"
)
func GetFileAnnotations(rn *yaml.RNode) (string, string, error) {