ezgidemirel / upbound-provider-gcp

Official GCP Provider for Crossplane by Upbound.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provider GCP

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

Getting Started

Follow the quick start guide here. You can find a detailed API reference with all CRDs and examples here

Developing

Run code-generation pipeline:

go run cmd/generator/main.go

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build image:

make image

Push image:

make push

Build binary:

make build

Report a Bug

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

Contact

Please open a Github issue for all requests. If you need to reach out to Upbound, you can do so via the following channels:

Licensing

Provider GCP is under the Apache 2.0 license with notice.

About

Official GCP Provider for Crossplane by Upbound.

License:Apache License 2.0


Languages

Language:Go 89.6%Language:Makefile 5.8%Language:Shell 2.5%Language:Dockerfile 1.1%Language:Python 0.9%Language:HCL 0.1%