Container stats collections #1693
Annotations
7 errors
Build:
cmd/controller/state/castai_controller_test.go#L66
cannot use client (variable of type *testGrpcClient) as "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient value in struct literal: *testGrpcClient does not implement "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient (missing method StatsWriteStream)
|
Build:
cmd/controller/state/castai_controller_test.go#L78
cannot use testGrpcClient{} (value of type testGrpcClient) as "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient value in variable declaration: testGrpcClient does not implement "github.com/castai/kvisor/api/v1/runtime".RuntimeSecurityAgentAPIClient (missing method StatsWriteStream)
|
Build:
cmd/controller/state/castai_controller_test.go#L127
undefined: castaipb.RuntimeSecurityAgentAPI_ContainerStatsWriteStreamClient
|
Build:
pkg/castai/client_test.go#L33
cannot use srv (variable of type *testServer) as v1.RuntimeSecurityAgentAPIServer value in argument to castaipb.RegisterRuntimeSecurityAgentAPIServer: *testServer does not implement v1.RuntimeSecurityAgentAPIServer (missing method StatsWriteStream)
|
Build:
pkg/castai/client_test.go#L157
undefined: castaipb.RuntimeSecurityAgentAPI_ContainerStatsWriteStreamServer
|
Build:
pkg/castai/write_stream_test.go#L49
cannot use srv (variable of type *testServer) as v1.RuntimeSecurityAgentAPIServer value in argument to castaipb.RegisterRuntimeSecurityAgentAPIServer: *testServer does not implement v1.RuntimeSecurityAgentAPIServer (missing method StatsWriteStream)
|
Build
Process completed with exit code 1.
|