aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/pkg/module/add_intents.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/pkg/module/add_intents.go')
-rw-r--r--src/orchestrator/pkg/module/add_intents.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/orchestrator/pkg/module/add_intents.go b/src/orchestrator/pkg/module/add_intents.go
index a657cce7..20fba189 100644
--- a/src/orchestrator/pkg/module/add_intents.go
+++ b/src/orchestrator/pkg/module/add_intents.go
@@ -64,11 +64,11 @@ type IntentManager interface {
// IntentKey consists of Name if the intent, Project name, CompositeApp name,
// CompositeApp version
type IntentKey struct {
- Name string `json:"name"`
+ Name string `json:"intentname"`
Project string `json:"project"`
CompositeApp string `json:"compositeapp"`
- Version string `json:"version"`
- DeploymentIntentGroup string `json:"deployment-intent-group-name"`
+ Version string `json:"compositeappversion"`
+ DeploymentIntentGroup string `json:"deploymentintentgroup"`
}
// We will use json marshalling to convert to string to