Versions in this module Expand all Collapse all v0 v0.47.1 Aug 20, 2018 v0.45.1 Jul 25, 2018 Changes in this version + type Client struct + func New(rs *resource.Spec) *Client + func (c *Client) Process(res resource.Resource, 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)