# Packages
Package storage provides Registry interface and its REST implementation for storing miner api objects.
# Functions
GetAttrs returns labels and fields of a given object for filtering purposes.
Matcher is the filter used by the generic etcd backend to watch events from etcd to clients of the apiserver only interested in specific labels/fields.
ToSelectableFields returns a field set that can be used for filter selection.
# Variables
StatusStrategy is the default logic invoked when updating object status.
Strategy is the default logic that applies when creating and updating Miner objects via the REST API.