mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 02:44:41 +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
|
short_description: Manages Kubernetes packages with the Helm package manager
|
||||||
|
|
||||||
|
version_added: "0.11.0"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Lucas Boisserie (@LucasBoisserie)
|
- Lucas Boisserie (@LucasBoisserie)
|
||||||
- Matthieu Diehr (@d-matt)
|
- Matthieu Diehr (@d-matt)
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ module: helm_info
|
|||||||
|
|
||||||
short_description: Get informations from Helm package deployed inside the cluster
|
short_description: Get informations from Helm package deployed inside the cluster
|
||||||
|
|
||||||
|
version_added: "0.11.0"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Lucas Boisserie (@LucasBoisserie)
|
- Lucas Boisserie (@LucasBoisserie)
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,8 @@ module: helm_repository
|
|||||||
|
|
||||||
short_description: Add and remove Helm repository
|
short_description: Add and remove Helm repository
|
||||||
|
|
||||||
|
version_added: "0.11.0"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Lucas Boisserie (@LucasBoisserie)
|
- Lucas Boisserie (@LucasBoisserie)
|
||||||
|
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ module: k8s_exec
|
|||||||
|
|
||||||
short_description: Execute command in Pod
|
short_description: Execute command in Pod
|
||||||
|
|
||||||
|
version_added: "0.10.0"
|
||||||
|
|
||||||
author: "Tristan de Cacqueray (@tristanC)"
|
author: "Tristan de Cacqueray (@tristanC)"
|
||||||
|
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ module: k8s_log
|
|||||||
|
|
||||||
short_description: Fetch logs from Kubernetes resources
|
short_description: Fetch logs from Kubernetes resources
|
||||||
|
|
||||||
|
version_added: "0.10.0"
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- "Fabian von Feilitzsch (@fabianvf)"
|
- "Fabian von Feilitzsch (@fabianvf)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user