lingsamuel commented on a change in pull request #513:
URL:
https://github.com/apache/apisix-ingress-controller/pull/513#discussion_r641291392
##########
File path: pkg/kube/apisix/apis/config/v2alpha1/zz_generated.deepcopy.go
##########
@@ -28,6 +28,7 @@ import (
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver,
writing into out. in must be non-nil.
func (in *ApisixClusterAdminConfig) DeepCopyInto(out
*ApisixClusterAdminConfig) {
*out = *in
+ out.ClientTimeout = in.ClientTimeout
Review comment:
Yes. Missed in this PR
https://github.com/apache/apisix-ingress-controller/pull/499/files#diff-4f99fd5a0ee83b6635620333060c4c3e09cdb4740d509b484c21d29d844a6c4eR305
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]