ContainerImage.Pinniped/internal/server
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
..
testdata Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
server.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
server_test.go Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00