()
| 670 | } |
| 671 | |
| 672 | podTemplates() { |
| 673 | return new Funnel(this.trees.app, { |
| 674 | include: this._podTemplatePatterns(), |
| 675 | exclude: ['templates/**/*'], |
| 676 | destDir: this.name, |
| 677 | annotation: 'Funnel: Pod Templates', |
| 678 | }); |
| 679 | } |
| 680 | |
| 681 | _templatesTree() { |
| 682 | if (!this._cachedTemplateTree) { |
no test coverage detected