Skip to content
DocsTry Aspire
DocsTry

K8sManifestResource Constructors

ClassConstructors1 member
A Kubernetes manifest applied to a Kind cluster via kubectl apply.
Constructor(string, string, KindClusterResource)Section titled Constructor(string, string, KindClusterResource)
A Kubernetes manifest applied to a Kind cluster via kubectl apply.
public class K8sManifestResource
{
public K8sManifestResource(
string name,
string manifestPath,
KindClusterResource parent)
{
// ...
}
}
namestringThe name of the resource.
manifestPathstring Absolute path to a Kubernetes manifest file or directory of manifest files, or <inline> for manifests provided via standard input.
parentKindClusterResourceThe parent Kind cluster resource.