Merge pull request #87014 from notpad/fix/comments

Fix comment
This commit is contained in:
Kubernetes Prow Robot
2020-01-09 21:58:55 -08:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ const (
// Name is the name of the plugin used in the plugin registry and configurations.
Name = "ServiceAffinity"
// preFilterStateKey is the key in CycleState to InterPodAffinity pre-computed data.
// preFilterStateKey is the key in CycleState to ServiceAffinity pre-computed data.
// Using the name of the plugin will likely help us avoid collisions with other plugins.
preFilterStateKey = "PreFilter" + Name