Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions config/v1alpha1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&ClusterMonitoringList{},
&InsightsDataGather{},
&InsightsDataGatherList{},
&Backup{},
&BackupList{},
&CRIOCredentialProviderConfig{},
&CRIOCredentialProviderConfigList{},
&PKI{},
Expand Down
162 changes: 0 additions & 162 deletions config/v1alpha1/types_backup.go

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@ spec:
status:
description: status holds observed values from the cluster. They may not
be overridden.
properties:
lastScheduledBackupCount:
description: |-
lastScheduledBackupCount is the number of EtcdBackup resources created
in the last scheduled execution. This typically corresponds to the number
of master nodes in the cluster at the time of backup.
type: integer
lastScheduledTime:
description: |-
lastScheduledTime is the time when the last scheduled backup was triggered.
This is used by the controller to track when backups have been executed
and to prevent duplicate executions on controller restart.
format: date-time
type: string
type: object
required:
- spec
Expand Down
169 changes: 0 additions & 169 deletions config/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading