Skip to content

Commit

Permalink
add bool property active to paas template properties (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea authored Jan 7, 2025
1 parent c5b3195 commit 4a1356b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paas.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ type PaaSTemplateProperties struct {

// Values of the autoscaling resources.
Autoscaling AutoscalingProperties `json:"autoscaling"`

// Is the service template active.
Active bool `json:"active"`
}

// AutoscalingProperties holds properties of resource autoscalings.
Expand Down

0 comments on commit 4a1356b

Please sign in to comment.