Skip to content

Commit 56cd69e

Browse files
Add premium_40GB NodeBalancer plan type (#867)
* Add `premium_40GB` NodeBalancer plan type * typo fix --------- Co-authored-by: Zhiwei Liang <[email protected]>
1 parent 8c9eb0e commit 56cd69e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nodebalancer.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ type NodeBalancerPlanType string
9191

9292
// NodeBalancerPlanType constants reflect the plan type used by a NodeBalancer Config
9393
const (
94-
NBTypePremium NodeBalancerPlanType = "premium"
95-
NBTypeCommon NodeBalancerPlanType = "common"
94+
NBTypePremium NodeBalancerPlanType = "premium"
95+
NBTypePremium40GB NodeBalancerPlanType = "premium_40gb"
96+
NBTypeCommon NodeBalancerPlanType = "common"
9697
)
9798

9899
// UnmarshalJSON implements the json.Unmarshaler interface

0 commit comments

Comments
 (0)