https://github.com/crossplane/upjet-provider-template
A template for Upjet-based crossplane providers.
https://github.com/crossplane/upjet-provider-template
crossplane
Last synced: 2 months ago
JSON representation
A template for Upjet-based crossplane providers.
- Host: GitHub
- URL: https://github.com/crossplane/upjet-provider-template
- Owner: crossplane
- License: apache-2.0
- Created: 2022-05-31T15:41:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T02:23:43.000Z (10 months ago)
- Last Synced: 2024-12-18T03:23:03.668Z (10 months ago)
- Topics: crossplane
- Language: Go
- Homepage:
- Size: 541 KB
- Stars: 26
- Watchers: 21
- Forks: 32
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Provider Template
`upjet-provider-template` is a [Crossplane](https://crossplane.io/) provider that
is built using [Upjet](https://github.com/crossplane/upjet) code
generation tools and exposes XRM-conformant managed resources for the
Template API.## Getting Started
Install the provider by using the following command after changing the image tag
to the [latest release](https://marketplace.upbound.io/providers/upbound/upjet-provider-template):
```
crossplane xpkg install provider xpkg.crossplane.io/upbound/upjet-provider-template:v0.1.0
```Alternatively, you can use declarative installation:
```
cat <