mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Add proxy parameter to k8s module. (#55377)
This commit is contained in:
@@ -122,6 +122,7 @@ AUTH_ARG_SPEC = {
|
|||||||
'type': 'path',
|
'type': 'path',
|
||||||
'aliases': ['key_file'],
|
'aliases': ['key_file'],
|
||||||
},
|
},
|
||||||
|
'proxy': {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,11 @@ options:
|
|||||||
environment variable.
|
environment variable.
|
||||||
type: bool
|
type: bool
|
||||||
aliases: [ verify_ssl ]
|
aliases: [ verify_ssl ]
|
||||||
|
proxy:
|
||||||
|
description:
|
||||||
|
- The URL of an HTTP proxy to use for the connection. Can also be specified via K8S_AUTH_PROXY environment variable.
|
||||||
|
- Please note that this module does not pick up typical proxy settings from the environment (e.g. HTTP_PROXY).
|
||||||
|
version_added: "2.9"
|
||||||
notes:
|
notes:
|
||||||
- "The OpenShift Python client wraps the K8s Python client, providing full access to
|
- "The OpenShift Python client wraps the K8s Python client, providing full access to
|
||||||
all of the APIS and models available on both platforms. For API version details and
|
all of the APIS and models available on both platforms. For API version details and
|
||||||
|
|||||||
Reference in New Issue
Block a user