AttachedPlatformVersionInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)Information about a supported Attached Clusters platform version.
Attributes |
|
|---|---|
| Name | Description |
version |
str
Platform version name. |
enabled |
bool
Optional. True if the version is available for attachedcluster creation. If a version is enabled, it can be used to attach new clusters. |
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. |