Skip to content

Commit 140f0ec

Browse files
Update stack.go
1 parent ea36d56 commit 140f0ec

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

stack.go

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -137,21 +137,6 @@ type StackConfiguration struct {
137137
Stack *Stack `jsonapi:"relation,stack"`
138138
}
139139

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-
155140
// StackState represents a stack state
156141
type StackState struct {
157142
// Attributes

0 commit comments

Comments
 (0)