Add independent cache for CSINode in scheduler

This commit is contained in:
Fabio Bertinatto
2019-07-17 09:55:06 +02:00
parent 86ebaaa023
commit 09d2cdf384
7 changed files with 31 additions and 52 deletions

View File

@@ -43,6 +43,7 @@ type PluginFactoryArgs struct {
NodeLister algorithm.NodeLister
PDBLister algorithm.PDBLister
NodeInfo predicates.NodeInfo
CSINodeInfo predicates.CSINodeInfo
PVInfo predicates.PersistentVolumeInfo
PVCInfo predicates.PersistentVolumeClaimInfo
StorageClassInfo predicates.StorageClassInfo