Interface ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesGit

    • Method Detail

      • getRepo

        @Stability(Stable)
        @NotNull
        String getRepo()
        Git repository the package should be cloned from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#repo ClouddeployCustomTargetType#repo}

      • getPath

        @Stability(Stable)
        @Nullable
        default String getPath()
        Relative path from the repository root to the Skaffold file.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#path ClouddeployCustomTargetType#path}

      • getRef

        @Stability(Stable)
        @Nullable
        default String getRef()
        Git ref the package should be cloned from.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_custom_target_type#ref ClouddeployCustomTargetType#ref}