An open API service indexing awesome lists of open source software.

https://github.com/upbound/project-template-gcp-storage


https://github.com/upbound/project-template-gcp-storage

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# project-template-gcp-storage

This template can be used to initialize a new project using `provider-gcp`. By
default it comes with an `XStorageBucket` XRD and a matching composition
function which creates a GCP Storage bucket. It also creates the corresponding
unit and e2e tests.

## Usage

To use this template, run the following command:

```shell
up project init -t upbound/project-template-gcp-storage --language=kcl
```

This template supports the following languages:

- `kcl`
- `go`
- `python`
- `go-templating`