https://github.com/ktsstudio/provider-jet-selectel
PoC - DON'T USE
https://github.com/ktsstudio/provider-jet-selectel
Last synced: 5 months ago
JSON representation
PoC - DON'T USE
- Host: GitHub
- URL: https://github.com/ktsstudio/provider-jet-selectel
- Owner: ktsstudio
- License: apache-2.0
- Archived: true
- Created: 2022-07-28T13:11:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T15:28:52.000Z (almost 4 years ago)
- Last Synced: 2024-06-19T14:44:34.846Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terrajet Selectel Provider
`provider-jet-selectel` 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
Selectel API.
## Getting Started
Install the provider by using the following command after changing the image tag
to the [latest release](https://github.com/ktsstudio/provider-jet-selectel/releases):
```
kubectl crossplane install provider crossplane/provider-jet-selectel: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/ktsstudio/provider-jet-selectel).
## 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/ktsstudio/provider-jet-selectel/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-selectel 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-selectel 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-selectel is under the Apache 2.0 license.