Rename client/cache Store.Contains to ContainedIDs

This commit is contained in:
Paul Morie
2014-11-11 11:48:15 -05:00
parent 30fcf24131
commit e2be1564a4
6 changed files with 11 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ func (factory *ConfigFactory) Create() *scheduler.Config {
glog.V(2).Infof("About to try and schedule pod %v\n"+
"\tknown minions: %v\n"+
"\tknown scheduled pods: %v\n",
pod.Name, minionCache.Contains(), podCache.Contains())
pod.Name, minionCache.ContainedIDs(), podCache.ContainedIDs())
return pod
},
Error: factory.makeDefaultErrorFunc(&podBackoff, podQueue),