Skip to content

Commit

Permalink
API Reference update by KubeVirt Prow build 1730585698047627264
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Dec 1, 2023
1 parent 9e8f6de commit b35e036
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
44 changes: 44 additions & 0 deletions main/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@
<li><a href="#_k8s_io_apimachinery_pkg_apis_meta_v1_watchevent">k8s.io.apimachinery.pkg.apis.meta.v1.WatchEvent</a></li>
<li><a href="#_k8s_io_apimachinery_pkg_runtime_rawextension">k8s.io.apimachinery.pkg.runtime.RawExtension</a></li>
<li><a href="#_k8s_io_apimachinery_pkg_util_intstr_intorstring">k8s.io.apimachinery.pkg.util.intstr.IntOrString</a></li>
<li><a href="#_v1_acpi">v1.ACPI</a></li>
<li><a href="#_v1_accesscredential">v1.AccessCredential</a></li>
<li><a href="#_v1_accesscredentialsecretsource">v1.AccessCredentialSecretSource</a></li>
<li><a href="#_v1_addvolumeoptions">v1.AddVolumeOptions</a></li>
Expand Down Expand Up @@ -4228,6 +4229,37 @@ <h3 id="_k8s_io_apimachinery_pkg_util_intstr_intorstring">k8s.io.apimachinery.pk
</div>
</div>
<div class="sect2">
<h3 id="_v1_acpi">v1.ACPI</h3>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 16.6666%;">
<col style="width: 61.1111%;">
<col style="width: 22.2223%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-middle">Name</th>
<th class="tableblock halign-left valign-middle">Description</th>
<th class="tableblock halign-left valign-middle">Schema</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>slicNameRef</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>SlicNameRef should match the volume name of a secret object. The data in the secret should be a binary blob that follows the ACPI SLIC standard, see: <a href="https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85" class="bare">https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85</a>)</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
</tr>
</tbody>
</table>
</div>
<div class="sect2">
<h3 id="_v1_accesscredential">v1.AccessCredential</h3>
<div class="paragraph">
<p>AccessCredential represents a credential source that can be used to authorize remote access to the vm guest Only one of its members may be specified.</p>
Expand Down Expand Up @@ -7601,6 +7633,18 @@ <h3 id="_v1_firmware">v1.Firmware</h3>
<tbody>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>acpi</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Information that can be set in the ACPI table</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><a href="#_v1_acpi">v1.ACPI</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>bootloader</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down
6 changes: 3 additions & 3 deletions main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<div id="header">
<h1>KubeVirt API</h1>
<div class="details">
<span id="revnumber">version bc3539a10509ad2b757e101887a0d0544c034f13</span>
<span id="revnumber">version c4fc4ab72a868399f5331438f35b8c33e7dd0720</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -472,7 +472,7 @@ <h3 id="_license_information">License information</h3>
<p><em>License</em> : Apache 2.0<br>
<em>License URL</em> : <a href="https://www.apache.org/licenses/LICENSE-2.0" class="bare">https://www.apache.org/licenses/LICENSE-2.0</a><br>
<em>Terms of service</em> : null<br>
<em>Version</em> : <a href="https://github.com/kubevirt/kubevirt/commit/bc3539a10509ad2b757e101887a0d0544c034f13">bc3539a10509ad2b757e101887a0d0544c034f13</a></p>
<em>Version</em> : <a href="https://github.com/kubevirt/kubevirt/commit/c4fc4ab72a868399f5331438f35b8c33e7dd0720">c4fc4ab72a868399f5331438f35b8c33e7dd0720</a></p>
</div>
</div>
</div>
Expand All @@ -495,7 +495,7 @@ <h2 id="_kubevirt_api_reference">KubeVirt API Reference</h2>
</div>
<div id="footer">
<div id="footer-text">
Version bc3539a10509ad2b757e101887a0d0544c034f13<br>
Version c4fc4ab72a868399f5331438f35b8c33e7dd0720<br>
</div>
</div>
</body>
Expand Down

0 comments on commit b35e036

Please sign in to comment.