Versions in this module Expand all Collapse all v0 v0.5.0 Jan 20, 2026 Changes in this version + type Backup struct + Spec BackupSpec + func (in *Backup) DeepCopy() *Backup + func (in *Backup) DeepCopyInto(out *Backup) + func (in *Backup) DeepCopyObject() runtime.Object + type BackupItem struct + Name string + func (in *BackupItem) DeepCopy() *BackupItem + func (in *BackupItem) DeepCopyInto(out *BackupItem) + type BackupSpec struct + Destination string + Items []BackupItem + Source string + func (in *BackupSpec) DeepCopy() *BackupSpec + func (in *BackupSpec) DeepCopyInto(out *BackupSpec) + type Crontab struct + Spec CrontabSpec + func (in *Crontab) DeepCopy() *Crontab + func (in *Crontab) DeepCopyInto(out *Crontab) + func (in *Crontab) DeepCopyObject() runtime.Object + type CrontabSpec struct + CronSpec string + Image string + Replicas int + func (in *CrontabSpec) DeepCopy() *CrontabSpec + func (in *CrontabSpec) DeepCopyInto(out *CrontabSpec)