Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRestoreHelperImage ¶ added in v1.10.0
func DefaultRestoreHelperImage() string
DefaultRestoreHelperImage returns the default container image to use for the restore helper for this version of Velero.
func DefaultVeleroImage ¶ added in v1.6.2
func DefaultVeleroImage() string
DefaultVeleroImage returns the default container image to use for this version of Velero.
func GetInstalledPluginInfo ¶ added in v1.6.0
func GetInstalledPluginInfo(pluginLister PluginLister) []velerov1api.PluginInfo
GetInstalledPluginInfo returns a list of installed plugins
Types ¶
type PluginLister ¶ added in v1.5.1
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.