kubernetes.aio.config.exec_provider module

class kubernetes.aio.config.exec_provider.ExecProvider(exec_config)

Bases: object

Implementation of the proposal for out-of-tree client authentication providers as described here – https://github.com/kubernetes/community/blob/master/contributors/design-proposals/auth/kubectl-exec-plugins.md

Missing from implementation:

  • TLS cert support

  • caching

async run(previous_response=None)