Use k8s 1.29 client libs #1128
workflow.yml
on: pull_request
Lint
1m 53s
Unit test
6m 19s
Annotations
4 errors and 2 warnings
Lint:
constraint/pkg/client/crds/crds.go#L14
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Lint:
constraint/pkg/client/crds/schema.go#L6
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Lint:
constraint/pkg/client/clienttest/cts/schema.go#L5
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
Lint
issues found
|
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/frameworks/frameworks. Supported file pattern: go.sum
|
Unit test
Restore cache failed: Dependencies file is not found in /home/runner/work/frameworks/frameworks. Supported file pattern: go.sum
|