ContainerImage.Pinniped/internal
Ryan Richard 20b21e8639 Prefactor: Move updating of APIService to a separate controller
- The certs manager controller, along with its sibling certs expirer
  and certs observer controllers, are generally useful for any process
  that wants to create its own CA and TLS certs, but only if the
  updating of the APIService is not included in those controllers
- So that functionality for updating APIServices is moved to a new
  controller which watches the same Secret which is used by those
  other controllers
- Also parameterize `NewCertsManagerController` with the service name
  and the CA common name to make the controller more reusable
2020-09-08 16:36:49 -07:00
..
apiserver Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
certauthority Fix a flake in kubecertauthority_test.go. 2020-08-28 16:13:43 -05:00
client Make `./pkg/client` into an internal package using the native k8s client. 2020-08-27 11:48:18 -05:00
constable Add placeholder-name CLI 2020-07-28 15:15:59 -05:00
controller Prefactor: Move updating of APIService to a separate controller 2020-09-08 16:36:49 -07:00
controllerlib Fix some linter complaints in controllerlib. 2020-08-28 14:54:50 -05:00
controllermanager Prefactor: Move updating of APIService to a separate controller 2020-09-08 16:36:49 -07:00
downward Standardize whitespace/newlines for consistency. 2020-08-14 14:42:49 -05:00
mocks/mockcertissuer Rename project 2020-08-20 10:54:15 -07:00
provider Add tests for the new cert controllers and some other small refactorings 2020-08-10 18:53:53 -07:00
registry/credentialrequest Convert code to use the new generated packages. 2020-08-24 14:42:27 -05:00
server Merge branch 'main' into self_test 2020-08-25 19:02:27 -07:00
testutil Pull controller-go back into this repository as `internal/controllerlib`. 2020-08-28 13:07:47 -05:00