Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualArrays ¶
func LogTraceAsYaml ¶
func LogTraceAsYaml(identifier string, i interface{})
LogTraceAsYaml logs anything as YAML when trace logging is enabled
func Project ¶
func Project() string
Project returns project's name. TODO: Should be loaded from namespace labels..
func RegistrySecrets ¶
func RegistrySecrets() string
Types ¶
type ConfigMapGenerator ¶
type ConfigMapGenerator struct { // Name of configMap (required) Name string // FileSources to derive the configMap from (optional) FileSources []string // AppendHash; if true, derive a hash from the ConfigMap and append it to the name AppendHash bool }
ConfigMapGenerator supports stable generation of a configMap.
Click to show internal directories.
Click to hide internal directories.