We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affb69e commit 136cf66Copy full SHA for 136cf66
api/schema/environment.go
@@ -72,6 +72,7 @@ type Environment struct {
72
Updated string `json:"updated,omitempty"`
73
Created string `json:"created,omitempty"`
74
Deleted string `json:"deleted,omitempty"`
75
+ Idled *bool `json:"idled,omitempty"`
76
}
77
78
// EnvironmentConfig contains Environment configuration.
@@ -134,6 +135,7 @@ type UpdateEnvironmentPatchInput struct {
134
135
AutoIdle *uint `json:"autoIdle,omitempty"`
136
Openshift *uint `json:"openshift,omitempty"`
137
Created *string `json:"created,omitempty"`
138
139
140
141
// EnvironmentService is based on the Lagoon API type.
0 commit comments