Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunGlobalChecks (0.09 sec)

  1. cmd/clicheck/check_cli_conventions.go

    	errors := cmdsanity.RunCmdChecks(kubectl, cmdsanity.AllCmdChecks, []string{})
    	for _, err := range errors {
    		errorCount++
    		fmt.Fprintf(os.Stderr, "     %d. %s\n", errorCount, err)
    	}
    
    	errors = cmdsanity.RunGlobalChecks(cmdsanity.AllGlobalChecks)
    	for _, err := range errors {
    		errorCount++
    		fmt.Fprintf(os.Stderr, "     %d. %s\n", errorCount, err)
    	}
    
    	if errorCount > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 05 14:05:23 UTC 2023
    - 1.4K bytes
    - Viewed (0)
Back to top