Skip to content

Commit

Permalink
fix decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jul 16, 2024
1 parent 3728e04 commit 0fe516d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/extension/handlers/topologymutation/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func NewExtensionHandlers(scheme *runtime.Scheme) *ExtensionHandlers {
// Add the apiGroups being handled to the decoder
decoder: serializer.NewCodecFactory(scheme).UniversalDecoder(
infrav1.GroupVersion,
vmwarev1.GroupVersion,
controlplanev1.GroupVersion,
bootstrapv1.GroupVersion,
),
Expand Down

0 comments on commit 0fe516d

Please sign in to comment.