Skip to content

Commit

Permalink
S-106766 Extend DeploymentState with extra fields (#65)
Browse files Browse the repository at this point in the history
* S-106766 Expand DeploymentState with more props

* S-106766 Change property name
  • Loading branch information
mkeretic1 committed Jun 12, 2024
1 parent e875a45 commit 980d035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions task/deployment-provider/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ type Application struct {
type DeploymentState struct {
StatusGroup string `synthetic:"statusGroup"`
Status string `synthetic:"status"`
DeploymentLink string `synthetic:"deploymentLink"`
VersionTag string `synthetic:"versionTag"`
VersionState string `synthetic:"versionState"`
VersionTooltip string `synthetic:"versionTooltip"`
VersionLink string `synthetic:"versionLink"`
DeploymentType string `synthetic:"deploymentType"`
User string `synthetic:"user"`
LastChangeTime time.Time `synthetic:"lastChangeTime"`
Expand Down

0 comments on commit 980d035

Please sign in to comment.