Versions in this module Expand all Collapse all v1 v1.1.0 Aug 10, 2022 v1.0.3 May 9, 2022 Changes in this version + func SecurityClient() (*security.SecurityV1Client, error) + type BackupPlugin struct + Log logrus.FieldLogger + SCCMap map[string]map[string][]apisecurity.SecurityContextConstraints + UpdatedForBackup map[string]bool + func (p *BackupPlugin) AppliesTo() (velero.ResourceSelector, error) + func (p *BackupPlugin) Execute(item runtime.Unstructured, backup *v1.Backup) (runtime.Unstructured, []velero.ResourceIdentifier, error) + func (p *BackupPlugin) UpdateSCCMap() error + type RestorePlugin struct + Log logrus.FieldLogger + func (p *RestorePlugin) AppliesTo() (velero.ResourceSelector, error) + func (p *RestorePlugin) Execute(input *velero.RestoreItemActionExecuteInput) (*velero.RestoreItemActionExecuteOutput, error)