Versions in this module Expand all Collapse all v0 v0.7.0 Jan 20, 2026 Changes in this version + type Resource struct + Json []byte + Kind string + Metadata map[string]interface{} + Name string + Spec map[string]interface{} + Version string + func FromFile(path string, strict bool) ([]Resource, error) + func FromFolder(path string, strict, recursive bool) ([]Resource, error) + func FromYamlByte(data []byte, strict bool) ([]Resource, error) + func (r *Resource) PrintPreservingOriginalFieldOrder() error + func (r *Resource) UnmarshalJSON(data []byte) error + func (r Resource) MarshalJSON() ([]byte, error) + func (r Resource) String() string + func (r Resource) StringFromMetadata(key string) (string, error)