1 write to Type
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2419
Type
= type,
5 references to Type
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2445
if (builder.Resource.Annotations.OfType<ProbeAnnotation>().SingleOrDefault(a => a.
Type
== probeAnnotation.
Type
) is { } existingAnnotation)
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
496
containerAppProbe.ProbeType = probeAnnotation.
Type
switch
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
316
.OrderBy(probeAnnotation => probeAnnotation.
Type
== ProbeType.Liveness ? 0 : 1)
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
262
Probes.Add((probeAnnotation.
Type
, probe));