Skip to content

Commit 4a1356b

Browse files
add bool property active to paas template properties (#237)
1 parent c5b3195 commit 4a1356b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paas.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ type PaaSTemplateProperties struct {
240240

241241
// Values of the autoscaling resources.
242242
Autoscaling AutoscalingProperties `json:"autoscaling"`
243+
244+
// Is the service template active.
245+
Active bool `json:"active"`
243246
}
244247

245248
// AutoscalingProperties holds properties of resource autoscalings.

0 commit comments

Comments
 (0)