2 references to IngressProfileTypeFullName
Aspire.Hosting.Azure.Kubernetes (2)
AksPreviewIngressProfileInjector.cs (2)
176
if (ipInstance.GetType().FullName !=
IngressProfileTypeFullName
)
178
throw new InvalidOperationException($"Expected IngressProfile to be a {
IngressProfileTypeFullName
} but found {ipInstance.GetType().FullName}.");