diff --git a/models/meshmodel/core/v1beta1/application_component.go b/models/meshmodel/core/v1beta1/application_component.go index b2b546b0..13da7be2 100644 --- a/models/meshmodel/core/v1beta1/application_component.go +++ b/models/meshmodel/core/v1beta1/application_component.go @@ -36,7 +36,7 @@ type ComponentParameter struct { Description *string `json:"description,omitempty"` } -const MesheryAnnotationPrefix = "design.meshmodel.io" +const MesheryAnnotationPrefix = "id.design.meshery.io" func GetAPIVersionFromComponent(comp Component) string { return comp.Annotations[MesheryAnnotationPrefix+".k8s.APIVersion"]