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.9.0-alpha.2
- Published
- Nov 1, 2017
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 5 minutes ago –
Tools for package owners.