We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c46aa commit 4da12f0Copy full SHA for 4da12f0
harness/api/cac/types.go
@@ -285,6 +285,7 @@ type Environment struct {
285
Id string `yaml:"-"`
286
Name string `yaml:"-"`
287
ConfigMapYamlByServiceTemplateName *map[string]interface{} `yaml:"configMapYamlByServiceTemplateName,omitempty"`
288
+ Description string `yaml:"description,omitempty"`
289
EnvironmentType EnvironmentType `yaml:"environmentType,omitempty"`
290
VariableOverrides []*VariableOverride `yaml:"variableOverrides,omitempty"`
291
ApplicationId string `yaml:"-"`
0 commit comments