Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BytesToInitConfiguration (0.17 sec)

  1. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    	configBytes := []byte(fmt.Sprintf(testConfiguration, certsDir, etcdDataDir, version))
    
    	// Unmarshal the config
    	return configutil.BytesToInitConfiguration(configBytes, true /* skipCRIDetect */)
    }
    
    func getTempDir(t *testing.T, name string) (string, func()) {
    	dir, err := os.MkdirTemp(os.TempDir(), name)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top