Pinniped is the easy, secure way to log in to your Kubernetes clusters.
Go to file
Andrew Keesler ed9fdce6a8
hack/module.sh: sort modules for deterministic runs
find(1) seems to look at directory entries in the order in which they exist
in the directory fs entry. Let's sort these so that we get the same results
regardless of the order of the directory entries.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-08-12 09:36:33 -04:00
.github Add additional go.mod directories to dependabot. 2020-08-10 12:09:32 -05:00
cmd Now that we have a testutil package, put ioutil.go into it 2020-08-06 15:19:09 -07:00
deploy Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
hack hack/module.sh: sort modules for deterministic runs 2020-08-12 09:36:33 -04:00
internal Add another assertion to certs_manager_test.go 2020-08-11 17:33:06 -07:00
kubernetes/1.19 Fix latent linter issues. 2020-08-06 20:42:20 -05:00
pkg Clean up some lint errors that we missed before. 2020-08-05 09:26:50 -05:00
test Use a DaemonSet instead of a Deployment to deploy our app 2020-08-11 17:55:34 -07:00
tools Add generated mock for loginrequest.CertIssuer interface. 2020-07-27 12:33:33 -07:00
.gitignore Hello, world! 2020-07-02 17:05:59 -07:00
.golangci.yaml Fix latent linter issues. 2020-08-06 20:42:20 -05:00
Dockerfile Merge branch 'main' into cert_controllers 2020-08-10 19:01:36 -07:00
LICENSE Add Apache 2.0 license. 2020-07-06 13:50:31 -05:00
README.md First draft of moving API server TLS cert generation to controllers 2020-08-09 10:04:05 -07:00
go.mod Split up into multiple modules. 2020-08-06 20:09:15 -05:00
go.sum Pull placeholder-name-api back into this repo as a library. 2020-08-06 20:09:15 -05:00

README.md

placeholder-name

Copyright 2020 VMware, Inc.