Rename WebhookIdentityProvider to WebhookAuthenticator.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer
2020-10-30 11:39:26 -05:00
parent e69183aa8a
commit 0f25657a35
94 changed files with 2043 additions and 2205 deletions

View File

@@ -29,7 +29,7 @@ func TestUnsuccessfulCredentialRequest(t *testing.T) {
response, err := makeRequest(ctx, t, validCredentialRequestSpecWithRealToken(t, corev1.TypedLocalObjectReference{
APIGroup: &auth1alpha1.SchemeGroupVersion.Group,
Kind: "WebhookIdentityProvider",
Kind: "WebhookAuthenticator",
Name: "some-webhook-that-does-not-exist",
}))
require.NoError(t, err)