We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f907a commit 81c30cbCopy full SHA for 81c30cb
cmd/kubeadm/test/util.go
@@ -45,9 +45,9 @@ func SetupTempDir(t *testing.T) string {
45
return tmpdir
46
}
47
48
-// SetupInitConfigurationFile is a utility function for kubeadm testing that writes a master configuration file
+// SetupInitConfigurationFile is a utility function for kubeadm testing that writes a InitConfiguration file
49
// into /config subfolder of a given temporary directory.
50
-// The function returns the path of the created master configuration file.
+// The function returns the path of the created InitConfiguration file.
51
func SetupInitConfigurationFile(t *testing.T, tmpdir string, cfg *kubeadmapi.InitConfiguration) string {
52
53
cfgPath := filepath.Join(tmpdir, "config/masterconfig.yaml")
0 commit comments