provider-huaweicloud is a Crossplane provider that
is built using Upjet code
generation tools and exposes XRM-conformant managed resources for the
HuaweiCloud API.
To start using this provider, follow the Configuration Guide.
You can find a detailed API reference with all CRDs here.
Run code-generation pipeline:
go run cmd/generator/main.go "$PWD"Run against a Kubernetes cluster:
make runBuild, push, and install:
make allBuild binary:
make buildFor filing bugs, suggesting improvements, or requesting new features, please open an issue.