GitHub - crossplane/upjet-provider-template: A template for Upjet-based crossplane providers. (original) (raw)

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

Getting Started

This template serves as a starting point for generating a new Crossplane Provider using the upjet tooling. Please follow the guide linked below to generate a new Provider:

https://github.com/crossplane/upjet/blob/main/docs/generating-a-provider.md

Developing

Run code-generation pipeline:

go run cmd/generator/main.go "$PWD"

Run against a Kubernetes cluster:

Build, push, and install:

Build binary:

Report a Bug

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