Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "scheduler", Short: "scheduler is a scheduler extender implementation for local storage", Long: `scheduler provides the capabilities for scheduling cluster local storage as a whole`, Run: func(cmd *cobra.Command, args []string) { err := Run(&opt) if err != nil { log.Fatalf("error :%s, quitting now\n", err.Error()) } }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.