Uses of Class
kubevirt.io.V1TypedLocalObjectReference
-
Packages that use V1TypedLocalObjectReference Package Description kubevirt.io -
-
Uses of V1TypedLocalObjectReference in kubevirt.io
Fields in kubevirt.io declared as V1TypedLocalObjectReference Modifier and Type Field Description private V1TypedLocalObjectReference
V1PersistentVolumeClaimSpec. dataSource
Methods in kubevirt.io that return V1TypedLocalObjectReference Modifier and Type Method Description V1TypedLocalObjectReference
V1TypedLocalObjectReference. apiGroup(java.lang.String apiGroup)
V1TypedLocalObjectReference
V1PersistentVolumeClaimSpec. getDataSource()
This field requires the VolumeSnapshotDataSource alpha feature gate to be enabled and currently VolumeSnapshot is the only supported data source.V1TypedLocalObjectReference
V1TypedLocalObjectReference. kind(java.lang.String kind)
V1TypedLocalObjectReference
V1TypedLocalObjectReference. name(java.lang.String name)
Methods in kubevirt.io with parameters of type V1TypedLocalObjectReference Modifier and Type Method Description V1PersistentVolumeClaimSpec
V1PersistentVolumeClaimSpec. dataSource(V1TypedLocalObjectReference dataSource)
void
V1PersistentVolumeClaimSpec. setDataSource(V1TypedLocalObjectReference dataSource)
-