File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -137,21 +137,6 @@ type StackConfiguration struct {
137
137
Stack * Stack `jsonapi:"relation,stack"`
138
138
}
139
139
140
- // StackDeployment represents a stack deployment, specified by configuration
141
- type StackDeployment struct {
142
- // Attributes
143
- ID string `jsonapi:"primary,stack-deployments"`
144
- Name string `jsonapi:"attr,name"`
145
- Status string `jsonapi:"attr,status"`
146
- DeployedAt time.Time `jsonapi:"attr,deployed-at,iso8601"`
147
- ErrorsCount int `jsonapi:"attr,errors-count"`
148
- WarningsCount int `jsonapi:"attr,warnings-count"`
149
- PausedCount int `jsonapi:"attr,paused-count"`
150
-
151
- // Relationships
152
- CurrentStackState * StackState `jsonapi:"relation,current-stack-state"`
153
- }
154
-
155
140
// StackState represents a stack state
156
141
type StackState struct {
157
142
// Attributes
You can’t perform that action at this time.
0 commit comments