From 9c93d04a4803ac3ea49e1f71e70880b191a0ed35 Mon Sep 17 00:00:00 2001 From: kubevirt-bot Date: Fri, 29 Sep 2023 14:28:22 +0000 Subject: [PATCH] API Reference update by KubeVirt Prow build 1707752972789747712 --- main/definitions.html | 148 ++++++++++++++++++++++++++++++++++++++++++ main/index.html | 6 +- 2 files changed, 151 insertions(+), 3 deletions(-) diff --git a/main/definitions.html b/main/definitions.html index f2e8d0b..47a30ee 100644 --- a/main/definitions.html +++ b/main/definitions.html @@ -594,6 +594,7 @@
  • v1.LiveUpdateCPU
  • v1.LiveUpdateConfiguration
  • v1.LiveUpdateFeatures
  • +
  • v1.LiveUpdateMemory
  • v1.LogVerbosity
  • v1.LunTarget
  • v1.Machine
  • @@ -601,6 +602,7 @@
  • v1.MediatedHostDevice
  • v1.Memory
  • v1.MemoryDumpVolumeSource
  • +
  • v1.MemoryStatus
  • v1.MigrateOptions
  • v1.MigrationConfiguration
  • v1.MultusNetwork
  • @@ -10148,6 +10150,30 @@

    v1.LiveUpdateConfiguration

    integer (int64)

    + +
    +

    maxGuest
    +optional

    +
    +
    +

    MaxGuest defines the maximum amount memory that can be allocated to the guest using hotplug.

    +
    +
    + + +
    +

    maxHotplugRatio
    +optional

    +
    +
    +

    MaxHotplugRatio is the ratio used to define the max amount of a hotplug resource that can be made available to a VM when the specific Max* setting is not defined (MaxCpuSockets, MaxGuest) Example: VM is configured with 512Mi of guest memory, if MaxGuest is not defined and MaxHotplugRatio is 2 then MaxGuest = 1Gi defaults to 4

    +
    +
    +

    integer (int64)

    +
    + @@ -10191,6 +10217,49 @@

    v1.LiveUpdateFeatures

    v1.LiveUpdateCPU

    + +
    +

    memory
    +optional

    +
    +
    +

    MemoryLiveUpdateConfiguration defines the live update memory features for the VirtualMachine

    +
    +
    + + + + +
    +

    v1.LiveUpdateMemory

    + +++++ + + + + + + + + + + + + +
    NameDescriptionSchema
    +

    maxGuest
    +optional

    +
    +

    MaxGuest defines the maximum amount memory that can be allocated for the VM.

    +
    @@ -10518,6 +10587,18 @@

    v1.Memory

    v1.Hugepages

    + +
    +

    maxGuest
    +optional

    +
    +
    +

    MaxGuest allows to specify the maximum amount of memory which is visible inside the Guest OS. The delta between MaxGuest and Guest is the amount of memory that can be hot(un)plugged.

    +
    +
    + @@ -10578,6 +10659,61 @@

    v1.MemoryDumpVolumeSource

    +

    v1.MemoryStatus

    + +++++ + + + + + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionSchema
    +

    guestAtBoot
    +optional

    +
    +

    GuestAtBoot specifies with how much memory the VirtualMachine intiallly booted with.

    +
    +

    guestCurrent
    +optional

    +
    +

    GuestCurrent specifies how much memory is currently available for the VirtualMachine.

    +
    +

    guestRequested
    +optional

    +
    +

    GuestRequested specifies how much memory was requested (hotplug) for the VirtualMachine.

    +
    +
    +

    v1.MigrateOptions

    MigrateOptions may be provided on migrate request.

    @@ -16341,6 +16477,18 @@

    v1.VirtualMachineInstanceStatus

    +

    memory
    +optional

    +
    +
    +

    Memory shows various informations about the VirtualMachine memory.

    +
    + + + +

    migrationMethod
    optional

    diff --git a/main/index.html b/main/index.html index fe38d28..a4d2148 100644 --- a/main/index.html +++ b/main/index.html @@ -437,7 +437,7 @@
    @@ -495,7 +495,7 @@

    KubeVirt API Reference