diff --git a/src/Aspire.Hosting.Kubernetes/KubernetesGatewayExtensions.cs b/src/Aspire.Hosting.Kubernetes/KubernetesGatewayExtensions.cs index 489ef7a27f1..6d7df8a3cfd 100644 --- a/src/Aspire.Hosting.Kubernetes/KubernetesGatewayExtensions.cs +++ b/src/Aspire.Hosting.Kubernetes/KubernetesGatewayExtensions.cs @@ -2,8 +2,9 @@ // The .NET Foundation licenses this file to you under the MIT license. using Aspire.Hosting.ApplicationModel; +using Aspire.Hosting.Kubernetes; -namespace Aspire.Hosting.Kubernetes; +namespace Aspire.Hosting; /// /// Provides extension methods for configuring Kubernetes Gateway API resources in the Aspire application model. diff --git a/src/Aspire.Hosting.Kubernetes/KubernetesIngressExtensions.cs b/src/Aspire.Hosting.Kubernetes/KubernetesIngressExtensions.cs index c7c1cbe7b11..25e2fceb3ae 100644 --- a/src/Aspire.Hosting.Kubernetes/KubernetesIngressExtensions.cs +++ b/src/Aspire.Hosting.Kubernetes/KubernetesIngressExtensions.cs @@ -2,8 +2,9 @@ // The .NET Foundation licenses this file to you under the MIT license. using Aspire.Hosting.ApplicationModel; +using Aspire.Hosting.Kubernetes; -namespace Aspire.Hosting.Kubernetes; +namespace Aspire.Hosting; /// /// Provides extension methods for configuring Kubernetes Ingress resources in the Aspire application model.