# Functions
GetAllFlavors returns all the Flavors in the cluster.
GetAvailableFlavors returns all the available Flavors in the cluster.
GetFlavorByID returns the entire Flavor CR (not only spec) in the cluster that matches the flavorID.
# Interfaces
FlavorService is the interface that wraps the basic Flavor methods and allows to manage the concurrent access to the Flavor CRs.