Skip to content

Commit

Permalink
Update docs for main
Browse files Browse the repository at this point in the history
Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Aug 27, 2024
1 parent eddad74 commit cd7c574
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 38 deletions.
14 changes: 5 additions & 9 deletions main/_sources/plugins/kubevirt.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta
:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.12.0
:antsibull-docs: 2.13.1

.. Anchors
Expand Down Expand Up @@ -51,8 +50,8 @@ Synopsis
- Fetch virtual machines from one or more namespaces with an optional label selector.
- Groups by cluster name, namespaces and labels.
- Uses \ :ansval:`\*.kubevirt.[yml|yaml]`\ YAML configuration file to set parameter values.
- By default it uses the active context in \ :emphasis:`~/.kube/config`\ and will return all virtual machines for all namespaces the active user is authorized to access.
- Uses :ansval:`\*.kubevirt.[yml|yaml]` YAML configuration file to set parameter values.
- By default it uses the active context in :emphasis:`~/.kube/config` and will return all virtual machines for all namespaces the active user is authorized to access.


.. Aliases
Expand Down Expand Up @@ -1036,7 +1035,7 @@ Notes
-----

.. note::
- To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt#inventory:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt#inventory:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt#inventory:kubeconfig`\ file.
- To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt#inventory:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt#inventory:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt#inventory:kubeconfig` file.

.. Seealso
Expand All @@ -1048,7 +1047,6 @@ Examples

.. code-block:: yaml+jinja


# Filename must end with kubevirt.[yml|yaml]

# Authenticate with token and return all virtual machines from all accessible namespaces
Expand Down Expand Up @@ -1076,7 +1074,6 @@ Examples




.. Facts
Expand All @@ -1091,7 +1088,7 @@ Examples
Authors
~~~~~~~

- KubeVirt.io Project
- KubeVirt.io Project


.. hint::
Expand All @@ -1101,4 +1098,3 @@ Authors
.. Parsing errors
10 changes: 3 additions & 7 deletions main/_sources/plugins/kubevirt_vm.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta
:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.12.0
:antsibull-docs: 2.13.1

.. Anchors
Expand Down Expand Up @@ -755,7 +754,7 @@ Notes
-----

.. note::
- To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vm#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vm#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vm#module:kubeconfig`\ file.
- To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vm#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vm#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vm#module:kubeconfig` file.

.. Seealso
Expand All @@ -767,7 +766,6 @@ Examples

.. code-block:: yaml+jinja


- name: Create a VirtualMachine
kubevirt.core.kubevirt_vm:
state: present
Expand Down Expand Up @@ -853,7 +851,6 @@ Examples




.. Facts
Expand Down Expand Up @@ -945,12 +942,11 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
Authors
~~~~~~~

- KubeVirt.io Project
- KubeVirt.io Project



.. Extra links
.. Parsing errors
14 changes: 5 additions & 9 deletions main/_sources/plugins/kubevirt_vm_info.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta
:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.12.0
:antsibull-docs: 2.13.1

.. Anchors
Expand Down Expand Up @@ -49,8 +48,8 @@ Synopsis

.. Description
- Use the Kubernetes Python client to perform read operations on KubeVirt \ :literal:`VirtualMachines`\ .
- Pass options to find \ :literal:`VirtualMachines`\ as module arguments.
- Use the Kubernetes Python client to perform read operations on KubeVirt :literal:`VirtualMachines`.
- Pass options to find :literal:`VirtualMachines` as module arguments.
- Authenticate using either a config file, certificates, password or token.
- Supports check mode.

Expand Down Expand Up @@ -544,7 +543,7 @@ Notes
-----

.. note::
- To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:kubeconfig`\ file.
- To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vm\_info#module:kubeconfig` file.

.. Seealso
Expand All @@ -556,7 +555,6 @@ Examples

.. code-block:: yaml+jinja


- name: Get an existing VirtualMachine
kubevirt.core.kubevirt_vm_info:
name: testvm
Expand Down Expand Up @@ -592,7 +590,6 @@ Examples




.. Facts
Expand Down Expand Up @@ -724,12 +721,11 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
Authors
~~~~~~~

- KubeVirt.io Project
- KubeVirt.io Project



.. Extra links
.. Parsing errors
14 changes: 5 additions & 9 deletions main/_sources/plugins/kubevirt_vmi_info.rst.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.. Document meta
:orphan:
Expand All @@ -7,7 +6,7 @@
:trim:

.. meta::
:antsibull-docs: 2.12.0
:antsibull-docs: 2.13.1

.. Anchors
Expand Down Expand Up @@ -49,8 +48,8 @@ Synopsis

.. Description
- Use the Kubernetes Python client to perform read operations on KubeVirt \ :literal:`VirtualMachineInstances`\ .
- Pass options to find \ :literal:`VirtualMachineInstances`\ as module arguments.
- Use the Kubernetes Python client to perform read operations on KubeVirt :literal:`VirtualMachineInstances`.
- Pass options to find :literal:`VirtualMachineInstances` as module arguments.
- Authenticate using either a config file, certificates, password or token.
- Supports check mode.

Expand Down Expand Up @@ -521,7 +520,7 @@ Notes
-----

.. note::
- To avoid SSL certificate validation errors when \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:ca\_cert`\ or in the \ :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:kubeconfig`\ file.
- To avoid SSL certificate validation errors when :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:validate\_certs=yes`\ , the full certificate chain for the API server must be provided via :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:ca\_cert` or in the :ansopt:`kubevirt.core.kubevirt\_vmi\_info#module:kubeconfig` file.

.. Seealso
Expand All @@ -533,7 +532,6 @@ Examples

.. code-block:: yaml+jinja


- name: Get an existing VirtualMachineInstance
kubevirt.core.kubevirt_vmi_info:
name: testvmi
Expand Down Expand Up @@ -562,7 +560,6 @@ Examples




.. Facts
Expand Down Expand Up @@ -694,12 +691,11 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
Authors
~~~~~~~

- KubeVirt.io Project
- KubeVirt.io Project



.. Extra links
.. Parsing errors
2 changes: 1 addition & 1 deletion main/plugins/kubevirt.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.12.0" name="antsibull-docs" />
<meta content="2.13.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kubevirt – Inventory source for KubeVirt VirtualMachines and VirtualMachineInstances &mdash; KubeVirt Ansible Collection documentation</title>
Expand Down
2 changes: 1 addition & 1 deletion main/plugins/kubevirt_vm.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.12.0" name="antsibull-docs" />
<meta content="2.13.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kubevirt_vm – Create or delete KubeVirt VirtualMachines &mdash; KubeVirt Ansible Collection documentation</title>
Expand Down
2 changes: 1 addition & 1 deletion main/plugins/kubevirt_vm_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.12.0" name="antsibull-docs" />
<meta content="2.13.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kubevirt_vm_info – Describe KubeVirt VirtualMachines &mdash; KubeVirt Ansible Collection documentation</title>
Expand Down
2 changes: 1 addition & 1 deletion main/plugins/kubevirt_vmi_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="writer-html5" lang="en" data-content_root="../">
<head>
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="2.12.0" name="antsibull-docs" />
<meta content="2.13.1" name="antsibull-docs" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kubevirt_vmi_info – Describe KubeVirt VirtualMachineInstances &mdash; KubeVirt Ansible Collection documentation</title>
Expand Down

0 comments on commit cd7c574

Please sign in to comment.