ContainerImage.Pinniped/internal/controller/kubecertagent
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 WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
annotater.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
creater_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
creater.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
deleter_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
deleter.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
execer_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
execer.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
kubecertagent_test.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
kubecertagent.go Refactor constructor params of the kubecertagent pkg's controllers 2020-09-23 17:30:22 -07:00
pod_command_executor.go Wire in kubecertagent.NewExecerController() to server 2020-09-23 11:01:41 -04:00