Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SecurityClient ¶
func SecurityClient() (*security.SecurityV1Client, error)
SecurityClient returns an openshift AppsV1Client
Types ¶
type BackupPlugin ¶
type BackupPlugin struct { Log logrus.FieldLogger SCCMap map[string]map[string][]apisecurity.SecurityContextConstraints UpdatedForBackup map[string]bool }
BackupPlugin is a backup item action plugin for Heptio Velero.
func (*BackupPlugin) AppliesTo ¶
func (p *BackupPlugin) AppliesTo() (velero.ResourceSelector, error)
AppliesTo returns a velero.ResourceSelector that applies to everything.
func (*BackupPlugin) Execute ¶
func (p *BackupPlugin) Execute(item runtime.Unstructured, backup *v1.Backup) (runtime.Unstructured, []velero.ResourceIdentifier, error)
Execute copies local registry images into migration registry
func (*BackupPlugin) UpdateSCCMap ¶
func (p *BackupPlugin) UpdateSCCMap() error
UpdateSCCMap fill scc map with service account as key and SCCs slice as value
Click to show internal directories.
Click to hide internal directories.