Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBackupPlugin ¶
Types ¶
type BackupPlugin ¶
type BackupPlugin struct {
// contains filtered or unexported fields
}
BackupPlugin is a backup item action for helm chart.
func (*BackupPlugin) AppliesTo ¶
func (p *BackupPlugin) AppliesTo() (velero.ResourceSelector, error)
AppliesTo returns configmaps/secrets that are deployed and owned by tiller.
func (*BackupPlugin) Execute ¶
func (p *BackupPlugin) Execute(item runtime.Unstructured, backup *v1.Backup) (runtime.Unstructured, []velero.ResourceIdentifier, error)
Execute returns chart configmap/secret allong with all additional resources defined by chart.
Click to show internal directories.
Click to hide internal directories.