loadUrl() function
export declare function loadUrl(url: RequestInfo, options?: LoadOptions & RequestInit): () => Promise<Manifest[]>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| url | RequestInfo | URL to a Kubernetes YAML file. |
| options | LoadOptions & RequestInit | (Optional) LoadOptions and node-fetch options |
() => Promise<Manifest[]>