# Functions
Config returns a *rest.Config, using either the kubeconfig (if specified) or an in-cluster configuration.
LoadConfig loads the Velero client configuration file and returns it as a VeleroConfig.
NewDynamicFactory returns a new ClientPool-based dynamic factory.
NewFactory returns a Factory.
SaveConfig saves the passed in config map to the Velero client configuration file.
# Constants
No description provided by the author
No description provided by the author
# Interfaces
Creator creates an object.
Dynamic contains client methods that Velero needs for backing up and restoring resources.
DynamicFactory contains methods for retrieving dynamic clients for GroupVersionResources and GroupVersionKinds.
Factory knows how to create a VeleroClient and Kubernetes client.
Getter gets an object.
Lister lists objects.
Patcher patches an object.
Watcher watches objects.
# Type aliases
VeleroConfig is a map of strings to interface{} for deserializing Velero client config options.