Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 368 Bytes

File metadata and controls

18 lines (12 loc) · 368 Bytes

Kubevirt::V1ReloadableComponentConfiguration

Properties

Name Type Description Notes
rest_client V1RESTClientConfiguration [optional]

Example

require 'kubevirt'

instance = Kubevirt::V1ReloadableComponentConfiguration.new(
  rest_client: null
)