Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Add "Scaling" constant to provisioning states (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and jackfrancis committed Dec 17, 2018
1 parent fac2b73 commit 4ba4bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ const (
Creating ProvisioningState = "Creating"
// Updating means an existing ContainerService resource is being updated
Updating ProvisioningState = "Updating"
// Scaling means an existing ContainerService resource is being scaled only
Scaling ProvisioningState = "Scaling"
// Failed means resource is in failed state
Failed ProvisioningState = "Failed"
// Succeeded means resource created succeeded during last create/update
Expand Down

0 comments on commit 4ba4bd8

Please sign in to comment.