Class: Google::Cloud::Deploy::V1::Config

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

Service-wide configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#default_skaffold_version::String

Returns Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.

Returns:

  • (::String)

    Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.



3042
3043
3044
3045
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3042

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

#name::String

Returns Name of the configuration.

Returns:

  • (::String)

    Name of the configuration.



3042
3043
3044
3045
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3042

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

#supported_versions::Array<::Google::Cloud::Deploy::V1::SkaffoldVersion>

Returns All supported versions of Skaffold.

Returns:



3042
3043
3044
3045
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3042

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