Merge pull request #957 from monopole/justTheFactsMaam

Define a plugin compiler.
This commit is contained in:
Kubernetes Prow Robot
2019-04-08 18:33:04 -07:00
committed by GitHub
9 changed files with 259 additions and 107 deletions

View File

@@ -42,7 +42,7 @@ func NewDefaultCommand() *cobra.Command {
stdOut := os.Stdout
c := &cobra.Command{
Use: pgmconfig.PgmName,
Use: pgmconfig.ProgramName,
Short: "Manages declarative configuration of Kubernetes",
Long: `
Manages declarative configuration of Kubernetes.