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