3 instantiations of HostPathVolumeSourceV1
Aspire.Hosting.Kubernetes (3)
Extensions\ResourceExtensions.cs (2)
195
podVolume.HostPath =
new
()
379
newPv.Spec.HostPath =
new
()
Resources\PersistentVolumeSpecV1.cs (1)
56
public HostPathVolumeSourceV1 HostPath { get; set; } =
new
();
2 references to HostPathVolumeSourceV1
Aspire.Hosting.Kubernetes (2)
Resources\PersistentVolumeSpecV1.cs (1)
56
public
HostPathVolumeSourceV1
HostPath { get; set; } = new();
Resources\VolumeV1.cs (1)
43
public
HostPathVolumeSourceV1
? HostPath { get; set; }