1 instantiation of HostPathVolumeSourceV1
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
262podVolume.HostPath = new()
2 references to HostPathVolumeSourceV1
Aspire.Hosting.Kubernetes (2)
Resources\PersistentVolumeSpecV1.cs (1)
68public HostPathVolumeSourceV1? HostPath { get; set; }
Resources\VolumeV1.cs (1)
43public HostPathVolumeSourceV1? HostPath { get; set; }