You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
ref(certs): unexport methods on cert manager (#4742)
There are 2 exported methods on certmanager that are only used in unit
tests in other packages. This removes that need by leveraging interfaces
in the appropriate places where a test may be needed. The 2 methods are
GetRootCertificate and GetCertificate. This is especially useful for both
upcoming changes, and when installing certmanager, as it removes the
burdensome step of needing to place the Root CA in a k8s secret
Signed-off-by: Sean Teeling <[email protected]>
0 commit comments