Reference documentation and code samples for the Google Cloud Deploy V1 Client class SkaffoldGitSource.
Git repository containing Skaffold Config modules.
Generated from protobuf message google.cloud.deploy.v1.SkaffoldModules.SkaffoldGitSource
Namespace
Google \ Cloud \ Deploy \ V1 \ SkaffoldModulesMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ repo
string
Required. Git repository the package should be cloned from.
↳ path
string
Optional. Relative path from the repository root to the Skaffold file.
↳ ref
string
Optional. Git branch or tag to use when cloning the repository.
getRepo
Required. Git repository the package should be cloned from.
string
setRepo
Required. Git repository the package should be cloned from.
var
string
$this
getPath
Optional. Relative path from the repository root to the Skaffold file.
string
setPath
Optional. Relative path from the repository root to the Skaffold file.
var
string
$this
getRef
Optional. Git branch or tag to use when cloning the repository.
string
setRef
Optional. Git branch or tag to use when cloning the repository.
var
string
$this