Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::SkaffoldModules::SkaffoldGCSSource.
Cloud Storage bucket containing Skaffold Config modules.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — Optional. Relative path from the source to the Skaffold file.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Optional. Relative path from the source to the Skaffold file.
Returns
- (::String) — Optional. Relative path from the source to the Skaffold file.
#source
def source() -> ::String
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".
#source=
def source=(value) -> ::String
Parameter
- value (::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".
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".