Skip to content

Commit

Permalink
lifecycle: add unit test for IBU.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Chuzhoy <[email protected]>
  • Loading branch information
achuzhoy committed Apr 25, 2024
1 parent 4510fa6 commit da3d610
Show file tree
Hide file tree
Showing 3 changed files with 695 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pkg/clients/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ func GetTestClients(tcp TestClientParams) *Settings {
genericClientObjects = append(genericClientObjects, v)
case *argocdtypes.Application:
genericClientObjects = append(genericClientObjects, v)
// LCA Client Objects
case *lcav1alpha1.ImageBasedUpgrade:
genericClientObjects = append(genericClientObjects, v)
case *lcasgv1alpha1.SeedGenerator:
genericClientObjects = append(genericClientObjects, v)
// Velero Client Objects
case *velerov1.Backup:
veleroClientObjects = append(veleroClientObjects, v)
Expand Down
Loading

0 comments on commit da3d610

Please sign in to comment.