type RunFns …
func (r RunFns) Execute() error { … }
func (r RunFns) getNodesAndFilters() (
*kio.PackageBuffer, []kio.Filter, *kio.LocalPackageReadWriter, error) { … }
func (r RunFns) getFilters(nodes []*yaml.RNode) ([]kio.Filter, error) { … }
func (r RunFns) runFunctions(
input kio.Reader, output kio.Writer, fltrs []kio.Filter) error { … }
func (r RunFns) getFunctionsFromInput(nodes []*yaml.RNode) ([]kio.Filter, error) { … }
func (r RunFns) getFunctionsFromFunctionPaths() ([]kio.Filter, error) { … }
func (r RunFns) getFunctionsFromFunctions() ([]kio.Filter, error) { … }
func (r RunFns) mergeContainerEnv(envs []string) []string { … }
func (r RunFns) getFunctionFilters(global bool, fns ...*yaml.RNode) (
[]kio.Filter, error) { … }
func sortFns(buff *kio.PackageBuffer) error { … }
func (r *RunFns) init() { … }
type currentUserFunc …
func getUIDGID(asCurrentUser bool, currentUser currentUserFunc) (string, error) { … }
func (r *RunFns) ffp(spec runtimeutil.FunctionSpec, api *yaml.RNode, currentUser currentUserFunc) (kio.Filter, error) { … }