Fixed a wrong path and run make generate

This commit is contained in:
Naoki Oketani
2019-12-16 12:57:15 +09:00
parent 75e9079baa
commit 6fbab07df5
8 changed files with 44 additions and 43 deletions

View File

@@ -1,10 +1,9 @@
// 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
@@ -286,7 +285,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
@@ -344,7 +343,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.
@@ -436,7 +435,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