Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::ServerConfig::ReleaseChannelConfig.
ReleaseChannelConfig exposes configuration for a release channel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#channel
def channel() -> ::Google::Cloud::Container::V1::ReleaseChannel::Channel
Returns
- (::Google::Cloud::Container::V1::ReleaseChannel::Channel) — The release channel this configuration applies to.
#channel=
def channel=(value) -> ::Google::Cloud::Container::V1::ReleaseChannel::Channel
Parameter
- value (::Google::Cloud::Container::V1::ReleaseChannel::Channel) — The release channel this configuration applies to.
Returns
- (::Google::Cloud::Container::V1::ReleaseChannel::Channel) — The release channel this configuration applies to.
#default_version
def default_version() -> ::String
Returns
- (::String) — The default version for newly created clusters on the channel.
#default_version=
def default_version=(value) -> ::String
Parameter
- value (::String) — The default version for newly created clusters on the channel.
Returns
- (::String) — The default version for newly created clusters on the channel.
#valid_versions
def valid_versions() -> ::Array<::String>
Returns
- (::Array<::String>) — List of valid versions for the channel.
#valid_versions=
def valid_versions=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — List of valid versions for the channel.
Returns
- (::Array<::String>) — List of valid versions for the channel.