Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver interface { GetPlatformType() configv1.PlatformType CreateStorage(logr.Logger, *veleroInstallCR.VeleroInstall) error StorageExists(string) (bool, error) }
Driver interface to be satisfied by all present and future storage cloud providers
Click to show internal directories.
Click to hide internal directories.