Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 320 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 320 Bytes

Ted's Controllers

Toy/stagingworthy implementations of external controllers for Kubernetes; Control loops that perform useful albiet simple functions.

Building:

Build is simply accomplished with go modules; just run go build cmd/foo and you should get an executable. See Golang build docs for further direction