Revert "Fixed a wrong path and run make generate"

This commit is contained in:
Phillip Wittrock
2019-12-16 09:29:22 -08:00
committed by GitHub
parent 2fc224c2ff
commit 53db9b8de4
8 changed files with 43 additions and 44 deletions

View File

@@ -1,9 +1,10 @@
// Copyright 2019 The Kubernetes Authors.
// SPDX-License-Identifier: Apache-2.0
// Code generated by "mdtogo"; DO NOT EDIT.
package api
var ConfigFnLong=`# Configuration Functions API Semantics
var ConfigFnLong = `# Configuration Functions API Semantics
Configuration Functions are functions packaged as executables in containers which enable
**shift-left practices**. They configure applications and infrastructure through
@@ -285,7 +286,7 @@ Following is an example of running the ` + "`" + `kustomize config run` + "`" +
app: nginx
instance: my-instance`
var ConfigIoLong=`# Configuration IO API Semantics
var ConfigIoLong = `# Configuration IO API Semantics
Resource Configuration may be read / written from / to sources such as directories,
stdin|out or network. Tools may be composed using pipes such that the tools writing
@@ -343,7 +344,7 @@ Example:
annotations:
config.kubernetes.io/local-config: "true"`
var Merge2Long=`# Merge (2-way)
var Merge2Long = `# Merge (2-way)
2-way merges fields from a source to a destination, overriding the destination fields
where they differ.
@@ -435,7 +436,7 @@ var Merge2Long=`# Merge (2-way)
- name: sidecar2
image: sidecar2:v1`
var Merge3Long=`# Merge (3-way)
var Merge3Long = `# Merge (3-way)
3-way merge identifies changes between an original source + updated source and merges the result
into a destination, overriding the destination fields where they have changed between