Unpin kyaml, cmd/config and api.

This commit is contained in:
monopole
2021-02-28 10:26:07 -08:00
parent cfa7645d3b
commit be8d60fb9f
66 changed files with 350 additions and 264 deletions

View File

@@ -1,9 +1,7 @@
// Code generated by "mdtogo"; DO NOT EDIT.
package api
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
@@ -63,8 +61,8 @@ Example:
annotations:
config.kubernetes.io/local-config: "true"`
var FunctionsImplShort=`Following is an example for implementing an nginx abstraction using a configuration`
var FunctionsImplLong=`# Running Configuration Functions using kustomize CLI
var FunctionsImplShort = `Following is an example for implementing an nginx abstraction using a configuration`
var FunctionsImplLong = `# Running Configuration Functions using kustomize CLI
Configuration functions can be implemented using any toolchain and invoked using any
container workflow orchestrator including Tekton, Cloud Build, or run directly using ` + "`" + `docker run` + "`" + `.
@@ -233,8 +231,8 @@ The function is invoked using byrunning ` + "`" + `kustomize config run dir/` +
app: nginx
instance: my-instance`
var FunctionsSpecShort=`_Configuration functions_ enable shift-left practices (client-side) through:`
var FunctionsSpecLong=`# Configuration Functions Specification
var FunctionsSpecShort = `_Configuration functions_ enable shift-left practices (client-side) through:`
var FunctionsSpecLong = `# Configuration Functions Specification
This document specifies a standard for client-side functions that operate on
Kubernetes declarative configurations. This standard enables creating
@@ -411,7 +409,7 @@ A non-zero exit code indicates a failure.
[2]: https://tools.ietf.org/html/rfc2119
[3]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#types-kinds`
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.
@@ -503,7 +501,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