Documentation ¶
Overview ¶
Code generated by "mdtogo"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FnExamples = `` /* 342-byte string literal not displayed */
View Source
var FnLong = `` /* 389-byte string literal not displayed */
View Source
var FnShort = `Generate, transform, and validate configuration files.`
View Source
var RunExamples = `
# read the Resources from DIR, provide them to a container my-fun as input,
# write my-fn output back to DIR
kpt fn run DIR/ --image gcr.io/example.com/my-fn
# provide the my-fn with an input ConfigMap containing ` + "`" + `data: {foo: bar}` + "`" + `
kpt fn run DIR/ --image gcr.io/example.com/my-fn:v1.0.0 -- foo=bar
# run the functions in FUNCTIONS_DIR against the Resources in DIR
kpt fn run DIR/ --fn-path FUNCTIONS_DIR/
# discover functions in DIR and run them against Resource in DIR.
# functions may be scoped to a subset of Resources -- see ` + "`" + `kpt help fn run` + "`" + `
kpt fn run DIR/
`
View Source
var RunLong = `
kpt fn run DIR [flags]
If the container exits with non-zero status code, run will fail and print the
container ` + "`" + `STDERR` + "`" + `.
DIR:
Path to a package directory. Defaults to stdin if unspecified.
`
View Source
var RunShort = `Locally execute one or more functions in containers`
View Source
var SinkExamples = `` /* 136-byte string literal not displayed */
View Source
var SinkLong = `
kpt fn sink [DIR]
DIR:
Path to a package directory. Defaults to stdout if unspecified.
`
View Source
var SinkShort = `Explicitly specify an output sink for a function`
View Source
var SourceExamples = `` /* 221-byte string literal not displayed */
View Source
var SourceLong = `
kpt fn source [DIR...]
DIR:
Path to a package directory. Defaults to stdin if unspecified.
`
View Source
var SourceShort = `Explicitly specify an output source for a function`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.