Skip to content

Commit fc23b3e

Browse files
committed
chore: add Priority to Deployment
1 parent d1aaf91 commit fc23b3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deployments/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ type Deployment struct {
2727
FormValues map[string]string `json:"FormValues,omitempty"`
2828
ManifestVariableSetID string `json:"ManifestVariableSetId,omitempty"`
2929
Name string `json:"Name,omitempty"`
30+
Priority string `json:"Priority" binding:"oneof=On Off LifecycleDefault"`
3031
ProjectID string `json:"ProjectId,omitempty"`
3132
QueueTime *time.Time `json:"QueueTime,omitempty"`
3233
QueueTimeExpiry *time.Time `json:"QueueTimeExpiry,omitempty"`

0 commit comments

Comments
 (0)