| 1347 | } |
| 1348 | |
| 1349 | type ProvisionerParser struct { |
| 1350 | WithAnnotations bool |
| 1351 | out []byte |
| 1352 | } |
| 1353 | |
| 1354 | func (p *ProvisionerParser) Parse(tpl *template.Template) error { |
| 1355 | if p.out == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected