Add aodh to autoscaling #931
golangci-lint.yaml
on: pull_request
github (govet, golint and gotest)
1m 37s
github (golangci)
18s
operator-lint
1m 49s
Annotations
7 errors
github (golangci)
golangci-lint exit with code 5
|
github (govet, golint and gotest):
controllers/aodh_controller.go#L420
cannot use ports (variable of type map[endpoint.Endpoint]endpoint.Data) as type map[service.Endpoint]endpoint.Data in argument to endpoint.ExposeEndpoints
|
github (govet, golint and gotest)
cannot use ports (variable of type map[endpoint.Endpoint]endpoint.Data) as map[service.Endpoint]endpoint.Data value in argument to endpoint.ExposeEndpoints
|
github (govet, golint and gotest)
Process completed with exit code 2.
|
operator-lint:
controllers/aodh_controller.go#L420
cannot use ports (variable of type map[endpoint.Endpoint]endpoint.Data) as type map[service.Endpoint]endpoint.Data in argument to endpoint.ExposeEndpoints
|
operator-lint
cannot use ports (variable of type map[endpoint.Endpoint]endpoint.Data) as map[service.Endpoint]endpoint.Data value in argument to endpoint.ExposeEndpoints
|
operator-lint
Process completed with exit code 2.
|