micnncim / provider-jet-gcp

GCP Provider for Crossplane generated using Terrajet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terrajet GCP Provider

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

Getting Started

Install the provider by using the following command after changing the image tag to the latest release:

kubectl crossplane install provider crossplane/provider-jet-gcp:v0.1.0

You can see the API reference 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 use the following to reach members of the community:

Governance and Owners

provider-jet-gcp is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

provider-jet-gcp adheres to the same Code of Conduct as the core Crossplane project.

Licensing

provider-jet-gcp is under the Apache 2.0 license.

About

GCP Provider for Crossplane generated using Terrajet

License:Apache License 2.0


Languages

Language:Makefile 41.1%Language:Go 38.3%Language:Shell 17.1%Language:Dockerfile 3.5%Language:HCL 0.1%