2 instantiations of new
Aspire.Hosting.Kubernetes (2)
Extensions\ResourceExtensions.cs (1)
192
podVolume.HostPath =
new
()
Resources\PersistentVolumeSpecV1.cs (1)
56
public HostPathVolumeSourceV1 HostPath { get; set; } =
new
();
2 references to new
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; }