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) { // ... }}Parameters
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.