Add unit tests for #584

This commit is contained in:
Ernest Wong
2019-09-05 09:49:41 -07:00
parent f10a16aed7
commit dc7ff44303
3 changed files with 74 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ func (pc *PodController) processPodStatusUpdate(ctx context.Context, workerID st
return handleQueueItem(ctx, q, pc.podStatusHandler)
}
// providerSyncLoop syncronizes pod states from the provider back to kubernetes
// providerSyncLoop synchronizes pod states from the provider back to kubernetes
// Deprecated: This is only used when the provider does not support async updates
// Providers should implement async update support, even if it just means copying
// something like this in.