Skip to content

Bump k8s.io/client-go from 0.17.2 to 0.20.0 #111

Bump k8s.io/client-go from 0.17.2 to 0.20.0

Bump k8s.io/client-go from 0.17.2 to 0.20.0 #111

Triggered via pull request September 13, 2023 18:00
Status Failure
Total duration 1m 37s
Artifacts

unit-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
unit-test
undefined: logr.InfoLogger
unit-test
o.Post().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Body(obj).VersionedParams(createOpts.AsCreateOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Put().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).Body(obj).VersionedParams(updateOpts.AsUpdateOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Delete().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).Body(deleteOpts.AsDeleteOptions()).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Delete().NamespaceIfScoped(deleteAllOfOpts.ListOptions.Namespace, o.isNamespaced()).Resource(o.resource()).VersionedParams(deleteAllOfOpts.AsListOptions(), c.paramCodec).Body(deleteAllOfOpts.AsDeleteOptions()).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Patch(patch.Type()).NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).VersionedParams(patchOpts.ApplyOptions(opts).AsPatchOptions(), c.paramCodec).Body(data).Context undefined (type *rest.Request has no field or method Context)
unit-test
r.Get().NamespaceIfScoped(key.Namespace, r.isNamespaced()).Resource(r.resource()).Context undefined (type *rest.Request has no field or method Context)
unit-test
r.Get().NamespaceIfScoped(listOpts.Namespace, r.isNamespaced()).Resource(r.resource()).VersionedParams(listOpts.AsListOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Put().NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).SubResource("status").Body(obj).VersionedParams((&UpdateOptions{}).ApplyOptions(opts).AsUpdateOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
unit-test
o.Patch(patch.Type()).NamespaceIfScoped(o.GetNamespace(), o.isNamespaced()).Resource(o.resource()).Name(o.GetName()).SubResource("status").Body(data).VersionedParams(patchOpts.ApplyOptions(opts).AsPatchOptions(), c.paramCodec).Context undefined (type *rest.Request has no field or method Context)
unit-test
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/