mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
SUMMARY Added documentation for no_proxy, proxy, and proxy_headers parameters that were missing from the k8s lookup plugin. These parameters are already implemented in the codebase but were not documented. no_proxy: Comma separated list of hosts that shouldn't use proxy proxy: HTTP proxy URL for connections proxy_headers: Dictionary of proxy headers with suboptions for proxy_basic_auth, basic_auth, and user_agent Fixes #775 ISSUE TYPE Docs Pull Request COMPONENT NAME k8s lookup Additional comment This is a reissue of #993, which was lost during the latest release due to me PR incorrectly from my fork's main branch. Linter errors on the previous PR should already be resolved. This had the backport-5, backport-6 and skip-changelog labels. Reviewed-by: Bianca Henderson <beeankha@gmail.com>