mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
cmd/config: mark config command group as [Alpha]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## cat
|
||||
|
||||
Print Resource Config from a local directory.
|
||||
[Alpha] Print Resource Config from a local directory.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Print Resource Config from a local directory.
|
||||
[Alpha] Print Resource Config from a local directory.
|
||||
|
||||
DIR:
|
||||
Path to local directory.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## count
|
||||
|
||||
Count Resources Config from a local directory.
|
||||
[Alpha] Count Resources Config from a local directory.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Count Resources Config from a local directory.
|
||||
[Alpha] Count Resources Config from a local directory.
|
||||
|
||||
DIR:
|
||||
Path to local directory.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## fmt
|
||||
|
||||
Format yaml configuration files.
|
||||
[Alpha] Format yaml configuration files.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Format yaml configuration files.
|
||||
[Alpha] Format yaml configuration files.
|
||||
|
||||
Fmt will format input by ordering fields and unordered list items in Kubernetes
|
||||
objects. Inputs may be directories, files or stdin, and their contents must
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## grep
|
||||
|
||||
Search for matching Resources in a directory or from stdin
|
||||
[Alpha] Search for matching Resources in a directory or from stdin
|
||||
|
||||
### Synopsis
|
||||
|
||||
Search for matching Resources in a directory or from stdin.
|
||||
[Alpha] Search for matching Resources in a directory or from stdin.
|
||||
|
||||
QUERY:
|
||||
Query to match expressed as 'path.to.field=value'.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## merge
|
||||
|
||||
Merge Resource configuration files
|
||||
[Alpha] Merge Resource configuration files
|
||||
|
||||
### Synopsis
|
||||
|
||||
Merge Resource configuration files
|
||||
[Alpha] Merge Resource configuration files
|
||||
|
||||
Merge reads Kubernetes Resource yaml configuration files from stdin or sources packages and write
|
||||
the result to stdout or a destination package.
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## run-fns
|
||||
|
||||
Apply config functions to Resources.
|
||||
[Alpha] Reoncile config functions to Resources.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Apply config functions to Resources.
|
||||
[Alpha] Reconcile config functions to Resources.
|
||||
|
||||
run-fns sequentially invokes all config functions in the directly, providing Resources
|
||||
in the directory as input to the first function, and writing the output of the last
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
## tree
|
||||
|
||||
Display Resource structure from a directory or stdin.
|
||||
[Alpha] Display Resource structure from a directory or stdin.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Display Resource structure from a directory or stdin.
|
||||
[Alpha] Display Resource structure from a directory or stdin.
|
||||
|
||||
kyaml tree may be used to print Resources in a directory or cluster, preserving structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user