Source Args
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
fun SourceArgs(gitSource: Output<GitSourceArgs>? = null, repoSource: Output<RepoSourceArgs>? = null, storageSource: Output<StorageSourceArgs>? = null, storageSourceManifest: Output<StorageSourceManifestArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description here.