Uses of Interface
io.kubernetes.client.util.credentials.Authentication
Packages that use Authentication
-
Uses of Authentication in io.kubernetes.client.util
Methods in io.kubernetes.client.util that return AuthenticationMethods in io.kubernetes.client.util with parameters of type Authentication -
Uses of Authentication in io.kubernetes.client.util.credentials
Classes in io.kubernetes.client.util.credentials that implement AuthenticationModifier and TypeClassDescriptionclass
Uses a Bearer Token to configureApiClient
authentication to the Kubernetes API.class
Uses Client Certificates to configureApiClient
authentication to the Kubernetes API.class
Uses aKubeConfig
to configureApiClient
authentication to the Kubernetes API.class
class
Uses Username and Password to configureApiClient
authentication to the Kubernetes API.Methods in io.kubernetes.client.util.credentials that return Authentication