Skip to content

Commit

Permalink
Add RouteAgent CRDs to known types for scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Sep 17, 2024
1 parent fce5424 commit d62dcf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/apis/submariner.io/v1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&GatewayRouteList{},
&NonGatewayRoute{},
&NonGatewayRouteList{},
&RouteAgent{},
&RouteAgentList{},
)
metav1.AddToGroupVersion(scheme, SchemeGroupVersion)

Expand Down

0 comments on commit d62dcf6

Please sign in to comment.