loadFile() function
export declare function loadFile(path: string, options?: LoadOptions): () => Promise<Manifest[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| path | string | Path to a Kubernetes YAML file. | 
| options | LoadOptions | (Optional) | 
() => Promise<Manifest[]>