Reference documentation and code samples for the Google Cloud Deploy V1 Client class SkaffoldGCSSource.
Cloud Storage bucket containing Skaffold Config modules.
Generated from protobuf message google.cloud.deploy.v1.SkaffoldModules.SkaffoldGCSSource
Namespace
Google \ Cloud \ Deploy \ V1 \ SkaffoldModulesMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source |
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". |
↳ path |
string
Optional. Relative path from the source to the Skaffold file. |
getSource
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 | |
---|---|
Type | Description |
string |
setSource
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".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPath
Optional. Relative path from the source to the Skaffold file.
Returns | |
---|---|
Type | Description |
string |
setPath
Optional. Relative path from the source to the Skaffold file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |