Custom Target Type Custom Actions Include Skaffold Module Args
data class CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs(val configs: Output<List<String>>? = null, val git: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs>? = null, val googleCloudBuildRepo: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs>? = null, val googleCloudStorage: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs>? = null) : ConvertibleToJava<CustomTargetTypeCustomActionsIncludeSkaffoldModuleArgs>
Constructors
Link copied to clipboard
constructor(configs: Output<List<String>>? = null, git: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGitArgs>? = null, googleCloudBuildRepo: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs>? = null, googleCloudStorage: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs>? = null)
Properties
Link copied to clipboard
Remote git repository containing the Skaffold Config modules. Structure is documented below.
Link copied to clipboard
val googleCloudBuildRepo: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudBuildRepoArgs>? = null
Cloud Build 2nd gen repository containing the Skaffold Config modules. Structure is documented below.
Link copied to clipboard
val googleCloudStorage: Output<CustomTargetTypeCustomActionsIncludeSkaffoldModuleGoogleCloudStorageArgs>? = null
Cloud Storage bucket containing Skaffold Config modules. Structure is documented below.