Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RootCmd is our main entry point, launching runE() RootCmd = &cobra.Command{ Use: appName, Short: "Backup Kubernetes cluster as yaml files", Long: "Backup Kubernetes cluster as yaml files in a git repository.\n" + "--exclude-kind (-x), --exclude-object (-y) and --exclude-namespaces (-z)\n" + "may be specified several times, or once with several comma separated values.", SilenceUsage: true, SilenceErrors: true, PreRun: bindConf, RunE: runE, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.