Uses of Class
kubevirt.io.V1alpha1DataVolumeSourceS3
-
Packages that use V1alpha1DataVolumeSourceS3 Package Description kubevirt.io -
-
Uses of V1alpha1DataVolumeSourceS3 in kubevirt.io
Fields in kubevirt.io declared as V1alpha1DataVolumeSourceS3 Modifier and Type Field Description private V1alpha1DataVolumeSourceS3
V1alpha1DataVolumeSource. s3
Methods in kubevirt.io that return V1alpha1DataVolumeSourceS3 Modifier and Type Method Description V1alpha1DataVolumeSourceS3
V1alpha1DataVolumeSource. getS3()
Get s3V1alpha1DataVolumeSourceS3
V1alpha1DataVolumeSourceS3. secretRef(java.lang.String secretRef)
V1alpha1DataVolumeSourceS3
V1alpha1DataVolumeSourceS3. url(java.lang.String url)
Methods in kubevirt.io with parameters of type V1alpha1DataVolumeSourceS3 Modifier and Type Method Description V1alpha1DataVolumeSource
V1alpha1DataVolumeSource. s3(V1alpha1DataVolumeSourceS3 s3)
void
V1alpha1DataVolumeSource. setS3(V1alpha1DataVolumeSourceS3 s3)
-