Share via


VolumeClaimSpec.DataSource Property

Definition

This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.

public Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference DataSource { get; set; }
member this.DataSource : Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference with get, set
Public Property DataSource As LocalKubernetesReference

Property Value

Applies to