type FunctionFilter …
func (c FunctionFilter) GetExit() error { … }
const functionsDirectoryName …
func (c *FunctionFilter) getFunctionScope() (string, error) { … }
func (c *FunctionFilter) scope(dir string, nodes []*yaml.RNode) ([]*yaml.RNode, []*yaml.RNode, error) { … }
func (c *FunctionFilter) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) { … }
func (c *FunctionFilter) setIds(nodes []*yaml.RNode) error { … }
func (c *FunctionFilter) copyCommentsAndSyncOrder(nodes []*yaml.RNode) error { … }
func (c *FunctionFilter) doResults(r *kio.ByteReader) error { … }