Class: Google::Cloud::GkeMultiCloud::V1::AwsK8sVersionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsK8sVersionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Kubernetes version information of GKE cluster on AWS.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Optional.
-
#end_of_life ⇒ ::Boolean
Optional.
-
#end_of_life_date ⇒ ::Google::Type::Date
Optional.
-
#release_date ⇒ ::Google::Type::Date
Optional.
-
#version ⇒ ::String
Kubernetes version name.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns 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.
753 754 755 756 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 753 class AwsK8sVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_of_life ⇒ ::Boolean
Returns 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.
753 754 755 756 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 753 class AwsK8sVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_of_life_date ⇒ ::Google::Type::Date
Returns 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.
753 754 755 756 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 753 class AwsK8sVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_date ⇒ ::Google::Type::Date
Returns Optional. The date (in Pacific Time) when the cluster version was released.
753 754 755 756 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 753 class AwsK8sVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns Kubernetes version name.
753 754 755 756 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 753 class AwsK8sVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |