Name | Type | Description | Notes |
---|---|---|---|
guest | K8sIoApimachineryPkgApiResourceQuantity | Guest allows to specifying the amount of memory which is visible inside the Guest OS. The Guest must lie between Requests and Limits from the resources section. Defaults to the requested memory in the resources section if not specified. | [optional] |
hugepages | V1Hugepages | Hugepages allow to use hugepages for the VirtualMachineInstance instead of regular memory. | [optional] |
max_guest | K8sIoApimachineryPkgApiResourceQuantity | 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. | [optional] |