Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRestoreHelperImage ¶
func DefaultRestoreHelperImage() string
DefaultRestoreHelperImage returns the default container image to use for the restore helper for this version of Velero.
func DefaultVeleroImage ¶
func DefaultVeleroImage() string
DefaultVeleroImage returns the default container image to use for this version of Velero.
func GetInstalledPluginInfo ¶
func GetInstalledPluginInfo(pluginLister PluginLister) []velerov1api.PluginInfo
GetInstalledPluginInfo returns a list of installed plugins
Types ¶
type PluginLister ¶
type PluginLister interface { // List returns all PluginIdentifiers for kind. List(kind common.PluginKind) []framework.PluginIdentifier }
Click to show internal directories.
Click to hide internal directories.