add identification for particular certificate controllers

This commit is contained in:
David Eads
2019-09-03 11:22:56 -04:00
parent 975d0736b3
commit e8b5781499
5 changed files with 13 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ func TestCertificateController(t *testing.T) {
}
controller := NewCertificateController(
"test",
client,
informerFactory.Certificates().V1beta1().CertificateSigningRequests(),
handler,