Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 527 Bytes

operators

create a new opeartor

./hack/operators.sh [NAME]

Monorepo

Go Module

each operator has its own go.mod. It should be treated as individual kubebuilder generated project.

PR build

https://github.com/dzou-hpe/operators-template/pull/3/checks

this shows you how build is done automatically when you created a PR with two new Operators

Using kubebuilder

cd into the operator you want to create API and follow official doc