Google Cloud Deploy V1 Client - Class SkaffoldModules (0.15.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class SkaffoldModules.

Skaffold Config modules and their remote source.

Generated from protobuf message google.cloud.deploy.v1.SkaffoldModules

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ configs array

Optional. The Skaffold Config modules to use from the specified source.

↳ git Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGitSource

Remote git repository containing the Skaffold Config modules.

↳ google_cloud_storage Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGCSSource

Cloud Storage bucket containing the Skaffold Config modules.

getConfigs

Optional. The Skaffold Config modules to use from the specified source.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConfigs

Optional. The Skaffold Config modules to use from the specified source.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getGit

Remote git repository containing the Skaffold Config modules.

Returns
TypeDescription
Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGitSource|null

hasGit

setGit

Remote git repository containing the Skaffold Config modules.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGitSource
Returns
TypeDescription
$this

getGoogleCloudStorage

Cloud Storage bucket containing the Skaffold Config modules.

Returns
TypeDescription
Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGCSSource|null

hasGoogleCloudStorage

setGoogleCloudStorage

Cloud Storage bucket containing the Skaffold Config modules.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\SkaffoldModules\SkaffoldGCSSource
Returns
TypeDescription
$this

getSource

Returns
TypeDescription
string