Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 478 Bytes

File metadata and controls

18 lines (12 loc) · 478 Bytes

Kubevirt::V1PersistentReservationConfiguration

Properties

Name Type Description Notes
enabled Boolean Enabled controls the deployment of additional resources like the pr-helper container for enabling the use of the SCSI persistent reservation VMs, defaults to False. [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1PersistentReservationConfiguration.new(
  enabled: null
)