Interface Authentication
- All Known Implementing Classes:
AccessTokenAuthentication,ClientCertificateAuthentication,KubeconfigAuthentication,TokenFileAuthentication,UsernamePasswordAuthentication
public interface Authentication
Allows the implementation of different authentication mechanisms for the Kubernetes API.
-
Method Summary
-
Method Details
-
provide
void provide(io.kubernetes.client.openapi.ApiClient client)
-