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 975d655 commit 7255970Copy full SHA for 7255970
api/k8s/v1/k8s_sdk.go
@@ -611,6 +611,8 @@ type Cluster struct {
611
ApiserverCertSans []string `json:"apiserver_cert_sans"`
612
// PrivateNetworkID: private network ID for internal cluster communication.
613
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"`
616
}
617
618
// ClusterAutoUpgrade: cluster. auto upgrade.
0 commit comments