Skip to content
DocsTry Aspire
DocsTry

KindEnvironmentResource Properties

ClassProperties2 members
A surrogate resource that provides Kind cluster configuration for a Kubernetes.KubernetesEnvironmentResource. Created by the WithKind() extension method.
KubeconfigPathSection titled KubeconfigPathstring
Gets the path to the kubeconfig file for this Kind cluster.
public string KubeconfigPath { get; }
ParentSection titled ParentKubernetesEnvironmentResource
Gets the parent Kubernetes.KubernetesEnvironmentResource.
public KubernetesEnvironmentResource Parent { get; }