| Interface | Description |
|---|---|
| Authentication |
Allows the implementation of different authentication mechanisms for the Kubernetes API.
|
| Class | Description |
|---|---|
| AccessTokenAuthentication |
Uses a Bearer Token to configure
ApiClient authentication to the Kubernetes API. |
| ClientCertificateAuthentication |
Uses Client Certificates to configure
ApiClient authentication to the Kubernetes API. |
| KubeconfigAuthentication |
Uses a
KubeConfig to configure ApiClient authentication to the Kubernetes API. |
| TokenFileAuthentication | |
| UsernamePasswordAuthentication |
Uses Username and Password to configure
ApiClient authentication to the Kubernetes API. |
Copyright © 2021. All rights reserved.