gxthrj commented on a change in pull request #408:
URL:
https://github.com/apache/apisix-ingress-controller/pull/408#discussion_r621778936
##########
File path: pkg/kube/apisix/apis/config/v1/types.go
##########
@@ -83,7 +84,8 @@ type ApisixUpstream struct {
metav1.TypeMeta `json:",inline" yaml:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"`
- Spec *ApisixUpstreamSpec `json:"spec,omitempty" yaml:"spec,omitempty"`
+ Spec *ApisixUpstreamSpec `json:"spec,omitempty"
yaml:"spec,omitempty"`
Review comment:
This can be modified in another PR.
--
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]