Class: Google::Cloud::Container::V1beta1::ServerConfig::ReleaseChannelConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

ReleaseChannelConfig exposes configuration for a release channel.

Defined Under Namespace

Classes: AvailableVersion

Instance Attribute Summary collapse

Instance Attribute Details

#available_versions::Array<::Google::Cloud::Container::V1beta1::ServerConfig::ReleaseChannelConfig::AvailableVersion>

Returns Deprecated. This field has been deprecated and replaced with the valid_versions field.

Returns:



2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2394

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

  # Deprecated.
  # @!attribute [rw] version
  #   @return [::String]
  #     Kubernetes version.
  # @!attribute [rw] reason
  #   @return [::String]
  #     Reason for availability.
  class AvailableVersion
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

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

Returns The release channel this configuration applies to.

Returns:



2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2394

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

  # Deprecated.
  # @!attribute [rw] version
  #   @return [::String]
  #     Kubernetes version.
  # @!attribute [rw] reason
  #   @return [::String]
  #     Reason for availability.
  class AvailableVersion
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
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.



2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2394

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

  # Deprecated.
  # @!attribute [rw] version
  #   @return [::String]
  #     Kubernetes version.
  # @!attribute [rw] reason
  #   @return [::String]
  #     Reason for availability.
  class AvailableVersion
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#valid_versions::Array<::String>

Returns List of valid versions for the channel.

Returns:

  • (::Array<::String>)

    List of valid versions for the channel.



2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2394

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

  # Deprecated.
  # @!attribute [rw] version
  #   @return [::String]
  #     Kubernetes version.
  # @!attribute [rw] reason
  #   @return [::String]
  #     Reason for availability.
  class AvailableVersion
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end