3 references to KubernetesIngressExtensions
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesIngressExtensions.cs (1)
28
/// for Containers), call <see cref="
KubernetesIngressExtensions
.WithIngressClass(IResourceBuilder{KubernetesIngressResource}, string)"/> with the
Aspire.Hosting.Kubernetes (2)
KubernetesIngressResource.cs (2)
16
/// Create an ingress using <see cref="
KubernetesIngressExtensions
.AddIngress"/> and configure
17
/// path rules using <see cref="
KubernetesIngressExtensions
.WithPath(IResourceBuilder{KubernetesIngressResource}, string, EndpointReference, IngressPathType)"/>.