mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
Correct helm_info return type docs for app_version (#97)
This commit is contained in:
@@ -242,7 +242,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
|
|||||||
<td class="elbow-placeholder"> </td>
|
<td class="elbow-placeholder"> </td>
|
||||||
<td colspan="1">
|
<td colspan="1">
|
||||||
<div class="ansibleOptionAnchor" id="return-"></div>
|
<div class="ansibleOptionAnchor" id="return-"></div>
|
||||||
<b>appversion</b>
|
<b>app_version</b>
|
||||||
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
|
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
|
||||||
<div style="font-size: small">
|
<div style="font-size: small">
|
||||||
<span style="color: purple">string</span>
|
<span style="color: purple">string</span>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ status:
|
|||||||
description: A dictionary of status output
|
description: A dictionary of status output
|
||||||
returned: only when release exists
|
returned: only when release exists
|
||||||
contains:
|
contains:
|
||||||
appversion:
|
app_version:
|
||||||
type: str
|
type: str
|
||||||
returned: always
|
returned: always
|
||||||
description: Version of app deployed
|
description: Version of app deployed
|
||||||
|
|||||||
Reference in New Issue
Block a user