Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Latest commit

 

History

History
58 lines (42 loc) · 1.71 KB

readme.adoc

File metadata and controls

58 lines (42 loc) · 1.71 KB

AWS Operator Codegen Libraries

This project configured the AWS Operator code generation allowing you to model your CRD resources for AWS using YAML which defines how it connects into the API server and how it manages the Cloudformation resources to make deploying application resources quick and easy.

Getting Started

This project is currently only available via git and go.

go get -u github.com/christopherhein/aws-operator-codegen

Usage

This project has two commands process and version

Process

aws-operator-codegen process

Options

If you need to run this from a sub directory or you have configured your client differently you can modify where the models are referenced from and where the root of the project is by using the following.

Flag Default Description

--model-path

models/

Model path used for regenerating the codebase.

--root-path

./

Root path used for regenerating the codebase.

Version

aws-operator-codegen version

Options

If you want to mutate the version output you can use one of these flags. this is useful for checking that you have the latest template files based on the operator version you are using.

Flag Default Description

--short / -s

false

Display this in a human readable way, with line breaks between params