Skip to content
DocsTry Aspire
DocsTry

KindClusterResource.addManifest

Method
📦 CommunityToolkit.Aspire.Hosting.Kind v13.5.1-beta.736
interface KindClusterResource {
// ... omitted for brevity
addManifest(
name: string,
manifestPath: string): K8sManifestResource;
}

Signature

methodaddManifestbuilder
Adds a Kubernetes manifest to be applied to the Kind cluster via `kubectl apply`.
addManifest(
name: string,
manifestPath: string): K8sManifestResource
namestring
manifestPathstring
K8sManifestResource

Defined on

This method is defined on the following type: