# Functions
NewMetricNotFoundError returns a StatusError indicating the given metric could not be found.
NewMetricNotFoundForError returns a StatusError indicating the given metric could not be found for the given named object.
NewOperationNotSupportedError returns a StatusError indicating that the invoked API call is not supported.
NewResourceLister creates APIResourceLister for provided CustomMetricsProvider.
# Structs
MetricInfo describes a metric for a particular fully-qualified group resource.
# Interfaces
CustomMetricsProvider is a soruce of custom metrics which is able to supply a list of available metrics, as well as metric values themselves on demand.