# Packages
TODO: the fake discovery client should live in pkg/client/discovery/, rather than being copied in every fake clientset.
# Functions
FromUnversionedClient adapts a pkg/client/unversioned#Client to a Clientset.
New creates a new Clientset for the given RESTClient.
NewForConfig creates a new Clientset for the given config.
NewForConfigOrDie creates a new Clientset for the given config and panics if there is an error in the config.
# Interfaces
No description provided by the author