Skip to content

Commit

Permalink
Fix/example
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 committed Jun 22, 2021
1 parent 7ff595a commit 52ac586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions docs/kubernetes.core.k8s_log_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,6 @@ Parameters
<div>If there is more than one container, this option is required.</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>since_seconds</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
</td>
<td>
</td>
<td>
<div>A relative time in seconds before the current time from which to show logs.</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down Expand Up @@ -472,7 +457,6 @@ Examples
kind: Deployment
namespace: testing
name: example
sinceSeconds: "4000"
register: log
# This will get the log from a single Pod managed by this DeploymentConfig
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/k8s_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
kind: Deployment
namespace: testing
name: example
since_seconds: "4000"
register: log
# This will get the log from a single Pod managed by this DeploymentConfig
Expand Down

0 comments on commit 52ac586

Please sign in to comment.