mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-28 18:34:42 +00:00
add changelog and version added information. (#312)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
2
changelogs/fragments/308_k8s_info.yml
Normal file
2
changelogs/fragments/308_k8s_info.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- k8s_info - add information about api_version while returning facts (https://github.com/ansible-collections/community.kubernetes/pull/308).
|
||||||
@@ -115,6 +115,7 @@ RETURN = r'''
|
|||||||
api_found:
|
api_found:
|
||||||
description:
|
description:
|
||||||
- Whether the specified api_version and kind were successfully mapped to an existing API on the targeted cluster.
|
- Whether the specified api_version and kind were successfully mapped to an existing API on the targeted cluster.
|
||||||
|
- Version added 1.2.0.
|
||||||
returned: always
|
returned: always
|
||||||
type: bool
|
type: bool
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user