CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs

data class CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs(val path: Output<String>? = null, val source: Output<String>) : ConvertibleToJava<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs>

Constructors

constructor(path: Output<String>? = null, source: Output<String>)

Properties

Link copied to clipboard
val path: Output<String>? = null

Relative path from the source to the Skaffold file.

Link copied to clipboard
val source: Output<String>

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. */

Functions

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