feat: extract Control Plane compatible with OSS version #8210
Annotations
7 errors
Lint using golangci-lint:
pkg/triggers/watcher.go#L280
func `(*Service).deprecatedPodEventHandler` is unused (unused)
|
Lint using golangci-lint:
pkg/triggers/watcher.go#L329
func `(*Service).deprecatedCheckExecutionPodStatus` is unused (unused)
|
Lint using golangci-lint:
pkg/controlplane/server.go#L219
SA1019: grpcmiddleware.WithUnaryServerChain is deprecated: use google.golang.org/grpc.ChainUnaryInterceptor instead. (staticcheck)
|
Lint using golangci-lint:
pkg/controlplane/server.go#L220
SA1019: grpcmiddleware.WithStreamServerChain is deprecated: use google.golang.org/grpc.ChainStreamInterceptor instead. (staticcheck)
|
Lint using golangci-lint:
pkg/controlplane/server.go#L228
SA1019: grpcmiddleware.WithUnaryServerChain is deprecated: use google.golang.org/grpc.ChainUnaryInterceptor instead. (staticcheck)
|
Lint using golangci-lint:
pkg/controlplane/server.go#L235
SA1019: grpcmiddleware.WithStreamServerChain is deprecated: use google.golang.org/grpc.ChainStreamInterceptor instead. (staticcheck)
|
Lint using golangci-lint
issues found
|
Loading