Skip to content

Commit 5edf39f

Browse files
authored
feat(k8s): add commitment to offer list (#1767)
1 parent 619bccc commit 5edf39f

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
@@ -674,6 +674,8 @@ type ClusterType struct {
674674
Availability ClusterTypeAvailability `json:"availability"`
675675
// MaxNodes: maximum number of nodes supported by the offer.
676676
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"`
677679
}
678680

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

0 commit comments

Comments
 (0)