Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ConfigMapConfigFileName file name of the ConfigMap for the 'config' configuration ConfigMapConfigFileName = "config-cm.yaml" // ConfigMapPluginsFileName file name of the ConfigMap for the 'plugins' configuration ConfigMapPluginsFileName = "plugins-cm.yaml" // ConfigKey the name of key in the ConfigMap for the configuration of the `config` ConfigKey = "config.yaml" // PluginsKey the name of key in the ConfigMap for the configuration of the `plugins` PluginsKey = "plugins.yaml" )
Variables ¶
This section is empty.
Functions ¶
func EvaluateTemplate ¶
func EvaluateTemplate(templateText string, requirements *jxcore.RequirementsConfig) (string, error)
EvaluateTemplate evaluates the go template for the given value
Types ¶
Click to show internal directories.
Click to hide internal directories.