Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupSnapshots ¶
func CleanupSnapshots(policy v1alpha1.RetentionPolicy, hostBackupStats []v1beta1.HostBackupStats, namespace string, vsClient vs_cs.Interface) error
Types ¶
type VolumeSnapshot ¶
type VolumeSnapshot struct {
VolumeSnap vs_api.VolumeSnapshot
}
type VolumeSnapshots ¶
type VolumeSnapshots []VolumeSnapshot
func (VolumeSnapshots) Len ¶
func (vs VolumeSnapshots) Len() int
func (VolumeSnapshots) Less ¶
func (vs VolumeSnapshots) Less(i, j int) bool
func (VolumeSnapshots) Swap ¶
func (vs VolumeSnapshots) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.