@@ -79,30 +79,30 @@ type AppEnvironmentContainer struct {
7979}
8080
8181type DeploymentDetailContainer struct {
82- InstalledAppId int `json:"installedAppId,omitempty"`
83- AppId int `json:"appId,omitempty"`
84- AppStoreInstalledAppVersionId int `json:"appStoreInstalledAppVersionId,omitempty"`
85- AppStoreChartName string `json:"appStoreChartName,omitempty"`
86- AppStoreChartId int `json:"appStoreChartId,omitempty"`
87- AppStoreAppName string `json:"appStoreAppName,omitempty"`
88- AppStoreAppVersion string `json:"appStoreAppVersion,omitempty"`
89- AppName string `json:"appName"`
90- EnvironmentId int `json:"environmentId"`
91- EnvironmentName string `json:"environmentName"`
92- Namespace string `json:"namespace,omitempty"`
93- //PrometheusEndpoint string `json:"prometheusEndpoint ,omitempty"`
94- Status string `json:"status ,omitempty"`
95- StatusMessage string `json:"statusMessage ,omitempty"`
96- LastDeployedTime string `json:"lastDeployedTime ,omitempty"`
97- LastDeployedBy string `json:"lastDeployedBy ,omitempty"`
98- MaterialInfo json. RawMessage `json:"materialInfo,omitempty "`
99- ReleaseVersion string `json:"releaseVersion,omitempty"`
100- Default bool `json:"default,omitempty"`
101- DataSource string `json:"dataSource,omitempty"`
102- LastDeployedPipeline string `json:"lastDeployedPipeline,omitempty"`
103- Deprecated bool `json:"deprecated"`
104- K8sVersion string `json:"k8sVersion"`
105- CiArtifactId int `json:"ciArtifactId"`
82+ InstalledAppId int `json:"installedAppId,omitempty"`
83+ AppId int `json:"appId,omitempty"`
84+ AppStoreInstalledAppVersionId int `json:"appStoreInstalledAppVersionId,omitempty"`
85+ AppStoreChartName string `json:"appStoreChartName,omitempty"`
86+ AppStoreChartId int `json:"appStoreChartId,omitempty"`
87+ AppStoreAppName string `json:"appStoreAppName,omitempty"`
88+ AppStoreAppVersion string `json:"appStoreAppVersion,omitempty"`
89+ AppName string `json:"appName"`
90+ EnvironmentId int `json:"environmentId"`
91+ EnvironmentName string `json:"environmentName"`
92+ Namespace string `json:"namespace,omitempty"`
93+ Status string `json:"status ,omitempty"`
94+ StatusMessage string `json:"statusMessage ,omitempty"`
95+ LastDeployedTime string `json:"lastDeployedTime ,omitempty"`
96+ LastDeployedBy string `json:"lastDeployedBy ,omitempty"`
97+ MaterialInfo json. RawMessage `json:"materialInfo ,omitempty"`
98+ MaterialInfoJsonString string `json:"- "`
99+ ReleaseVersion string `json:"releaseVersion,omitempty"`
100+ Default bool `json:"default,omitempty"`
101+ DataSource string `json:"dataSource,omitempty"`
102+ LastDeployedPipeline string `json:"lastDeployedPipeline,omitempty"`
103+ Deprecated bool `json:"deprecated"`
104+ K8sVersion string `json:"k8sVersion"`
105+ CiArtifactId int `json:"ciArtifactId"`
106106}
107107
108108type AppDetailContainer struct {
@@ -139,20 +139,21 @@ type ResourceUsage struct {
139139}
140140
141141type TriggerView struct {
142- CiPipelineId int `json:"ciPipelineId"`
143- CiPipelineName string `json:"ciPipelineName"`
144- CdPipelineId int `json:"cdPipelineId"`
145- CdPipelineName string `json:"cdPipelineName"`
146- Status string `json:"status"`
147- StatusMessage string `json:"statusMessage,omitempty"`
148- LastDeployedTime string `json:"lastDeployedTime,omitempty"`
149- LastDeployedBy string `json:"lastDeployedBy,omitempty"`
150- MaterialInfo json.RawMessage `json:"materialInfo,omitempty"`
151- ReleaseVersion string `json:"releaseVersion,omitempty"`
152- DataSource string `json:"dataSource,omitempty"`
153- Conditions []v1alpha1.ApplicationCondition `json:"conditions"`
154- AppName string `json:"appName"`
155- EnvironmentName string `json:"environmentName"`
142+ CiPipelineId int `json:"ciPipelineId"`
143+ CiPipelineName string `json:"ciPipelineName"`
144+ CdPipelineId int `json:"cdPipelineId"`
145+ CdPipelineName string `json:"cdPipelineName"`
146+ Status string `json:"status"`
147+ StatusMessage string `json:"statusMessage,omitempty"`
148+ LastDeployedTime string `json:"lastDeployedTime,omitempty"`
149+ LastDeployedBy string `json:"lastDeployedBy,omitempty"`
150+ MaterialInfo json.RawMessage `json:"materialInfo,omitempty"`
151+ MaterialInfoJsonString string `json:"-"`
152+ ReleaseVersion string `json:"releaseVersion,omitempty"`
153+ DataSource string `json:"dataSource,omitempty"`
154+ Conditions []v1alpha1.ApplicationCondition `json:"conditions"`
155+ AppName string `json:"appName"`
156+ EnvironmentName string `json:"environmentName"`
156157}
157158
158159type DeploymentDetailStat struct {
0 commit comments