Repo

class Repo : KotlinCustomResource

Creates a repo in the given project with the given name. If the named repository already exists, CreateRepo returns ALREADY_EXISTS.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

How this repository mirrors a repository managed by another service. Read-only field.

Link copied to clipboard
val name: Output<String>

Resource name of the repository, of the form projects//repos/. The repo name may contain slashes. eg, projects/myproject/repos/name/with/slash

Link copied to clipboard
val project: Output<String>
Link copied to clipboard

How this repository publishes a change in the repository through Cloud Pub/Sub. Keyed by the topic names.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Output<String>

The disk usage of the repo, in bytes. Read-only field. Size is only returned by GetRepo.

Link copied to clipboard
val url: Output<String>

URL to clone the repository from Google Cloud Source Repositories. Read-only field.

Link copied to clipboard
val urn: Output<String>