Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource

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

Cloud Storage bucket containing Skaffold Config modules.

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns Optional. Relative path from the source to the Skaffold file.

Returns:

  • (::String)

    Optional. Relative path from the source to the Skaffold file.



1258
1259
1260
1261
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1258

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

#source::String

Returns Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".

Returns:

  • (::String)

    Required. Cloud Storage source paths to copy recursively. For example, providing "gs://my-bucket/dir/configs/*" will result in Skaffold copying all files within the "dir/configs" directory in the bucket "my-bucket".



1258
1259
1260
1261
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1258

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