Skip to content
DocsTry Aspire
DocsTry

addManifestFromContent

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

Signature

methodaddManifestFromContentbuilder
Adds Kubernetes manifest content to be applied to the Kind cluster via `kubectl apply -f -`.
addManifestFromContent(
name: string,
content: string): K8sManifestResource
namestring
contentstring
K8sManifestResource

Applies to

This method applies to the following types: