Skip to content

graham-rp/provider-redpanda

 
 

Repository files navigation

Provider Redpanda

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

Getting Started

This redpanda 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:

make run

Build, push, and install:

make all

Build binary:

make build

Report a Bug

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 67.8%
  • Makefile 20.0%
  • Shell 7.1%
  • Dockerfile 2.9%
  • Python 2.0%
  • HCL 0.2%