Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 229 Bytes

DEVELOPER.md

File metadata and controls

22 lines (17 loc) · 229 Bytes

Developing

Requirements

  • Go1.13
  • Docker
  • Your favorite IDE
  • kubebuilder

Quickstart

$ git clone https://github.com/keikoproj/manager
$ cd iam-manager
$ go mod
$ go vendor

Build project

$ make