https://github.com/upbound/project-template-gcp-storage
https://github.com/upbound/project-template-gcp-storage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/upbound/project-template-gcp-storage
- Owner: upbound
- Created: 2025-07-30T19:15:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-11-24T17:11:24.000Z (7 months ago)
- Last Synced: 2025-11-28T05:37:41.329Z (7 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: .github/supportbundle.yaml
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`