A template for Upjet-based crossplane providers.
Go to file
Hasan Turken dbdd316357
Add Makefile targets to fetch schema from cli
Signed-off-by: Hasan Turken <turkenh@gmail.com>
2022-02-02 14:52:40 +03:00
.github Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
apis Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
build Initial commit 2021-10-22 17:10:28 +03:00
cluster/images Rename tf to jet 2021-11-18 16:17:50 +03:00
cmd Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
config Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
examples Rename tf to jet 2021-11-18 16:17:50 +03:00
hack Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
internal Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
package Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
.gitignore Initial commit 2021-10-22 17:10:28 +03:00
.gitmodules Initial commit 2021-10-22 17:10:28 +03:00
.golangci.yml Rename tf to jet 2021-11-18 16:17:50 +03:00
LICENSE Initial commit 2021-10-22 17:10:28 +03:00
Makefile Add Makefile targets to fetch schema from cli 2022-02-02 14:52:40 +03:00
OWNERS.md Initial commit 2021-10-22 17:10:28 +03:00
README.md Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
go.mod Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00
go.sum Bump terrajet and fix import paths 2022-01-18 16:27:55 +03:00

README.md

Terrajet Template Provider

provider-jet-template is a Crossplane provider that is built using Terrajet code generation tools and exposes XRM-conformant managed resources for the Template 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-template: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-template is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

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

Licensing

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