KubernetesEnvironmentExtensions
Class static net10.0
Provides extension methods for adding Kubernetes environment resources to the application model.
namespace Aspire.Hosting;
public static class KubernetesEnvironmentExtensions{ // ...}Methods2
Section titled MethodsAddKubernetesEnvironment(IDistributedApplicationBuilder, string)extensionIResourceBuilder<KubernetesEnvironmentResource> Adds a Kubernetes environment to the application model.
WithProperties(IResourceBuilder<KubernetesEnvironmentResource>, Action<KubernetesEnvironmentResource>)extensionIResourceBuilder<KubernetesEnvironmentResource> Allows setting the properties of a Kubernetes environment resource.