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 TypeClassDescriptionclassUses a Bearer Token to configureApiClientauthentication to the Kubernetes API.classUses Client Certificates to configureApiClientauthentication to the Kubernetes API.classUses aKubeConfigto configureApiClientauthentication to the Kubernetes API.classclassUses Username and Password to configureApiClientauthentication to the Kubernetes API.Methods in io.kubernetes.client.util.credentials that return Authentication