Versions in this module Expand all Collapse all v0 v0.1.0 Oct 23, 2021 Changes in this version + const PassedFilterMessage + type Store struct + func New(informerFactory informers.SharedInformerFactory, client clientset.Interface, ...) *Store + func (s *Store) AddFilterResult(namespace, podName, nodeName, pluginName, reason string) + func (s *Store) AddNormalizedScoreResult(namespace, podName, nodeName, pluginName string, normalizedscore int64) + func (s *Store) AddScoreResult(namespace, podName, nodeName, pluginName string, score int64) + func (s *Store) DeleteData(k key)