Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewDefaultKubectlCommand (0.24 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)
  2. CHANGELOG/CHANGELOG-1.24.md

    - Fixed default config flags for `NewDefaultKubectlCommand`. ([#107131](https://github.com/kubernetes/kubernetes/pull/107131), [@jonnylangefeld](https://github.com/jonnylangefeld))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
Back to top