ContainerImage.Pinniped/cmd/pinniped/cmd
Monis Khan efe1fa89fe Allow multiple Pinnipeds to work on same cluster
Yes, this is a huge commit.

The middleware allows you to customize the API groups of all of the
*.pinniped.dev API groups.

Some notes about other small things in this commit:
- We removed the internal/client package in favor of pkg/conciergeclient. The
  two packages do basically the same thing. I don't think we use the former
  anymore.
- We re-enabled cluster-scoped owner assertions in the integration tests.
  This code was added in internal/ownerref. See a0546942 for when this
  assertion was removed.
- Note: the middlware code is in charge of restoring the GV of a request object,
  so we should never need to write mutations that do that.
- We updated the supervisor secret generation to no longer manually set an owner
  reference to the deployment since the middleware code now does this. I think we
  still need some way to make an initial event for the secret generator
  controller, which involves knowing the namespace and the name of the generated
  secret, so I still wired the deployment through. We could use a namespace/name
  tuple here, but I was lazy.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
Co-authored-by: Ryan Richard <richardry@vmware.com>
2021-02-02 15:18:41 -08:00
..
testdata CLI get-kubeconfig command reads kubeconfig and CredentialIssuerConfig 2020-09-14 19:07:18 -07:00
alpha.go Add initial "pinniped alpha login oidc" partial implementation. 2020-10-06 12:42:29 -05:00
cobra_util_test.go Add initial "pinniped alpha login oidc" partial implementation. 2020-10-06 12:42:29 -05:00
cobra_util.go Add a util helper for marking a CLI flag as hidden. 2020-10-21 13:07:21 -05:00
deprecated.go Allow multiple Pinnipeds to work on same cluster 2021-02-02 15:18:41 -08:00
get.go Update test assertions related to spf13/cobra. 2020-12-17 16:31:08 -06:00
kubeconfig_test.go Allow multiple Pinnipeds to work on same cluster 2021-02-02 15:18:41 -08:00
kubeconfig.go Allow multiple Pinnipeds to work on same cluster 2021-02-02 15:18:41 -08:00
login_oidc_test.go Allow multiple Pinnipeds to work on same cluster 2021-02-02 15:18:41 -08:00
login_oidc.go Upgrade to github.com/coreos/go-oidc v3.0.0. 2021-01-21 12:08:14 -06:00
login_static_test.go Allow multiple Pinnipeds to work on same cluster 2021-02-02 15:18:41 -08:00
login_static.go cmd/pinniped: wire API group suffix through to client components 2021-01-19 17:23:20 -05:00
login.go Overhaul pinniped CLI subcommands. 2020-12-15 12:28:03 -06:00
root.go Avoid printing the error message twice from client 2020-11-21 00:05:26 +05:30
version_test.go Update test assertions related to spf13/cobra. 2020-12-17 16:31:08 -06:00
version.go cmd/pinniped: add version command 2020-09-28 10:44:33 -04:00