source property

String? source
getter/setter pair

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".

Required.

Implementation

core.String? source;