SourceArgs

data class SourceArgs(val gitSource: Output<GitSourceArgs>? = null, val repoSource: Output<RepoSourceArgs>? = null, val storageSource: Output<StorageSourceArgs>? = null, val storageSourceManifest: Output<StorageSourceManifestArgs>? = null) : ConvertibleToJava<SourceArgs>

Location of the source in a supported storage service.

Constructors

Link copied to clipboard
constructor(gitSource: Output<GitSourceArgs>? = null, repoSource: Output<RepoSourceArgs>? = null, storageSource: Output<StorageSourceArgs>? = null, storageSourceManifest: Output<StorageSourceManifestArgs>? = null)

Properties

Link copied to clipboard
val gitSource: Output<GitSourceArgs>? = null

If provided, get the source from this Git repository.

Link copied to clipboard
val repoSource: Output<RepoSourceArgs>? = null

If provided, get the source from this location in a Cloud Source Repository.

Link copied to clipboard
val storageSource: Output<StorageSourceArgs>? = null

If provided, get the source from this location in Google Cloud Storage.

Link copied to clipboard

If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description here.

Functions

Link copied to clipboard
open override fun toJava(): SourceArgs