Skip to content

tidbcloud/provider-gcp

 
 

Repository files navigation

provider-gcp

How to release

# Make the local branch up to date
git checkout pingcap/provider-gcp
git pull origin pingcap/provider-gcp

# Change the version number
git tag v0.1.0-dev
git push --tags

Then it will build and push the docker image automatically by GitHub Action. After the image is pushed, file a PR like this: https://github.com/tidbcloud/infra-cd/pull/628

Overview

provider-gcp is the Crossplane infrastructure provider for the Google Cloud Platform. The provider that is built from the source code in this repository can be installed into a Crossplane control plane and adds the following new functionality:

  • Custom Resource Definitions (CRDs) that model GCP infrastructure and services (e.g. CloudSQL, GKE clusters, etc.)
  • Controllers to provision these resources in GCP based on the users desired state captured in CRDs they create
  • Implementations of Crossplane's portable resource abstractions, enabling GCP resources to fulfill a user's general need for cloud services

Getting Started and Documentation

For getting started guides, installation, deployment, and administration, see our Documentation.

Contributing

provider-gcp is a community driven project and we welcome contributions. See the Crossplane Contributing guidelines to get started.

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:

Roadmap

provider-gcp goals and milestones are currently tracked in the Crossplane repository. More information can be found in ROADMAP.md.

Governance and Owners

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

Code of Conduct

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

Licensing

provider-gcp is under the Apache 2.0 license.

FOSSA Status

About

Crossplane Google Cloud Platform (GCP) infrastructure provider

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.5%
  • Other 1.5%