Class: Google::Cloud::Container::V1::ServerConfig::ReleaseChannelConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ServerConfig::ReleaseChannelConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
ReleaseChannelConfig exposes configuration for a release channel.
Instance Attribute Summary collapse
-
#channel ⇒ ::Google::Cloud::Container::V1::ReleaseChannel::Channel
The release channel this configuration applies to.
-
#default_version ⇒ ::String
The default version for newly created clusters on the channel.
-
#valid_versions ⇒ ::Array<::String>
List of valid versions for the channel.
Instance Attribute Details
#channel ⇒ ::Google::Cloud::Container::V1::ReleaseChannel::Channel
Returns The release channel this configuration applies to.
3039 3040 3041 3042 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3039 class ReleaseChannelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_version ⇒ ::String
Returns The default version for newly created clusters on the channel.
3039 3040 3041 3042 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3039 class ReleaseChannelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valid_versions ⇒ ::Array<::String>
Returns List of valid versions for the channel.
3039 3040 3041 3042 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3039 class ReleaseChannelConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |