Skip to content

Commit 619bccc

Browse files
authored
feat(k8s): return maximum number of nodes supported by an offer (#1766)
1 parent 94bffe5 commit 619bccc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,8 @@ type ClusterType struct {
672672
// Availability: cluster type availability.
673673
// Default value: available
674674
Availability ClusterTypeAvailability `json:"availability"`
675+
// MaxNodes: maximum number of nodes supported by the offer.
676+
MaxNodes uint32 `json:"max_nodes"`
675677
}
676678

677679
// CreateClusterRequestAutoUpgrade: create cluster request. auto upgrade.

0 commit comments

Comments
 (0)