Skip to content

crossplane-contrib/provider-upjet-gcp

Repository files navigation

Official Provider GCP

CI GitHub release Go Report Card Contributors Slack X (formerly Twitter) Follow

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 for all the managed resources with examples in the Upbound Marketplace.

For getting more information about resource consumption and monitoring the upjet runtime, please see Sizing Guide and Monitoring Guide

Contributing

For the general contribution guide, see Upjet Contribution Guide

If you'd like to learn how to use Upjet, see Usage Guide.

Add a New Resource

Follow the guide here.

Local Development

  1. Check out the provider repo, crossplane-contrib/provider-upjet-gcp, and go to the project directory on your local machine.

  2. Do the necessary changes locally and please make sure you have comitted all of them.

  3. Run the make load-pkg command for family providers as follows.

If you want to build any of the family resource providers (e.g., provider-gcp-cloudplatform, provider-gcp-container), you can do:

make load-pkg PROVIDERS="cloudplatform container" REPO="index.docker.io/<your-dockerhub-org>"

Note: Installable images for the family config provider will be created by default.

For more information, follow the guide here.

Report a Bug

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

Contact

#upjet-provider-gcp channel in Crossplane Slack

Licensing

Provider GCP is under the Apache 2.0 license with notice.