mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 21:47:29 +00:00
asset: Formatting, grammar and whitespace
Improve formatting, grammar and whitespace. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
parent
259589ad89
commit
76064e3e2d
@ -45,15 +45,16 @@ const (
|
|||||||
// ImageAsset is an image asset.
|
// ImageAsset is an image asset.
|
||||||
ImageAsset AssetType = "image"
|
ImageAsset AssetType = "image"
|
||||||
|
|
||||||
// InitrdAsset is an intird asset.
|
// InitrdAsset is an initrd asset.
|
||||||
InitrdAsset AssetType = "initrd"
|
InitrdAsset AssetType = "initrd"
|
||||||
|
|
||||||
// HypervisorAsset is an hypervisor asset.
|
// HypervisorAsset is an hypervisor asset.
|
||||||
HypervisorAsset AssetType = "hypervisor"
|
HypervisorAsset AssetType = "hypervisor"
|
||||||
|
|
||||||
// HypervisorCtlAsset is an hypervisor control asset.
|
// HypervisorCtlAsset is a hypervisor control asset.
|
||||||
HypervisorCtlAsset AssetType = "hypervisorctl"
|
HypervisorCtlAsset AssetType = "hypervisorctl"
|
||||||
// JailerAsset is an jailer asset.
|
|
||||||
|
// JailerAsset is a jailer asset.
|
||||||
JailerAsset AssetType = "jailer"
|
JailerAsset AssetType = "jailer"
|
||||||
|
|
||||||
// FirmwareAsset is a firmware asset.
|
// FirmwareAsset is a firmware asset.
|
||||||
|
Loading…
Reference in New Issue
Block a user