# Packages
No description provided by the author
# Functions
MatchPod returns a generic matcher for a given label and field selector.
NewRegistry returns a new Registry interface for the given Storage.
PodStatusDecorator returns a function that updates pod.Status based on the provided pod cache.
PodStatusReset returns a function that clears the pod cache when the object is deleted.
PodToSelectableFields returns a label set that represents the object TODO: fields are not labels, and the validation rules for them do not apply.
ResourceLocation returns a URL to which one can send traffic for the specified pod.
# Variables
Strategy is the default logic that applies when creating and updating Pod objects via the REST API.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
PodStatusGetter is an interface used by Pods to fetch and retrieve status info.
Registry is an interface implemented by things that know how to store Pod objects.
ResourceGetter is an interface for retrieving resources by ResourceLocation.
Storage is an interface for a standard REST Storage backend TODO: move me somewhere common.