Skip to content

Commit 46c7afd

Browse files
authored
feat(k8s): return more information on cluster types (#1784)
1 parent 9b6e07d commit 46c7afd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/k8s/v1/k8s_sdk.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,10 @@ type ClusterType struct {
716716
// Resiliency: resiliency offered by the offer.
717717
// Default value: unknown_resiliency
718718
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"`
719723
}
720724

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

0 commit comments

Comments
 (0)