pub fn parse_yaml(content: &str) -> Result<Vec<Object>, YamlParseError>
Parse a YAML string containing one or more Kubernetes objects.