https://github.com/jeevanjoseph/oci-crossplane
https://github.com/jeevanjoseph/oci-crossplane
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeevanjoseph/oci-crossplane
- Owner: jeevanjoseph
- License: apache-2.0
- Created: 2022-08-11T23:35:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T23:35:55.000Z (almost 4 years ago)
- Last Synced: 2025-05-22T01:09:48.935Z (about 1 year ago)
- Language: Go
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrajet Template Provider
`provider-jet-template` is a [Crossplane](https://crossplane.io/) provider that
is built using [Terrajet](https://github.com/crossplane/terrajet) 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://github.com/crossplane-contrib/provider-jet-template/releases):
```
kubectl crossplane install provider crossplane/provider-jet-template:v0.1.0
```
Alternatively, you can use declarative installation:
```
kubectl apply -f examples/install.yaml
```
Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.
You can see the API reference [here](https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-template).
## Developing
Run code-generation pipeline:
```console
go run cmd/generator/main.go "$PWD"
```
Run against a Kubernetes cluster:
```console
make run
```
Build, push, and install:
```console
make all
```
Build binary:
```console
make build
```
## Report a Bug
For filing bugs, suggesting improvements, or requesting new features, please
open an [issue](https://github.com/crossplane-contrib/provider-jet-template/issues).
## Contact
Please use the following to reach members of the community:
* Slack: Join our [slack channel](https://slack.crossplane.io)
* Forums:
[crossplane-dev](https://groups.google.com/forum/#!forum/crossplane-dev)
* Twitter: [@crossplane_io](https://twitter.com/crossplane_io)
* Email: [info@crossplane.io](mailto:info@crossplane.io)
## Governance and Owners
provider-jet-template is run according to the same
[Governance](https://github.com/crossplane/crossplane/blob/master/GOVERNANCE.md)
and [Ownership](https://github.com/crossplane/crossplane/blob/master/OWNERS.md)
structure as the core Crossplane project.
## Code of Conduct
provider-jet-template adheres to the same [Code of
Conduct](https://github.com/crossplane/crossplane/blob/master/CODE_OF_CONDUCT.md)
as the core Crossplane project.
## Licensing
provider-jet-template is under the Apache 2.0 license.