ContainerImage.Pinniped/test/integration
Ryan Richard 381811b36f Refactor constructor params of the kubecertagent pkg's controllers
- Only inject things through the constructor that the controller
  will need
- Use pkg private constants when possible for things that are not
  actually configurable by the user
- Make the agent pod template private to the pkg
- Introduce a test helper to reduce some duplicated test code
- Remove some `it.Focus` lines that were accidentally committed, and
  repair the broken tests that they were hiding
2020-09-23 17:30:22 -07:00
..
api_discovery_test.go Remove deprecated "pinniped.dev" API group. 2020-09-18 17:32:15 -05:00
api_serving_certs_test.go Merge branch 'main' into rename_stuff 2020-09-18 16:39:58 -07:00
app_availability_test.go Add Go vanity import paths. 2020-09-18 14:56:24 -05:00
cli_test.go Create webhooks per-test and explicitly in demo.md instead of with ytt in ./deploy. 2020-09-22 10:03:32 -05:00
client_test.go Harden some tests against slow IDP controllers using Eventually(). 2020-09-22 12:43:35 -05:00
common_test.go Harden some tests against slow IDP controllers using Eventually(). 2020-09-22 12:43:35 -05:00
credentialissuerconfig_test.go WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
credentialrequest_test.go Harden some tests against slow IDP controllers using Eventually(). 2020-09-22 12:43:35 -05:00
kubecertagent_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
kubectl_test.go Add Go vanity import paths. 2020-09-18 14:56:24 -05:00