# Functions
InterfacesFor returns the default Codec and ResourceVersioner for a given version string, or an error if the version is not known.
# Constants
OldestVersion is the string that represents the oldest server version supported, for client code that wants to hardcode the lowest common denominator.
Version is the string that represents the current external default version.
# Variables
Codec is the default codec for serializing output that should use the latest supported version.
ResourceVersioner describes a default versioner that can handle all types of versioning.
SelfLinker can set or get the SelfLink field of all API types.
Versions is the list of versions that are recognized in code.
# Structs
VersionInterfaces contains the interfaces one should use for dealing with types of a particular version.