Skip to content

Commit

Permalink
chore: add Priority to Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
susanpann committed Jun 18, 2024
1 parent d1aaf91 commit fc23b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deployments/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ type Deployment struct {
FormValues map[string]string `json:"FormValues,omitempty"`
ManifestVariableSetID string `json:"ManifestVariableSetId,omitempty"`
Name string `json:"Name,omitempty"`
Priority string `json:"Priority" binding:"oneof=On Off LifecycleDefault"`
ProjectID string `json:"ProjectId,omitempty"`
QueueTime *time.Time `json:"QueueTime,omitempty"`
QueueTimeExpiry *time.Time `json:"QueueTimeExpiry,omitempty"`
Expand Down

0 comments on commit fc23b3e

Please sign in to comment.