Skip to content

Feature k8s 1.27

Feature k8s 1.27 #407

Triggered via pull request September 9, 2023 03:37
Status Failure
Total duration 1m 26s
Artifacts

lint-ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/utils/worker/work.go#L25
could not import k8s.io/apimachinery/pkg/util/wait (-: could not load export data: no export data for "k8s.io/apimachinery/pkg/util/wait") (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L63
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L70
r.List undefined (type *DefaultResolver has no field or method List) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L83
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L91
r.Get undefined (type *DefaultResolver has no field or method Get) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L98
r.List undefined (type *DefaultResolver has no field or method List) (typecheck)
lint: pkg/authorizer/rbac/extractor.go#L107
r.List undefined (type *DefaultResolver has no field or method List) (typecheck)
lint: pkg/apiserver/cubeapi/authorization/handler.go#L34
could not import k8s.io/apimachinery/pkg/util/sets (-: could not load export data: no export data for "k8s.io/apimachinery/pkg/util/sets") (typecheck)
lint: pkg/apiserver/cubeapi/authorization/handler.go#L35
could not import k8s.io/apimachinery/pkg/util/wait (-: could not load export data: no export data for "k8s.io/apimachinery/pkg/util/wait") (typecheck)
lint: pkg/apiserver/cubeapi/authorization/handler.go#L125
h.Direct undefined (type *handler has no field or method Direct) (typecheck)
lint
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/