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