Skip to content

Commit 4da12f0

Browse files
committed
Added environment description
1 parent 19c46aa commit 4da12f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harness/api/cac/types.go

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ type Environment struct {
285285
Id string `yaml:"-"`
286286
Name string `yaml:"-"`
287287
ConfigMapYamlByServiceTemplateName *map[string]interface{} `yaml:"configMapYamlByServiceTemplateName,omitempty"`
288+
Description string `yaml:"description,omitempty"`
288289
EnvironmentType EnvironmentType `yaml:"environmentType,omitempty"`
289290
VariableOverrides []*VariableOverride `yaml:"variableOverrides,omitempty"`
290291
ApplicationId string `yaml:"-"`

0 commit comments

Comments
 (0)