Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 312 Bytes

V1KernelInfo.md

File metadata and controls

18 lines (12 loc) · 312 Bytes

Kubevirt::V1KernelInfo

Properties

Name Type Description Notes
checksum Integer Checksum is the checksum of the kernel image [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1KernelInfo.new(
  checksum: null
)