mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
Update test variable name and k8s_exec version_added attribute
This commit is contained in:
2
plugins/modules/k8s_exec.py
Normal file → Executable file
2
plugins/modules/k8s_exec.py
Normal file → Executable file
@@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
DOCUMENTATION = '''
|
||||
module: k8s_exec
|
||||
short_description: Execute command in Pod
|
||||
version_added: "2.10"
|
||||
version_added: "1.0.0"
|
||||
author: "Tristan de Cacqueray (@tristanC)"
|
||||
description:
|
||||
- Use the Kubernetes Python client to execute command on K8s pods.
|
||||
|
||||
Reference in New Issue
Block a user