Skip to content

Commit

Permalink
Add GatewayRouteList and NonGatewayRouteList to scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Aswin Suryanarayanan <[email protected]>
  • Loading branch information
aswinsuryan authored and tpantelis committed Jul 13, 2023
1 parent 607e092 commit 06e7330
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/apis/submariner.io/v1/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ func addKnownTypes(scheme *runtime.Scheme) error {
&ClusterGlobalEgressIPList{},
&GlobalIngressIP{},
&GlobalIngressIPList{},
&GatewayRoute{},
&GatewayRouteList{},
&NonGatewayRoute{},
&NonGatewayRouteList{},
)
metav1.AddToGroupVersion(scheme, SchemeGroupVersion)

Expand Down

0 comments on commit 06e7330

Please sign in to comment.