Commit 4421ef4
feat: cluster backup feature using velero (#356)
* fix: update validation tags for TimeBoundariesRequest fields
* Feat/finops config (#337)
* feat: add cost module installation topics and configurations
* feat: add cost module installation topics and time range utilities
* adding new topic for gpu installation
* feat: velero backup storage location informer register
* feat: storage module nats jetstream and bean
* feat: bsl informer registration
* feat: storage event msg struct
* misc: vendor file update for velro
* feat: common msg struct implementation for bsl informer
* feat: vsl informer registration
* feat: backup status nats message struct
* feat: change in data types of backup status nats message struct
* feat: backup status version datatype change
* feat: backup informer registration
* feat: nats message struct for restore events
* feat: restore informer registration
* feat: BackupSchedule status update event msg struct
* feat: backup schedule resource constant
* feat: backup schedule informer registration
* wip: topic for velero installation
* feat: refactor backup storage location status handling and clean up unused code
* feat: refactor Velero event handling to use unified resource event structure
* feat: enhance BackupStatus structure with additional fields for improved backup tracking
* feat: streamline Velero resource event handling with new builder methods
* feat: update common-lib dependency
* feat: remove unused data handling methods from VeleroResourceEvent
* feat: remove unused data fields and methods from VeleroResourceEvent
* feat: enhance restore object change detection with backup name comparison
* feat: update TLS configuration and socket handling for improved performance and deprecation cleanup
* feat: update CreateOrUpdateSecretByName method to support additional data formats
* feat: enhance CreateOrUpdateSecretByName method to support additional data formats
* feat: add post-installation topics and groups for Velero storage
* feat: add VeleroBackupSchedule client type to client.go
* feat: rename ClusterVeleroBslType to ClusterStorageModuleType for clarity
* feat: fix variable name typo for veleroVslInformer in informer and advisor
* feat: update default value for ClusterStorageModuleType to ALL_CLUSTER
* feat: enhance status comparison logic to handle nil progress and hook status
* feat: improve status comparison logic to handle nil progress cases
* feat: update velero informer logic to use centralized velero config
* feat: add post-installation topics and update common-lib dependency
* feat: add velero v1.14.1 dependency for cluster backup functionality
* feat: update common-lib dependency to v0.0.0-20251205120949 for improved functionality
---------
Co-authored-by: Shivam-nagar23 <shivam@devtron.ai>
Co-authored-by: Shivam Nagar <124123645+Shivam-nagar23@users.noreply.github.com>
Co-authored-by: ayushmaheshwari <ayush@devtron.ai>
Co-authored-by: SATYAsasini <satya.prakash@devtron.ai>1 parent 0399bf7 commit 4421ef4
164 files changed
Lines changed: 17357 additions & 93 deletions
File tree
- chart-sync
- vendor
- ci-runner
- vendor
- github.com/devtron-labs/common-lib/pubsub-lib
- common-lib
- pubsub-lib
- utils
- k8s
- storage
- vendor
- github.com/vmware-tanzu/velero
- pkg/apis/velero
- v1
- git-sensor
- vendor
- github.com/devtron-labs/common-lib/pubsub-lib
- image-scanner
- vendor
- github.com/devtron-labs/common-lib/pubsub-lib
- kubelink
- vendor
- github.com/devtron-labs/common-lib
- pubsub-lib
- utils/k8s
- kubewatch
- pkg
- config
- informer
- bean
- cluster
- argoCD
- velero
- backupSchedule
- backupStorageLocation
- backup
- restore
- volumeSnapshotLocation
- resource
- bean
- veleroResource
- backupSchedule
- backup
- bsl
- restore
- vsl
- vendor
- github.com
- devtron-labs/common-lib
- pubsub-lib
- utils
- k8s
- storage
- vmware-tanzu/velero
- pkg
- apis/velero
- v1
- v2alpha1
- generated
- clientset/versioned
- scheme
- typed/velero
- v1
- v2alpha1
- informers/externalversions
- internalinterfaces
- velero/v1
- listers/velero/v1
- lens
- vendor
- github.com/devtron-labs/common-lib/pubsub-lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
975 | 975 | | |
976 | 976 | | |
977 | 977 | | |
978 | | - | |
| 978 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
1199 | 1199 | | |
1200 | 1200 | | |
1201 | 1201 | | |
1202 | | - | |
| 1202 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| 377 | + | |
| 378 | + | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| |||
494 | 495 | | |
495 | 496 | | |
496 | 497 | | |
497 | | - | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
133 | 142 | | |
134 | 143 | | |
135 | 144 | | |
| |||
187 | 196 | | |
188 | 197 | | |
189 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
190 | 202 | | |
191 | 203 | | |
192 | 204 | | |
| |||
231 | 243 | | |
232 | 244 | | |
233 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
234 | 249 | | |
235 | 250 | | |
236 | 251 | | |
| |||
0 commit comments