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 9b6e07d commit 46c7afdCopy full SHA for 46c7afd
api/k8s/v1/k8s_sdk.go
@@ -716,6 +716,10 @@ type ClusterType struct {
716
// Resiliency: resiliency offered by the offer.
717
// Default value: unknown_resiliency
718
Resiliency ClusterTypeResiliency `json:"resiliency"`
719
+ // Memory: max RAM allowed for the control plane.
720
+ Memory scw.Size `json:"memory"`
721
+ // Dedicated: returns information if this offer uses dedicated resources.
722
+ Dedicated bool `json:"dedicated"`
723
}
724
725
// CreateClusterRequestAutoUpgrade: create cluster request. auto upgrade.
0 commit comments