1 instantiation of LocalVolumeSourceV1
Aspire.Hosting.Kubernetes (1)
Resources\PersistentVolumeSpecV1.cs (1)
67
public LocalVolumeSourceV1 Local { get; set; } =
new
();
2 references to LocalVolumeSourceV1
Aspire.Hosting.Kubernetes (2)
Resources\PersistentVolumeSpecV1.cs (2)
63
/// represented by the <see cref="
LocalVolumeSourceV1
" /> type. Local volumes are backed
67
public
LocalVolumeSourceV1
Local { get; set; } = new();