Interface Authentication

All Known Implementing Classes:
AccessTokenAuthentication, ClientCertificateAuthentication, KubeconfigAuthentication, TokenFileAuthentication, UsernamePasswordAuthentication

public interface Authentication
Allows the implementation of different authentication mechanisms for the Kubernetes API.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    provide(io.kubernetes.client.openapi.ApiClient client)
     
  • Method Details

    • provide

      void provide(io.kubernetes.client.openapi.ApiClient client)