add IsResourceHeavy() to command interface
This commit is contained in:
@@ -32,6 +32,10 @@ func (c *commandClusterCheck) Help() string {
|
||||
`
|
||||
}
|
||||
|
||||
func (c *commandClusterCheck) IsResourceHeavy() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (c *commandClusterCheck) Do(args []string, commandEnv *CommandEnv, writer io.Writer) (err error) {
|
||||
|
||||
clusterPsCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
|
||||
|
||||
Reference in New Issue
Block a user