1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-23 05:57:13 +00:00
rke/addons/metrics.go

9 lines
238 B
Go
Raw Normal View History

2018-07-17 18:19:08 +00:00
package addons
import "github.com/rancher/rke/templates"
func GetMetricsServerManifest(MetricsServerConfig interface{}) (string, error) {
return templates.CompileTemplateFromMap(templates.MetricsServerTemplate, MetricsServerConfig)
}