Skip to content

Commit

Permalink
add gvk to unstructured multiclusterservice
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <[email protected]>
  • Loading branch information
BROngineer committed Jan 20, 2025
1 parent eaab017 commit 8492d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/multi_provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ var _ = Context("Multi Cloud Templates", Label("provider:cloud", "provider:aws-a
Expect(err).NotTo(HaveOccurred())
mcsUnstructured := new(unstructured.Unstructured)
mcsUnstructured.SetUnstructuredContent(data)
mcsUnstructured.SetGroupVersionKind(v1alpha1.GroupVersion.WithKind("MultiClusterService"))

multiClusterServiceDeleteFunc = kc.CreateMultiClusterService(context.Background(), mcsUnstructured)
})
Expand Down

0 comments on commit 8492d8f

Please sign in to comment.