Class: Google::Cloud::Container::V1::ServerConfig::ReleaseChannelConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#channel::Google::Cloud::Container::V1::ReleaseChannel::Channel

Returns The release channel this configuration applies to.

Returns:



2554
2555
2556
2557
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2554

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.

Returns:

  • (::String)

    The default version for newly created clusters on the channel.



2554
2555
2556
2557
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2554

class ReleaseChannelConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#valid_versions::Array<::String>

Returns List of valid versions for the channel.

Returns:

  • (::Array<::String>)

    List of valid versions for the channel.



2554
2555
2556
2557
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2554

class ReleaseChannelConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end