Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: