An open API service indexing awesome lists of open source software.

https://github.com/outscale/upjet-provider-outscale


https://github.com/outscale/upjet-provider-outscale

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Provider Upjet-Provider-Outscale

`upjet-provider-outscale` is a [Crossplane](https://crossplane.io/) provider that
is built using [Upjet](https://github.com/upbound/upjet) code
generation tools and exposes XRM-conformant managed resources for the
Upjet-Provider-Outscale API.

# Requirements
To run upjet, please have:
* [Kubernetes](https://github.com/kubernetes/kubernetes)
* [Crossplane](https://github.com/upbound/upjet)

## Getting Started
### Install Outscale Provider
You can use declarative installation:
```
cat <
export OSC_SECRET_KEY=
export OSC_REGION=
make providerconfig
```

## Issues and contributions
Check [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
## Developing

Get submodules:
```
git submodule update --init --recursive
```
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/outscale/upjet-provider-outscale/issues).