You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/28 03:11:55 UTC

[GitHub] [apisix-ingress-controller] gxthrj commented on a change in pull request #408: feat: add upstream status & tls status

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:
users@infra.apache.org