mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 15:00:30 +00:00
DeleteSyncInNamespace() was used at an e2e node test and DeleteSync() only. In addition, the part of the e2e node test can be replaced with DeleteSync(). CreateSyncInNamespace() is the same thing and can be replaced with CreateSync(). So this replaces these functions and removes them for the cleanup.