mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
Issue #40: Manually override module namespace so extra info isn't output.
This commit is contained in:
@@ -31,10 +31,10 @@ releases:
|
||||
modules:
|
||||
- description: Execute command in Pod
|
||||
name: k8s_exec
|
||||
namespace: .ansible.collections.ansible_collections.community.kubernetes.plugins.modules
|
||||
namespace: ''
|
||||
- description: Fetch logs from Kubernetes resources
|
||||
name: k8s_log
|
||||
namespace: .ansible.collections.ansible_collections.community.kubernetes.plugins.modules
|
||||
namespace: ''
|
||||
release_date: '2020-03-23'
|
||||
0.11.0:
|
||||
changes:
|
||||
@@ -57,13 +57,13 @@ releases:
|
||||
modules:
|
||||
- description: Manages Kubernetes packages with the Helm package manager
|
||||
name: helm
|
||||
namespace: .ansible.collections.ansible_collections.community.kubernetes.plugins.modules
|
||||
namespace: ''
|
||||
- description: Get information from Helm package deployed inside the cluster
|
||||
name: helm_info
|
||||
namespace: .ansible.collections.ansible_collections.community.kubernetes.plugins.modules
|
||||
namespace: ''
|
||||
- description: Add and remove Helm repository
|
||||
name: helm_repository
|
||||
namespace: .ansible.collections.ansible_collections.community.kubernetes.plugins.modules
|
||||
namespace: ''
|
||||
release_date: '2020-05-04'
|
||||
0.9.0:
|
||||
changes:
|
||||
|
||||
Reference in New Issue
Block a user