KindEnvironmentResource
Classsealednet10.0
A surrogate resource that provides Kind cluster configuration for a
Kubernetes.KubernetesEnvironmentResource. Created by the WithKind() extension method. namespace Aspire.Hosting.ApplicationModel;
public sealed class KindEnvironmentResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IKindResource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Kubernetes.KubernetesEnvironmentResource>{ // ...}Constructors1
Section titled ConstructorsKindEnvironmentResource(string, KubernetesEnvironmentResource) Initializes a new instance of the
KindEnvironmentResource class. Properties2
Section titled PropertiesKubeconfigPathgetstring Gets the path to the kubeconfig file for this Kind cluster.
ParentgetKubernetesEnvironmentResource Gets the parent
Kubernetes.KubernetesEnvironmentResource.