Pinniped is the easy, secure way to log in to your Kubernetes clusters.
e3397c1c35
We don't want people to run codegen.sh directly, because it is meant to be driven by hack/module.sh. To discourage this behavior, we will hide codegen.sh away in hack/lib. I don't think this is actually what the hack/lib directory is for, though...meh. Signed-off-by: Andrew Keesler <akeesler@vmware.com> |
||
---|---|---|
.github | ||
cmd | ||
deploy | ||
hack | ||
internal | ||
kubernetes/1.19 | ||
pkg | ||
test | ||
tools | ||
.gitignore | ||
.golangci.yaml | ||
.pre-commit-config.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
placeholder-name
Copyright 2020 VMware, Inc.
Developing
Running Lint
./hack/module.sh lint
Running Tests
./hack/module.sh unittest
Pre-commit hooks
This project uses the pre-commit to agree on some conventions about whitespace/file encoding.
$ brew install pre-commit
[...]
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit