Uses of Interface
io.kubernetes.client.util.authenticators.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in io.kubernetes.client.util
Methods in io.kubernetes.client.util with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic void
KubeConfig.registerAuthenticator
(Authenticator auth) -
Uses of Authenticator in io.kubernetes.client.util.authenticators
Classes in io.kubernetes.client.util.authenticators that implement AuthenticatorModifier and TypeClassDescriptionclass
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.class
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g.class
OpenIDConnectAuthenticator