Skip to content

Commit

Permalink
API Reference update by KubeVirt Prow build 1702803530705801216
Browse files Browse the repository at this point in the history
  • Loading branch information
kubevirt-bot committed Sep 15, 2023
1 parent e316c9f commit 414a9db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions main/definitions.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@
<li><a href="#_v1_domainmemorydumpinfo">v1.DomainMemoryDumpInfo</a></li>
<li><a href="#_v1_domainspec">v1.DomainSpec</a></li>
<li><a href="#_v1_downwardapivolumesource">v1.DownwardAPIVolumeSource</a></li>
<li><a href="#_v1_downwardmetrics">v1.DownwardMetrics</a></li>
<li><a href="#_v1_downwardmetricsvolumesource">v1.DownwardMetricsVolumeSource</a></li>
<li><a href="#_v1_efi">v1.EFI</a></li>
<li><a href="#_v1_emptydisksource">v1.EmptyDiskSource</a></li>
Expand Down Expand Up @@ -6228,6 +6229,18 @@ <h3 id="_v1_devices">v1.Devices</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>downwardMetrics</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>DownwardMetrics creates a virtio serials for exposing the downward metrics to the vmi.</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><a href="#_v1_downwardmetrics">v1.DownwardMetrics</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>filesystems</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -6895,6 +6908,12 @@ <h3 id="_v1_downwardapivolumesource">v1.DownwardAPIVolumeSource</h3>
</table>
</div>
<div class="sect2">
<h3 id="_v1_downwardmetrics">v1.DownwardMetrics</h3>
<div class="paragraph">
<p><em>Type</em> : object</p>
</div>
</div>
<div class="sect2">
<h3 id="_v1_downwardmetricsvolumesource">v1.DownwardMetricsVolumeSource</h3>
<div class="paragraph">
<p>DownwardMetricsVolumeSource adds a very small disk to VMIs which contains a limited view of host and guest metrics. The disk content is compatible with vhostmd (<a href="https://github.com/vhostmd/vhostmd" class="bare">https://github.com/vhostmd/vhostmd</a>) and vm-dump-metrics.</p>
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 bd22e81c15a422359735cd73c23d7bd0142ae103</span>
<span id="revnumber">version 67902ed9de43d7a0b94aa72b8fd7f48f31ca4285</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/bd22e81c15a422359735cd73c23d7bd0142ae103">bd22e81c15a422359735cd73c23d7bd0142ae103</a></p>
<em>Version</em> : <a href="https://github.com/kubevirt/kubevirt/commit/67902ed9de43d7a0b94aa72b8fd7f48f31ca4285">67902ed9de43d7a0b94aa72b8fd7f48f31ca4285</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 bd22e81c15a422359735cd73c23d7bd0142ae103<br>
Version 67902ed9de43d7a0b94aa72b8fd7f48f31ca4285<br>
</div>
</div>
</body>
Expand Down

0 comments on commit 414a9db

Please sign in to comment.