Class AwsK8sVersionInfo (0.6.8)

AwsK8sVersionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Kubernetes version information of GKE cluster on AWS.

Attributes

NameDescription
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.