Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 216 Bytes

hacking.md

File metadata and controls

19 lines (13 loc) · 216 Bytes

Hacking

Build

Want to build this thing yourself?

$ make
<magic!>
$ ./bin/k8s-sidecar-injector --help

Building the docker image is accomplished by make docker

Tests

$ make test