Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 463 Bytes

development.md

File metadata and controls

27 lines (19 loc) · 463 Bytes

Development Guide

Prerequisite

  • git
  • go version v1.12+
  • kind, used for functional-test
  • kubectl, used for functional-test

Developer quick start

  • Run the unit test before building the binary.
make test
make build
  • Run controller for local development.
make run
  • Run functional-test here