kubernetes_asyncio.config.exec_provider module

class kubernetes_asyncio.config.exec_provider.ExecProvider(exec_config: ConfigNode)

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: str | None = None) Any