gxthrj commented on a change in pull request #640:
URL:
https://github.com/apache/apisix-ingress-controller/pull/640#discussion_r691872229
##########
File path: test/e2e/scaffold/k8s.go
##########
@@ -33,7 +35,26 @@ import (
)
type counter struct {
- Count apisix.IntOrString `json:"count"`
+ Count intOrDescOneString `json:"count"`
+}
+
+// intOrDescOneString will decrease 1 if incoming value is string formatted
number
Review comment:
OK, I see.
--
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]