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 24, 2024
1 parent 4d571ce commit c45e08d
Show file tree
Hide file tree
Showing 3 changed files with 697 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkg/clients/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,10 @@ func GetTestClients(tcp TestClientParams) *Settings {
genericClientObjects = append(genericClientObjects, v)
case *policiesv1beta1.PolicySet:
genericClientObjects = append(genericClientObjects, v)
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 c45e08d

Please sign in to comment.