tao12345666333 commented on a change in pull request #833:
URL:
https://github.com/apache/apisix-ingress-controller/pull/833#discussion_r779651470
##########
File path: pkg/kube/apisix/apis/config/v2beta3/register.go
##########
@@ -42,6 +42,16 @@ func addKnownTypes(scheme *runtime.Scheme) error {
scheme.AddKnownTypes(SchemeGroupVersion,
&ApisixRoute{},
&ApisixRouteList{},
+ &ApisixUpstream{},
+ &ApisixUpstreamList{},
+ &ApisixTls{},
+ &ApisixTlsList{},
+ &ApisixClusterConfig{},
+ &ApisixClusterConfigList{},
+ &ApisixConsumer{},
+ &ApisixConsumerList{},
+ &ApisixPluginConfig{},
+ &ApisixPluginConfigList{},
Review comment:
I haven't thought of how to fix the CI problem for the time being. In
fact, I have already submitted the generated file 😅
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]