Versions in this module Expand all Collapse all v0 v0.63.3 Jan 28, 2020 Changes in this version + type Client struct + func New(rs *resources.Spec) *Client + func (c *Client) Process(res resources.ResourceTransformer, options Options) (resource.Resource, error) + type Options struct + Config string + NoMap bool + Parser string + Stringifier string + Syntax string + Use string + func DecodeOptions(m map[string]interface{}) (opts Options, err error)