| Package | Description |
|---|---|
| io.kubernetes.client.util | |
| io.kubernetes.client.util.credentials |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
ClientBuilder.getAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
ClientBuilder |
ClientBuilder.setAuthentication(Authentication authentication) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessTokenAuthentication
Uses a Bearer Token to configure
ApiClient authentication to the Kubernetes API. |
class |
ClientCertificateAuthentication
Uses Client Certificates to configure
ApiClient authentication to the Kubernetes API. |
class |
KubeconfigAuthentication
Uses a
KubeConfig to configure ApiClient authentication to the Kubernetes API. |
class |
TokenFileAuthentication |
class |
UsernamePasswordAuthentication
Uses Username and Password to configure
ApiClient authentication to the Kubernetes API. |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
KubeconfigAuthentication.getDelegateAuthentication() |
Copyright © 2021. All rights reserved.