Skip to content
DocsTry Aspire
DocsTry

K8sManifestResource

Handle
📦 CommunityToolkit.Aspire.Hosting.K3s v13.5.0
interface K8sManifestResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithParent,
K3sClusterResource]],
IResourceWithProbes,
IResourceWithWaitSupport {
readonly parent: K3sClusterResource;
readonly path: string;
}

Properties

propertyparentK3sClusterResourceget
Gets the Parent property
propertypathstringget
Gets the absolute host path to the YAML file, plain directory, or Kustomize directory that contains the manifests to apply.