Documentation
¶
Overview ¶
Code generated by "mdtogo"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplySettersExamples = `` /* 1847-byte string literal not displayed */
View Source
var ApplySettersLong = `
Setters are a safer alternative to other substitution techniques which do not
have the context of the structured data. Setters may be invoked to modify the
package resources using ` + "`" + `apply-setters` + "`" + ` function to set desired values.
We use ConfigMap to configure the ` + "`" + `apply-setters` + "`" + ` function. The desired setter
values are provided as key-value pairs using ` + "`" + `data` + "`" + ` field where key is the name of the
setter and value is the new desired value for the setter.
apiVersion: v1
kind: ConfigMap
metadata:
name: my-func-config
data:
setter_name1: setter_value1
setter_name2: setter_value2
`
View Source
var ApplySettersShort = `Apply setter values on resource fields. Setters serve as parameters for template-free
setting of field values.`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.