Skip to content

huaweicloud/provider-huaweicloud

Repository files navigation

Provider HuaweiCloud

provider-huaweicloud is a Crossplane provider that is built using Upjet code generation tools and exposes XRM-conformant managed resources for the HuaweiCloud API.

Getting Started

To start using this provider, follow the Configuration Guide.

You can find a detailed API reference with all CRDs here.

Developing

Run code-generation pipeline:

go run cmd/generator/main.go "$PWD"

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build binary:

make build

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.