package template
import "k8s.io/kubernetes/pkg/util/template"
Index ¶
- func ExecuteTemplate(w io.Writer, templateText string, data interface{}) error
- func ExecuteTemplateToString(templateText string, data interface{}) (string, error)
Functions ¶
func ExecuteTemplate ¶
ExecuteTemplate executes templateText with data and output written to w.
func ExecuteTemplateToString ¶
ExecuteTemplateToString executes templateText with data and output written to string.
Source Files ¶
template.go
- Version
- v1.12.7
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 18 seconds ago –
Tools for package owners.