Update docs for main

Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
This commit is contained in:
kubevirt-bot
2024-02-29 15:10:55 +00:00
parent c76b0f98cd
commit d878ba4de7
9 changed files with 15 additions and 13 deletions

View File

@@ -169,10 +169,10 @@ ansible-galaxy<span class="w"> </span>collection<span class="w"> </span>install<
<section id="python-libraries">
<h4>Python libraries<a class="headerlink" href="#python-libraries" title="Link to this heading"></a></h4>
<ul class="simple">
<li><p>kubernetes</p></li>
<li><p>PyYaml</p></li>
<li><p>jsonpatch</p></li>
<li><p>jinja2</p></li>
<li><p>jsonpatch</p></li>
<li><p>kubernetes&gt;=28.1.0</p></li>
<li><p>PyYAML&gt;=3.11</p></li>
</ul>
<p>To install all the dependencies:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>-r<span class="w"> </span>requirements.txt

View File

@@ -55,10 +55,10 @@ collections:
#### Python libraries
- kubernetes
- PyYaml
- jsonpatch
- jinja2
- jsonpatch
- kubernetes>=28.1.0
- PyYAML>=3.11
To install all the dependencies:
```bash

View File

@@ -66,7 +66,7 @@ Requirements
------------
The below requirements are needed on the local controller node that executes this inventory.
- python \>= 3.6
- python \>= 3.9
- kubernetes \>= 28.1.0
- PyYAML \>= 3.11

View File

@@ -66,7 +66,7 @@ Requirements
------------
The below requirements are needed on the host that executes this module.
- python \>= 3.6
- python \>= 3.9
- kubernetes \>= 28.1.0
- PyYAML \>= 3.11
- jsonpatch

View File

@@ -66,8 +66,9 @@ Requirements
------------
The below requirements are needed on the host that executes this module.
- python \>= 3.6
- python \>= 3.9
- kubernetes \>= 28.1.0
- PyYAML \>= 3.11

View File

@@ -136,7 +136,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
<span id="ansible-collections-kubevirt-core-kubevirt-inventory-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
<p>The below requirements are needed on the local controller node that executes this inventory.</p>
<ul class="simple">
<li><p>python &gt;= 3.6</p></li>
<li><p>python &gt;= 3.9</p></li>
<li><p>kubernetes &gt;= 28.1.0</p></li>
<li><p>PyYAML &gt;= 3.11</p></li>
</ul>

View File

@@ -140,7 +140,7 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
<span id="ansible-collections-kubevirt-core-kubevirt-vm-module-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
<p>The below requirements are needed on the host that executes this module.</p>
<ul class="simple">
<li><p>python &gt;= 3.6</p></li>
<li><p>python &gt;= 3.9</p></li>
<li><p>kubernetes &gt;= 28.1.0</p></li>
<li><p>PyYAML &gt;= 3.11</p></li>
<li><p>jsonpatch</p></li>

View File

@@ -140,8 +140,9 @@ see <a class="reference internal" href="#ansible-collections-kubevirt-core-kubev
<span id="ansible-collections-kubevirt-core-kubevirt-vm-info-module-requirements"></span><h2><a class="toc-backref" href="#id2" role="doc-backlink">Requirements</a><a class="headerlink" href="#requirements" title="Link to this heading"></a></h2>
<p>The below requirements are needed on the host that executes this module.</p>
<ul class="simple">
<li><p>python &gt;= 3.6</p></li>
<li><p>python &gt;= 3.9</p></li>
<li><p>kubernetes &gt;= 28.1.0</p></li>
<li><p>PyYAML &gt;= 3.11</p></li>
</ul>
</section>
<section id="parameters">

File diff suppressed because one or more lines are too long