Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApplyCmd = &cobra.Command{ Use: "apply", Short: "Make a reasonable cluster capacity planning based on application resource requirements", Run: func(cmd *cobra.Command, args []string) { applier := applypkg.NewApplier(options) if err := applier.Run(); err != nil { fmt.Printf("apply error: %s", err.Error()) os.Exit(1) } }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.