mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Merge pull request #98 from geerlingguy/92-verison-added
Add version_added to docs for each of the new collection modules.
This commit is contained in:
@@ -13,6 +13,8 @@ module: helm
|
||||
|
||||
short_description: Manages Kubernetes packages with the Helm package manager
|
||||
|
||||
version_added: "0.11.0"
|
||||
|
||||
author:
|
||||
- Lucas Boisserie (@LucasBoisserie)
|
||||
- Matthieu Diehr (@d-matt)
|
||||
|
||||
@@ -13,6 +13,8 @@ module: helm_info
|
||||
|
||||
short_description: Get informations from Helm package deployed inside the cluster
|
||||
|
||||
version_added: "0.11.0"
|
||||
|
||||
author:
|
||||
- Lucas Boisserie (@LucasBoisserie)
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ module: helm_repository
|
||||
|
||||
short_description: Add and remove Helm repository
|
||||
|
||||
version_added: "0.11.0"
|
||||
|
||||
author:
|
||||
- Lucas Boisserie (@LucasBoisserie)
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@ module: k8s_exec
|
||||
|
||||
short_description: Execute command in Pod
|
||||
|
||||
version_added: "0.10.0"
|
||||
|
||||
author: "Tristan de Cacqueray (@tristanC)"
|
||||
|
||||
description:
|
||||
|
||||
@@ -14,6 +14,8 @@ module: k8s_log
|
||||
|
||||
short_description: Fetch logs from Kubernetes resources
|
||||
|
||||
version_added: "0.10.0"
|
||||
|
||||
author:
|
||||
- "Fabian von Feilitzsch (@fabianvf)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user