We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bffe5 commit 619bcccCopy full SHA for 619bccc
api/k8s/v1/k8s_sdk.go
@@ -672,6 +672,8 @@ type ClusterType struct {
672
// Availability: cluster type availability.
673
// Default value: available
674
Availability ClusterTypeAvailability `json:"availability"`
675
+ // MaxNodes: maximum number of nodes supported by the offer.
676
+ MaxNodes uint32 `json:"max_nodes"`
677
}
678
679
// CreateClusterRequestAutoUpgrade: create cluster request. auto upgrade.
0 commit comments