Reads the YAML document from a URL and parses multiple YAML documents separated by --- as expected in a Kubernetes manifest file Note: The file from the URL is not validated, so user must ensure the URL contains a valid manifest.
---
YAML document URL
a list of parsed YAML documents
Reads the YAML document from a URL and parses multiple YAML documents separated by
---
as expected in a Kubernetes manifest file Note: The file from the URL is not validated, so user must ensure the URL contains a valid manifest.