Class: Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource
- 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
-
#path ⇒ ::String
Optional.
-
#source ⇒ ::String
Required.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. Relative path from the source to the Skaffold file.
1288 1289 1290 1291 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1288 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".
1288 1289 1290 1291 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1288 class SkaffoldGCSSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |