package
0.11.1
Repository: https://github.com/heptio/ark.git
Documentation: pkg.go.dev

# Packages

Copyright 2018 the Heptio Ark contributors.

# Functions

No description provided by the author
NewClusterRoleBindingListerMap creates a map of RBAC version strings to their associated ClusterRoleBindingLister structs.
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.
NewServiceAccountAction creates a new ItemAction for service accounts.

# Constants

BackupVersion is the current backup version for Velero.

# Structs

Request is a request for a backup, with all references to other objects materialized (e.g.
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.
No description provided by the author
ClusterRoleBinding abstracts access to ClusterRoleBindings whether they're v1 or v1beta1.
ClusterRoleBindingLister allows for listing ClusterRoleBindings in a version-independent way.
ItemAction is an actor that performs an operation on an individual item being backed up.
No description provided by the author