Versions in this module Expand all Collapse all v1 v1.5.11 Jun 3, 2026 Changes in this version + type Object struct + func (o *Object) AsUnstructured() (*unstructured.Unstructured, error) + type ObjectList struct + Items []*Object + func (o *ObjectList) AsUnstructured() ([]*unstructured.Unstructured, error) + type Parser struct + IncludeLocalConfig bool + func (p Parser) AsObjectList(resources map[string]string) (*ObjectList, error) + func (p Parser) AsUnstructureds(resources map[string]string) ([]*unstructured.Unstructured, error) v1.5.10-test Jun 3, 2026