ContainerImage.Pinniped/internal/controller/kubecertagent
Andrew Keesler 6c555f94e3
internal/provider -> internal/dynamiccert
3 main reasons:
- The cert and key that we store in this object are not always used for TLS.
- The package name "provider" was a little too generic.
- dynamiccert.Provider reads more go-ish than provider.DynamicCertProvider.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-09-23 08:29:35 -04:00
..
testdata WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater.go WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
annotater_test.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
creater.go WIP: start replacing the kubecertauthority pkg with a new controller 2020-09-22 17:45:20 -07:00
creater_test.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
deleter.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
deleter_test.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
execer.go internal/provider -> internal/dynamiccert 2020-09-23 08:29:35 -04:00
execer_test.go internal/provider -> internal/dynamiccert 2020-09-23 08:29:35 -04:00
kubecertagent.go Finish WIP from previous commits: agent pods created in install namespace 2020-09-21 17:15:36 -07:00
kubecertagent_test.go Continue the WIP from the previous commit: finish adding second informer 2020-09-21 16:37:22 -07:00