mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Embedded docs clarification in k8s_cluster_info
This commit is contained in:
@@ -12,7 +12,7 @@ module: k8s_cluster_info
|
|||||||
|
|
||||||
version_added: "0.11.1"
|
version_added: "0.11.1"
|
||||||
|
|
||||||
short_description: Describe Kubernetes (K8s) API available and their respective versions
|
short_description: Describe Kubernetes (K8s) cluster, APIs available and their respective versions
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Abhijeet Kasurde (@Akasurde)
|
- Abhijeet Kasurde (@Akasurde)
|
||||||
@@ -28,6 +28,7 @@ options:
|
|||||||
- Invalidate cache before retrieving information about cluster.
|
- Invalidate cache before retrieving information about cluster.
|
||||||
type: bool
|
type: bool
|
||||||
default: True
|
default: True
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.kubernetes.k8s_auth_options
|
- community.kubernetes.k8s_auth_options
|
||||||
|
|
||||||
@@ -46,7 +47,6 @@ EXAMPLES = r'''
|
|||||||
community.kubernetes.k8s_cluster_info:
|
community.kubernetes.k8s_cluster_info:
|
||||||
invalidate_cache: False
|
invalidate_cache: False
|
||||||
register: api_status
|
register: api_status
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
|
|||||||
Reference in New Issue
Block a user