Fix some typo in kubelet component source code

This commit is contained in:
Qian Xiao
2023-08-03 23:56:50 -07:00
parent 2c6c4566ef
commit 0944c00778
7 changed files with 9 additions and 9 deletions

View File

@@ -184,7 +184,7 @@ func TestPluginReRegistration(t *testing.T) {
// The updated plugin should be in the desired state of world cache
for i := 0; i < 10; i++ {
// Stop the plugin; the plugin should be removed from the desired state of world cache
// The plugin removel doesn't work when running the unit tests locally: event.Op of plugin watcher won't pick up the delete event
// The plugin removal doesn't work when running the unit tests locally: event.Op of plugin watcher won't pick up the delete event
require.NoError(t, p.Stop())
waitForUnregistration(t, pluginInfo.SocketPath, dsw)