File: KubernetesPublisherOptions.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. namespace Aspire.Hosting.Kubernetes; /// <summary> /// Options which control generation of Kubernetes artifacts. /// </summary> public sealed class KubernetesPublisherOptions { } |