fgksgf commented on a change in pull request #573:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/573#discussion_r698240555



##########
File path: pkg/api/server.go
##########
@@ -12,14 +12,21 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
+
 package api
 
 import (
+       "context"
+       "crypto/tls"
        "net"
        "net/http"
        "net/http/pprof"
+       "time"
+
+       "github.com/apache/apisix-ingress-controller/pkg/apisix"

Review comment:
       `make lint` should identify this, but it didn't




-- 
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]


Reply via email to