# Packages
No description provided by the author
# Functions
GetRecommender returns those recommenders that have been registered.
RegisterRecommender indicates that all in-tree algorithm implementations should be registered here, so that the main VPA process can walk through those algorithms to produce th final resources.
# Interfaces
ResourceRecommender is used as a common interface for in-tree VPA algorithms; all in-tree implementations should implement those functions defined here.