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 796b67e commit cecef1cCopy full SHA for cecef1c
api/k8s/v1/k8s_sdk.go
@@ -1138,6 +1138,12 @@ type Version struct {
1138
1139
// AvailableKubeletArgs: supported kubelet arguments for this version.
1140
AvailableKubeletArgs map[string]string `json:"available_kubelet_args"`
1141
+
1142
+ // DeprecatedAt: date from which this version will no longer be available for provisioning.
1143
+ DeprecatedAt *time.Time `json:"deprecated_at"`
1144
1145
+ // EndOfLifeAt: date from which any remaining clusters on this version will begin to be forcibly upgraded to the next minor version.
1146
+ EndOfLifeAt *time.Time `json:"end_of_life_at"`
1147
}
1148
1149
// Cluster: cluster.
0 commit comments