package
Version:
v0.0.0-...-1359b6c
Opens a new window with list of versions in this module.
Published: Sep 18, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NormalizeMemorySize returns the requested memory size in MB aligned up to an even number
NormalizeProcessorCount returns the `Min(requested, logical CPU count)`.
MountType represents the type of mount being added
const (
MountTypeBind MountType = "bind"
MountTypePhysicalDisk MountType = "physical-disk"
MountTypeVirtualDisk MountType = "virtual-disk"
MountTypeExtensibleVirtualDisk MountType = "extensible-virtual-disk"
)
MountType const
Source Files
¶
Click to show internal directories.
Click to hide internal directories.