Documentation
¶
Overview ¶
Code generated by "mdtogo"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplySettersExamples = `` /* 2442-byte string literal not displayed */
View Source
var ApplySettersLong = `
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: apply-setters-func-config
data:
setter_name1: setter_value1
setter_name2: setter_value2
` + "`" + `apply-setters` + "`" + ` function performs the following steps when invoked:
1. Searches for the field values tagged by setter comments.
2. Updates the field value fully or partially with the corresponding input setter values.
`
View Source
var ApplySettersShort = `` /* 807-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.