Google Cloud Deploy V1 Client - Class SkaffoldGCSSource (0.15.0)

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 \ SkaffoldModules

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getPath

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

Returns
TypeDescription
string

setPath

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this