2 writes to RunModeHostPathResolver
Aspire.Hosting.Kubernetes (2)
KubernetesPersistentVolumeExtensions.cs (2)
271
RunModeHostPathResolver
= context =>
435
RunModeHostPathResolver
= context =>
5 references to RunModeHostPathResolver
Aspire.Hosting (5)
ApplicationModel\VolumeMountBindingAnnotation.cs (5)
27
/// <see cref="
RunModeHostPathResolver
"/> lets a compute environment supply the local directory that backs
36
/// <see cref="
RunModeHostPathResolver
"/> when it has one, and otherwise takes the last sibling that does.
103
var resolver =
RunModeHostPathResolver
?? context.Resource.Annotations
106
annotation.
RunModeHostPathResolver
is not null &&
108
?.
RunModeHostPathResolver
;