Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VolumeSnapshotContentDeleteItemAction ¶
type VolumeSnapshotContentDeleteItemAction struct {
Log logrus.FieldLogger
}
VolumeSnapshotContentDeleteItemAction is a restore item action plugin for Velero
func (*VolumeSnapshotContentDeleteItemAction) AppliesTo ¶
func (p *VolumeSnapshotContentDeleteItemAction) AppliesTo() (velero.ResourceSelector, error)
AppliesTo returns information indicating VolumeSnapshotContentRestoreItemAction action should be invoked while restoring volumesnapshotcontent.snapshot.storage.k8s.io resources
func (*VolumeSnapshotContentDeleteItemAction) Execute ¶
func (p *VolumeSnapshotContentDeleteItemAction) Execute(input *velero.DeleteItemActionExecuteInput) error
type VolumeSnapshotDeleteItemAction ¶
type VolumeSnapshotDeleteItemAction struct {
Log logrus.FieldLogger
}
VolumeSnapshotDeleteItemAction is a backup item action plugin for Velero.
func (*VolumeSnapshotDeleteItemAction) AppliesTo ¶
func (p *VolumeSnapshotDeleteItemAction) AppliesTo() (velero.ResourceSelector, error)
AppliesTo returns information indicating that the VolumeSnapshotBackupItemAction should be invoked to backup volumesnapshots.
func (*VolumeSnapshotDeleteItemAction) Execute ¶
func (p *VolumeSnapshotDeleteItemAction) Execute(input *velero.DeleteItemActionExecuteInput) error
Click to show internal directories.
Click to hide internal directories.