Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 670 Bytes

V1beta1DataVolumeSourceS3.md

File metadata and controls

22 lines (16 loc) · 670 Bytes

Kubevirt::V1beta1DataVolumeSourceS3

Properties

Name Type Description Notes
cert_config_map String CertConfigMap is a configmap reference, containing a Certificate Authority(CA) public key, and a base64 encoded pem certificate [optional]
secret_ref String SecretRef provides the secret reference needed to access the S3 source [optional]
url String URL is the url of the S3 source [default to '']

Example

require 'kubevirt'

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