mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 04:52:37 +00:00
k8s_info now outputs whether the api was found (#308)
This commit is contained in:
committed by
GitHub
parent
8f14bf6c46
commit
2474ef1b2c
@@ -112,6 +112,11 @@ EXAMPLES = r'''
|
||||
'''
|
||||
|
||||
RETURN = r'''
|
||||
api_found:
|
||||
description:
|
||||
- Whether the specified api_version and kind were successfully mapped to an existing API on the targeted cluster.
|
||||
returned: always
|
||||
type: bool
|
||||
resources:
|
||||
description:
|
||||
- The object(s) that exists
|
||||
|
||||
Reference in New Issue
Block a user