mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
Merge pull request #6188 from yahaa/Typo-fix
Typo: change tabs in comment to spaces
This commit is contained in:
commit
8a9392fd9d
@ -87,7 +87,7 @@ const (
|
||||
AssetHashType = kataAnnotationsPrefix + "asset_hash_type"
|
||||
|
||||
//
|
||||
// Generic annotations
|
||||
// Generic annotations
|
||||
//
|
||||
|
||||
// KernelParams is a sandbox annotation for passing additional guest kernel parameters.
|
||||
@ -134,7 +134,7 @@ const (
|
||||
UseLegacySerial = kataAnnotHypervisorPrefix + "use_legacy_serial"
|
||||
|
||||
//
|
||||
// CPU Annotations
|
||||
// CPU Annotations
|
||||
//
|
||||
|
||||
// DefaultVCPUs is a sandbox annotation for passing the default vcpus assigned for a VM by the hypervisor.
|
||||
@ -144,7 +144,7 @@ const (
|
||||
DefaultMaxVCPUs = kataAnnotHypervisorPrefix + "default_max_vcpus"
|
||||
|
||||
//
|
||||
// Memory related annotations
|
||||
// Memory related annotations
|
||||
//
|
||||
|
||||
// DefaultMemory is a sandbox annotation for the memory assigned for a VM by the hypervisor.
|
||||
@ -175,7 +175,7 @@ const (
|
||||
FileBackedMemRootDir = kataAnnotHypervisorPrefix + "file_mem_backend"
|
||||
|
||||
//
|
||||
// Shared File System related annotations
|
||||
// Shared File System related annotations
|
||||
//
|
||||
|
||||
// Msize9p is a sandbox annotation to specify as the msize for 9p shares
|
||||
@ -197,7 +197,7 @@ const (
|
||||
VirtioFSExtraArgs = kataAnnotHypervisorPrefix + "virtio_fs_extra_args"
|
||||
|
||||
//
|
||||
// Block Device related annotations
|
||||
// Block Device related annotations
|
||||
//
|
||||
|
||||
// BlockDeviceDriver specifies the driver to be used for block device either VirtioSCSI or VirtioBlock
|
||||
|
Loading…
Reference in New Issue
Block a user