Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newResetData (0.1 sec)

  1. cmd/kubeadm/app/cmd/reset.go

    	return &resetOptions{
    		kubeconfigPath: kubeadmconstants.GetAdminKubeConfigPath(),
    		externalcfg:    externalcfg,
    	}
    }
    
    // newResetData returns a new resetData struct to be used for the execution of the kubeadm reset workflow.
    func newResetData(cmd *cobra.Command, opts *resetOptions, in io.Reader, out io.Writer, allowExperimental bool) (*resetData, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 12:26:58 UTC 2023
    - 11.4K bytes
    - Viewed (0)
Back to top