christopherhein / generator

Tool used to generate all the CloudFormation controllers and types.go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Controller Generator

Current Version

Build Status

Test Coverage

Go Report Card

License

version v0.0.1 red
generator
badge
generator
license Apache%202.0 blue
Table of Contents

AWS Controller generator is the source that is used to create the apis/{group}/{version}/{resource}_types.go and the controllers/{group}/{resource}_controller.go code. This is also where auto-generated documentation is sourced from for git.awsctrl.io/website.

Version Table

Version

Features

v0.0.1

generates, types.go, controller.go, group, controllermanager.go, stackobject

Install

For using with awsctrl.io/manager you’ll need to install the binary.

Terminal
go install go.awsctrl.io/generator

Building

If you’d like to build this locally you can use make

Terminal
make build

About

Tool used to generate all the CloudFormation controllers and types.go

License:Apache License 2.0


Languages

Language:Go 99.1%Language:Makefile 0.9%