Documentation ¶
Overview ¶
Code generated by "mdtogo"; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AnnotateExamples = `` /* 400-byte string literal not displayed */
View Source
var AnnotateLong = `
kpt cfg annotate DIR --kv KEY=VALUE...
Args:
DIR:
Path to a package directory
`
View Source
var AnnotateShort = `Set an annotation on one or more resources`
View Source
var CatExamples = `
# print Resource config from a directory
kpt cfg cat my-dir/
`
View Source
var CatLong = `
kpt cfg cat DIR
DIR:
Path to a package directory
`
View Source
var CatShort = `Print the resources in a package`
View Source
var CfgExamples = `` /* 740-byte string literal not displayed */
View Source
var CfgLong = `
| Reads From | Writes To |
|-------------------------|--------------------------|
| local files or stdin | local files or stdout |
The ` + "`" + `cfg` + "`" + ` command group contains subcommands which read and write
local YAML files. They are focused on providing porcelain on top
of workflows which would otherwise require viewing and editing YAML
directly.
Many cfg subcommands may also read from STDIN, allowing them to be paired
with other tools such as ` + "`" + `kubectl get` + "`" + `.
`
View Source
var CfgShort = `Display and modify JSON or YAML configuration`
View Source
var CountExamples = `` /* 152-byte string literal not displayed */
View Source
var CountLong = `
kpt cfg count [DIR]
DIR:
Path to a package directory. Defaults to stdin if unspecified.
`
View Source
var CountShort = `Print resource counts for a package`
View Source
var CreateSetterExamples = `` /* 882-byte string literal not displayed */
View Source
var CreateSetterLong = `` /* 347-byte string literal not displayed */
View Source
var CreateSetterShort = `Create a setter for one or more field`
View Source
var CreateSubstExamples = `` /* 1308-byte string literal not displayed */
View Source
var CreateSubstLong = `` /* 674-byte string literal not displayed */
View Source
var CreateSubstShort = `Create a substitution for one or more fields`
View Source
var DeleteSetterExamples = `
# delete a setter replicas
kpt cfg delete-setter DIR/ replicas
`
View Source
var DeleteSetterLong = `` /* 142-byte string literal not displayed */
View Source
var DeleteSetterShort = `Delete a setter`
View Source
var DeleteSubstExamples = `
# delete a substitution image-tag
kpt cfg delete-subst DIR/ image-tag
`
View Source
var DeleteSubstLong = `` /* 148-byte string literal not displayed */
View Source
var DeleteSubstShort = `Delete a substitution`
View Source
var FmtExamples = `` /* 298-byte string literal not displayed */
View Source
var FmtLong = `
kpt cfg fmt [DIR]
DIR:
Path to a package directory. Reads from STDIN if not provided.
`
View Source
var FmtShort = `Format configuration files`
View Source
var GrepExamples = `` /* 423-byte string literal not displayed */
View Source
var GrepLong = `` /* 405-byte string literal not displayed */
View Source
var GrepShort = `Filter resources by their field values`
View Source
var ListSettersExamples = `` /* 190-byte string literal not displayed */
View Source
var ListSettersLong = `` /* 136-byte string literal not displayed */
View Source
var ListSettersShort = `List setters for a package`
View Source
var SetExamples = `` /* 536-byte string literal not displayed */
View Source
var SetLong = `` /* 491-byte string literal not displayed */
View Source
var SetShort = `Set one or more field values`
View Source
var TreeExamples = `` /* 1031-byte string literal not displayed */
View Source
var TreeLong = `` /* 647-byte string literal not displayed */
View Source
var TreeShort = `Render resources using a tree structure`
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.