Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newResetOptions (0.16 sec)

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

    	cfg                   *kubeadmapi.InitConfiguration
    	resetCfg              *kubeadmapi.ResetConfiguration
    	dryRun                bool
    	cleanupTmpDir         bool
    }
    
    // newResetOptions returns a struct ready for being used for creating cmd join flags.
    func newResetOptions() *resetOptions {
    	// initialize the public kubeadm config API by applying defaults
    	externalcfg := &v1beta4.ResetConfiguration{}
    	// Apply defaults
    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