helm_plugin and helm_plugin_info: new module (#154)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-07-22 09:14:23 +05:30
committed by GitHub
parent a16ac42f3e
commit 6c059bd2bc
7 changed files with 534 additions and 36 deletions

View File

@@ -26,11 +26,6 @@ description:
- Get information (values, states, ...) from Helm package deployed inside the cluster.
options:
binary_path:
description:
- The path of a helm binary to use.
required: false
type: path
release_name:
description:
- Release name to manage.
@@ -43,20 +38,8 @@ options:
required: true
type: str
aliases: [ namespace ]
#Helm options
kube_context:
description:
- Helm option to specify which kubeconfig context to use.
- If the value is not specified in the task, the value of environment variable C(K8S_AUTH_CONTEXT) will be used instead.
type: str
aliases: [ context ]
kubeconfig_path:
description:
- Helm option to specify kubeconfig path to use.
- If the value is not specified in the task, the value of environment variable C(K8S_AUTH_KUBECONFIG) will be used instead.
type: path
aliases: [ kubeconfig ]
extends_documentation_fragment:
- community.kubernetes.helm_common_options
'''
EXAMPLES = r'''