Class ClientCertificateAuthentication
java.lang.Object
io.kubernetes.client.util.credentials.ClientCertificateAuthentication
- All Implemented Interfaces:
Authentication
Uses Client Certificates to configure
ApiClient
authentication to the Kubernetes API.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
provide
(io.kubernetes.client.openapi.ApiClient client) void
setPassphrase
(String passphrase)
-
Constructor Details
-
ClientCertificateAuthentication
public ClientCertificateAuthentication(byte[] certificate, byte[] key)
-
-
Method Details
-
provide
public void provide(io.kubernetes.client.openapi.ApiClient client) - Specified by:
provide
in interfaceAuthentication
-
getPassphrase
-
setPassphrase
-