We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1aaf91 commit fc23b3eCopy full SHA for fc23b3e
pkg/deployments/deployment.go
@@ -27,6 +27,7 @@ type Deployment struct {
27
FormValues map[string]string `json:"FormValues,omitempty"`
28
ManifestVariableSetID string `json:"ManifestVariableSetId,omitempty"`
29
Name string `json:"Name,omitempty"`
30
+ Priority string `json:"Priority" binding:"oneof=On Off LifecycleDefault"`
31
ProjectID string `json:"ProjectId,omitempty"`
32
QueueTime *time.Time `json:"QueueTime,omitempty"`
33
QueueTimeExpiry *time.Time `json:"QueueTimeExpiry,omitempty"`
0 commit comments