Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewDefaultKubectlCommand (0.26 sec)

  1. cmd/kubectl/kubectl.go

    	"k8s.io/kubectl/pkg/cmd"
    	"k8s.io/kubectl/pkg/cmd/util"
    
    	// Import to initialize client auth plugins.
    	_ "k8s.io/client-go/plugin/pkg/client/auth"
    )
    
    func main() {
    	command := cmd.NewDefaultKubectlCommand()
    	if err := cli.RunNoErrOutput(command); err != nil {
    		// Pretty-print the error and exit with an error.
    		util.CheckErr(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 16:09:30 UTC 2022
    - 963 bytes
    - Viewed (0)
Back to top