Implement Force Removal Taint Logic #107
Annotations
10 errors and 2 warnings
Build:
pkg/controller/controller_scale_node_group_test.go#L129
assignment mismatch: 3 variables but controller.filterNodes returns 4 values
|
Build:
pkg/controller/controller_scale_node_group_test.go#L196
assignment mismatch: 3 variables but controller.filterNodes returns 4 values
|
Build:
pkg/controller/controller_test.go#L161
assignment mismatch: 3 variables but c.filterNodes returns 4 values
|
Build:
pkg/controller/scale_down_test.go#L91
cannot use nodeGroupsState["example"] (map index expression of type *NodeGroupState) as []*"k8s.io/api/core/v1".Node value in struct literal
|
Build:
pkg/controller/scale_down_test.go#L92
cannot use 2 (untyped int constant) as *NodeGroupState value in struct literal
|
Build:
pkg/controller/scale_down_test.go#L93
too few values in struct literal of type scaleOpts
|
Build:
pkg/controller/scale_down_test.go#L106
cannot use nodeGroupsState["example"] (map index expression of type *NodeGroupState) as []*"k8s.io/api/core/v1".Node value in struct literal
|
Build:
pkg/controller/scale_down_test.go#L107
cannot use 4 (untyped int constant) as *NodeGroupState value in struct literal
|
Build:
pkg/controller/scale_down_test.go#L108
too few values in struct literal of type scaleOpts
|
Build:
pkg/controller/scale_down_test.go#L121
cannot use nodeGroupsState["example"] (map index expression of type *NodeGroupState) as []*"k8s.io/api/core/v1".Node value in struct literal
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|