Skip to content

feat: implement client side apply #344

feat: implement client side apply

feat: implement client side apply #344

Triggered via pull request October 13, 2025 08:42
Status Failure
Total duration 2m 4s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
License Check
Process completed with exit code 1.
Golang Lint: client/clientsideapply/clientapply_test.go#L85
empty: use s.Empty (testifylint)
Golang Lint: client/clientsideapply/clientapply_test.go#L62
empty: use s.Empty (testifylint)
Golang Lint: client/clientsideapply/factory.go#L146
`unkown` is a misspelling of `unknown` (misspell)
Golang Lint: client/clientsideapply/factory_test.go#L180
ineffectual assignment to obj (ineffassign)
Golang Lint: client/clientsideapply/factory.go#L148
ineffectual assignment to result (ineffassign)
Golang Lint: client/clientsideapply/unstructured.go#L52
paramTypeCombine: func(gvk schema.GroupVersionKind, label string, value string) (string, string, error) could be replaced with func(gvk schema.GroupVersionKind, label, value string) (string, string, error) (gocritic)
Golang Lint: client/clientsideapply/unstructured.go#L26
paramTypeCombine: func(in any, out any, context any) error could be replaced with func(in, out, context any) error (gocritic)
Golang Lint: client/clientsideapply/factory.go#L199
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Golang Lint: client/clientsideapply/adoptnonapplied.go#L45
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Golang Lint: client/clientsideapply/adoptnonapplied.go#L41
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
Unit Test
Process completed with exit code 2.
License Check
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.