Versions in this module Expand all Collapse all v0 v0.2.0 Feb 27, 2023 Changes in this version + type RedisBackupRetentionSpec struct + KeepDaily int32 + KeepHourly int32 + KeepLast int32 + KeepMonthly int32 + KeepWeekly int32 + KeepYearly int32 + func (in *RedisBackupRetentionSpec) DeepCopy() *RedisBackupRetentionSpec + func (in *RedisBackupRetentionSpec) DeepCopyInto(out *RedisBackupRetentionSpec) + type RedisBackupScheduleRetentionSpec struct + KeepDaily int32 + KeepHourly int32 + KeepLast int32 + KeepMonthly int32 + KeepWeekly int32 + KeepYearly int32 + func (in *RedisBackupScheduleRetentionSpec) DeepCopy() *RedisBackupScheduleRetentionSpec + func (in *RedisBackupScheduleRetentionSpec) DeepCopyInto(out *RedisBackupScheduleRetentionSpec) type RedisBackupScheduleSpec + RetentionSpec RedisBackupScheduleRetentionSpec type RedisBackupSpec + RetentionSpec RedisBackupRetentionSpec v0.1.2 Jun 12, 2022 Changes in this version type RedisBackupScheduleSpec + TTL bool type RedisBackupSpec + TTL bool v0.1.1 Jun 8, 2022 Changes in this version type RedisBackupScheduleSpec + AWSConfigSecretName string + Bucket string + S3EndpointUrl string + URISecretName string type RedisBackupSpec + AWSConfigSecretName string + Bucket string + S3EndpointUrl string + URISecretName string v0.1.0 May 25, 2022 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type RedisBackup struct + Spec RedisBackupSpec + Status RedisBackupStatus + func (in *RedisBackup) DeepCopy() *RedisBackup + func (in *RedisBackup) DeepCopyInto(out *RedisBackup) + func (in *RedisBackup) DeepCopyObject() runtime.Object + type RedisBackupList struct + Items []RedisBackup + func (in *RedisBackupList) DeepCopy() *RedisBackupList + func (in *RedisBackupList) DeepCopyInto(out *RedisBackupList) + func (in *RedisBackupList) DeepCopyObject() runtime.Object + type RedisBackupSchedule struct + Spec RedisBackupScheduleSpec + Status RedisBackupScheduleStatus + func (in *RedisBackupSchedule) DeepCopy() *RedisBackupSchedule + func (in *RedisBackupSchedule) DeepCopyInto(out *RedisBackupSchedule) + func (in *RedisBackupSchedule) DeepCopyObject() runtime.Object + type RedisBackupScheduleList struct + Items []RedisBackupSchedule + func (in *RedisBackupScheduleList) DeepCopy() *RedisBackupScheduleList + func (in *RedisBackupScheduleList) DeepCopyInto(out *RedisBackupScheduleList) + func (in *RedisBackupScheduleList) DeepCopyObject() runtime.Object + type RedisBackupScheduleSpec struct + Db int32 + Image string + RedisType string + Schedule string + URI string + func (in *RedisBackupScheduleSpec) DeepCopy() *RedisBackupScheduleSpec + func (in *RedisBackupScheduleSpec) DeepCopyInto(out *RedisBackupScheduleSpec) + type RedisBackupScheduleStatus struct + func (in *RedisBackupScheduleStatus) DeepCopy() *RedisBackupScheduleStatus + func (in *RedisBackupScheduleStatus) DeepCopyInto(out *RedisBackupScheduleStatus) + type RedisBackupSpec struct + Db int32 + Image string + RedisType string + Schedule string + URI string + func (in *RedisBackupSpec) DeepCopy() *RedisBackupSpec + func (in *RedisBackupSpec) DeepCopyInto(out *RedisBackupSpec) + type RedisBackupStatus struct + func (in *RedisBackupStatus) DeepCopy() *RedisBackupStatus + func (in *RedisBackupStatus) DeepCopyInto(out *RedisBackupStatus)