// Verifies that the 'spec.signerName' field can be correctly used as a field selector on LIST requests func TestCSRSignerNameFieldSelector(t *testing.T) { … } func createTestingCSR(t *testing.T, certClient certclientset.CertificateSigningRequestInterface, name, signerName, groupName string) *certv1.CertificateSigningRequest { … } func buildTestingCSR(name, signerName, groupName string) *certv1.CertificateSigningRequest { … } func pemWithGroup(group string) []byte { … } func pemWithTemplate(template *x509.CertificateRequest) []byte { … }