Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 469 Bytes

File metadata and controls

20 lines (14 loc) · 469 Bytes

Kubevirt::V1beta1DataVolumeSourceGCS

Properties

Name Type Description Notes
secret_ref String SecretRef provides the secret reference needed to access the GCS source [optional]
url String URL is the url of the GCS source [default to '']

Example

require 'kubevirt'

instance = Kubevirt::V1beta1DataVolumeSourceGCS.new(
  secret_ref: null,
  url: null
)