Coder Social home page Coder Social logo

therealmitchconnors / crossplane-provider-aviatrix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aviatrix/crossplane-provider-aviatrix

0.0 1.0 0.0 404 KB

A Crossplane provider for configuring Aviatrix resources from Kubernetes

License: Apache License 2.0

Shell 7.06% Go 65.26% Makefile 22.82% HCL 0.35% Dockerfile 4.51%

crossplane-provider-aviatrix's Introduction

Provider Aviatrix

This repository is a work in progress. In the future, it will be the site of a fully supported crossplane provider for configuring Aviatrix Controllers. It is not currently ready for production use, and should be considered to be a pre-alpha level quality.

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

Getting Started

This section is under construction, and not yet functional.

Install the provider by using the following command after changing the image tag to the latest release:

up ctp provider install aviatrix/provider-aviatrix:v0.1.0

Alternatively, you can use declarative installation:

cat <<EOF | kubectl apply -f -
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-aviatrix
spec:
  package: aviatrix/provider-aviatrix:v0.1.0
EOF

Notice that in this example Provider resource is referencing ControllerConfig with debug enabled.

You can see the API reference here.

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

Run Unit/Integ Tests:

make test

(see internal/README.md for explanation of tests)

Run tests against kind cluster and live controller:

make e2e

This will run the e2e suite against all examples.

Report a Bug

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

crossplane-provider-aviatrix's People

Contributors

mandarjog avatar therealmitchconnors avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.