package
0.8.0-rc.1
Repository: https://github.com/asenchi/ark.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDeleteBackupRequest creates a DeleteBackupRequest for the backup identified by name and uid.
NewDeleteBackupRequestListOptions creates a ListOptions with a label selector configured to find DeleteBackupRequests for the backup identified by name and uid.
NewKubernetesBackupper creates a new kubernetesBackupper.
NewPodAction creates a new ItemAction for pods.
NewPodCommandExecutor creates a new podCommandExecutor.

# Structs

ResourceIdentifier describes a single item by its group, resource, namespace, and name.
ResourceSelector is a collection of included/excluded namespaces, included/excluded resources, and a label-selector that can be used to match a set of items from a cluster.

# Interfaces

Backupper performs backups.
ItemAction is an actor that performs an operation on an individual item being backed up.
No description provided by the author