Add a comment about splitting this package

Signed-off-by: irbekrm <irbekrm@gmail.com>
This commit is contained in:
irbekrm 2023-05-10 12:09:55 +01:00
parent 97a3eb8697
commit b094df3bd3

View File

@ -47,6 +47,9 @@ import (
"github.com/cert-manager/cert-manager/test/framework/util/errors"
)
// TODO: not all this code is required to be externally accessible. Separate the
// bits that do and the bits that don't. Perhaps we should have an external
// testing lib shared across projects?
// TODO: this really should be done somewhere in cert-manager proper
var Scheme = runtime.NewScheme()