generated

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL