Skip to content

Commit

Permalink
Register AuthenticatableType in schema (#3069)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Jun 25, 2024
1 parent 8535fcc commit 26bc7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/duck/v1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func addKnownTypes(scheme *runtime.Scheme) error {
(&KResource{}).GetListType(),
&AddressableType{},
(&AddressableType{}).GetListType(),
&AuthenticatableType{},
(&AuthenticatableType{}).GetListType(),
&Source{},
(&Source{}).GetListType(),
&WithPod{},
Expand Down

0 comments on commit 26bc7b4

Please sign in to comment.