Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 2.98 KB

V1EmptyDiskSource.md

File metadata and controls

18 lines (12 loc) · 2.98 KB

Kubevirt::V1EmptyDiskSource

Properties

Name Type Description Notes
capacity String Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the &quot;&quot; case in <decimalSI>.) <digit> ::= 0 1

Example

require 'kubevirt'

instance = Kubevirt::V1EmptyDiskSource.new(
  capacity: null
)