https://github.com/haardikdharma10/terrajet-test
https://github.com/haardikdharma10/terrajet-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/haardikdharma10/terrajet-test
- Owner: haardikdharma10
- License: apache-2.0
- Created: 2022-08-13T19:04:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T19:37:43.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T19:37:08.001Z (4 months ago)
- Language: Go
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrajet Civo Provider
`provider-jet-civo` 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
Civo 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-civo/releases):
```
kubectl crossplane install provider crossplane/provider-jet-civo: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-civo).
## 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-civo/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: [[email protected]](mailto:[email protected])## Governance and Owners
provider-jet-civo 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-civo 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-civo is under the Apache 2.0 license.