Skip to content

Commit 7255970

Browse files
authored
feat(k8s): return commitment end date (#1769)
1 parent 975d655 commit 7255970

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
@@ -611,6 +611,8 @@ type Cluster struct {
611611
ApiserverCertSans []string `json:"apiserver_cert_sans"`
612612
// PrivateNetworkID: private network ID for internal cluster communication.
613613
PrivateNetworkID *string `json:"private_network_id"`
614+
// CommitmentEndsAt: date on which it will be possible to switch to a smaller offer.
615+
CommitmentEndsAt *time.Time `json:"commitment_ends_at"`
614616
}
615617

616618
// ClusterAutoUpgrade: cluster. auto upgrade.

0 commit comments

Comments
 (0)