Versions in this module Expand all Collapse all v0 v0.1.0 Dec 6, 2018 Changes in this version + var TmplDefaultOpts = TmplOpt + func NoFilterFn(obj *runtime.Object) error + type FilterFn func(obj *runtime.Object) error + type Tmpl struct + Objects []runtime.Object + Raw []byte + RestClient rest.Interface + Source *v1template.Template + func FromReader(restConfig *rest.Config, reader io.Reader) (*Tmpl, error) + func New(restConfig *rest.Config, data []byte) (*Tmpl, error) + func (t *Tmpl) Bootstrap(restConfig *rest.Config, opts TmplOpt) error + func (t *Tmpl) CopyObjects(filter FilterFn, objects *[]runtime.Object) + func (t *Tmpl) GetObjects(filter FilterFn) []runtime.Object + func (t *Tmpl) Process(params map[string]string, ns string) error + type TmplOpt struct + ApiGroup string + ApiKind string + ApiMimetype string + ApiPath string + ApiResource string + ApiVersion string