[DO NOT MERGE] Add SciFi SpannerInstance #2596
Annotations
7 errors and 1 warning
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L45
cannot use &model{…} (value of type *model) as directbase.Model value in argument to directbase.Add: *model does not implement directbase.Model (wrong type for method AdapterForObject)
|
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L49
cannot use &model{} (value of type *model) as directbase.Model value in variable declaration: *model does not implement directbase.Model (wrong type for method AdapterForObject)
|
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L269
cannot use new(int) (value of type *int) as *int64 value in assignment
|
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L270
cannot use int(in.NodeCount) (value of type int) as int64 value in assignment
|
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L271
cannot use new(int) (value of type *int) as *int64 value in assignment
|
Run mock tests:
pkg/controller/direct/spanner/instance_controller.go#L272
cannot use int(in.ProcessingUnits) (value of type int) as int64 value in assignment
|
Run mock tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading