Kubernetes version information of GKE cluster on AWS.
Attributes
Name
Description
version
str
Kubernetes version name.
enabled
bool
Optional. True if the version is available
for cluster creation. If a version is enabled
for creation, it can be used to create new
clusters. Otherwise, cluster creation will fail.
However, cluster upgrade operations may succeed,
even if the version is not enabled.
end_of_life
bool
Optional. True if this cluster version
belongs to a minor version that has reached its
end of life and is no longer in scope to receive
security and bug fixes.
end_of_life_date
google.type.date_pb2.Date
Optional. The estimated date (in Pacific Time) when this
cluster version will reach its end of life. Or if this
version is no longer supported (the end_of_life field is
true), this is the actual date (in Pacific time) when the
version reached its end of life.
release_date
google.type.date_pb2.Date
Optional. The date (in Pacific Time) when the
cluster version was released.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class AwsK8sVersionInfo (0.6.21)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.21 (latest)](/python/docs/reference/gkemulticloud/latest/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.6.19](/python/docs/reference/gkemulticloud/0.6.19/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.5.1](/python/docs/reference/gkemulticloud/0.5.1/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.4.0](/python/docs/reference/gkemulticloud/0.4.0/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.3.0](/python/docs/reference/gkemulticloud/0.3.0/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.2.2](/python/docs/reference/gkemulticloud/0.2.2/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo)\n- [0.1.1](/python/docs/reference/gkemulticloud/0.1.1/google.cloud.gke_multicloud_v1.types.AwsK8sVersionInfo) \n\n AwsK8sVersionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nKubernetes version information of GKE cluster on AWS."]]