Commit 4a3fecb 1 parent ca6d93b commit 4a3fecb Copy full SHA for 4a3fecb
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,12 @@ type NodePoolReq struct {
117
117
118
118
// NodePoolReqUpdate struct used to update a node pool
119
119
type NodePoolReqUpdate struct {
120
- NodeQuantity int `json:"node_quantity,omitempty"`
121
- Tag * string `json:"tag,omitempty"`
122
- MinNodes int `json:"min_nodes,omitempty"`
123
- MaxNodes int `json:"max_nodes,omitempty"`
124
- AutoScaler * bool `json:"auto_scaler,omitempty"`
120
+ NodeQuantity int `json:"node_quantity,omitempty"`
121
+ Tag * string `json:"tag,omitempty"`
122
+ MinNodes int `json:"min_nodes,omitempty"`
123
+ MaxNodes int `json:"max_nodes,omitempty"`
124
+ AutoScaler * bool `json:"auto_scaler,omitempty"`
125
+ Labels map [string ]string `json:"labels,omitempty"`
125
126
}
126
127
127
128
type vkeClustersBase struct {
You can’t perform that action at this time.
0 commit comments