-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## kubedb compare | ||
|
||
Compare summary reports | ||
|
||
### Synopsis | ||
|
||
|
||
Compare summary reports | ||
|
||
``` | ||
kubedb compare [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for compare | ||
--output string Directory used to store summary report | ||
--show If true, comparison result will be printed. (default true) | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--analytics Send events to Google Analytics (default true) | ||
--kube-context string name of the kubeconfig context to use | ||
``` | ||
|
||
### SEE ALSO | ||
* [kubedb](kubedb.md) - Controls kubedb objects | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## kubedb summarize | ||
|
||
Export summary report | ||
|
||
### Synopsis | ||
|
||
|
||
Export summary report | ||
|
||
``` | ||
kubedb summarize [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for summarize | ||
--index string Export summary report for this only. | ||
-n, --namespace string Export summary report of the requested object from this namespace. (default "default") | ||
--operator-namespace string Name of namespace where operator is running (default "kube-system") | ||
--output string Directory used to store summary report | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--analytics Send events to Google Analytics (default true) | ||
--kube-context string name of the kubeconfig context to use | ||
``` | ||
|
||
### SEE ALSO | ||
* [kubedb](kubedb.md) - Controls kubedb objects | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters