Skip to content

Commit

Permalink
add constants for meshery specific labels
Browse files Browse the repository at this point in the history
Signed-off-by: aabidsofi19 <mailtoaabid01@gmail.com>
  • Loading branch information
aabidsofi19 committed Dec 19, 2024
1 parent 1e84492 commit e717d52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions orchestration/design.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package orchestration

const (
ResourceSourceDesignIdLabelKey = "design.meshery.io/id"
ResourceSourceDesignNameLabelKey = "design.meshery.io/name"
ResourceSourceComponentIdLabelKey = "component.meshery.io/id"
)

0 comments on commit e717d52

Please sign in to comment.