Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupPlugin ¶
type BackupPlugin struct {
// contains filtered or unexported fields
}
func NewBackupPlugin ¶
func NewBackupPlugin(log logrus.FieldLogger) *BackupPlugin
func (*BackupPlugin) AppliesTo ¶
func (p *BackupPlugin) AppliesTo() (velero.ResourceSelector, error)
func (*BackupPlugin) Execute ¶
func (p *BackupPlugin) Execute(item runtime.Unstructured, backup *v1.Backup) (runtime.Unstructured, []velero.ResourceIdentifier, error)
type RestorePlugin ¶
type RestorePlugin struct {
// contains filtered or unexported fields
}
func NewRestorePlugin ¶
func NewRestorePlugin(log logrus.FieldLogger) *RestorePlugin
func (*RestorePlugin) AppliesTo ¶
func (p *RestorePlugin) AppliesTo() (velero.ResourceSelector, error)
func (*RestorePlugin) Execute ¶
func (p *RestorePlugin) Execute(input *velero.RestoreItemActionExecuteInput) (*velero.RestoreItemActionExecuteOutput, error)
Click to show internal directories.
Click to hide internal directories.