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.



2306
2307
2308
2309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2306

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.



2306
2307
2308
2309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2306

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:



2306
2307
2308
2309
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2306

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