public class ClientCertificateAuthentication extends Object implements Authentication
ApiClient
authentication to the Kubernetes API.Constructor and Description |
---|
ClientCertificateAuthentication(byte[] certificate,
byte[] key) |
Modifier and Type | Method and Description |
---|---|
String |
getPassphrase() |
void |
provide(io.kubernetes.client.openapi.ApiClient client) |
void |
setPassphrase(String passphrase) |
public ClientCertificateAuthentication(byte[] certificate, byte[] key)
public void provide(io.kubernetes.client.openapi.ApiClient client)
provide
in interface Authentication
public String getPassphrase()
public void setPassphrase(String passphrase)
Copyright © 2021. All rights reserved.