| 76 | ) |
| 77 | |
| 78 | type mockAuthenticator struct { |
| 79 | authSource security.AuthSource |
| 80 | identities []string |
| 81 | kubernetesInfo security.KubernetesInfo |
| 82 | errMsg string |
| 83 | } |
| 84 | |
| 85 | func (authn *mockAuthenticator) AuthenticatorType() string { |
| 86 | return "mockAuthenticator" |
nothing calls this directly
no outgoing calls
no test coverage detected