Skip to content
DocsTry Aspire
DocsTry

KindDeployedResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindDeployedResource
extends IResource,
IResourceWithParent,
KindClusterResource]],
IResourceWithWaitSupport {
withNamespace(namespace: string): KindDeployedResource;
}

Methods

methodwithNamespacebuilder
Sets the Kubernetes namespace for the deployment.
withNamespace(namespace: string): KindDeployedResource
namespacestring
KindDeployedResource