Class KubeconfigAuthentication

java.lang.Object
io.kubernetes.client.util.credentials.KubeconfigAuthentication
All Implemented Interfaces:
Authentication

public class KubeconfigAuthentication extends Object implements Authentication
Uses a KubeConfig to configure ApiClient authentication to the Kubernetes API.

Tries to configure the following authentication mechanisms in this order.

  • Constructor Details

  • Method Details

    • provide

      public void provide(io.kubernetes.client.openapi.ApiClient client)
      Specified by:
      provide in interface Authentication
    • getDelegateAuthentication

      public Authentication getDelegateAuthentication()