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 619bccc commit 5edf39fCopy full SHA for 5edf39f
api/k8s/v1/k8s_sdk.go
@@ -674,6 +674,8 @@ type ClusterType struct {
674
Availability ClusterTypeAvailability `json:"availability"`
675
// MaxNodes: maximum number of nodes supported by the offer.
676
MaxNodes uint32 `json:"max_nodes"`
677
+ // CommitmentDelay: time period during which you can no longer switch to a lower offer.
678
+ CommitmentDelay *scw.Duration `json:"commitment_delay"`
679
}
680
681
// CreateClusterRequestAutoUpgrade: create cluster request. auto upgrade.
0 commit comments