| File: Annotations\KubernetesEnvironmentAnnotation.cs | Web Access |
| Project: src\src\Aspire.Hosting.Kubernetes\Aspire.Hosting.Kubernetes.csproj (Aspire.Hosting.Kubernetes) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Aspire.Hosting.ApplicationModel; namespace Aspire.Hosting.Kubernetes; /// <summary> /// Identifies a compute environment resource as being backed by a Kubernetes environment. /// </summary> public sealed class KubernetesEnvironmentAnnotation : IResourceAnnotation { }