Skip to content

Use k8s 1.29 client libs #796

Use k8s 1.29 client libs

Use k8s 1.29 client libs #796

Triggered via pull request January 1, 2024 01:06
Status Failure
Total duration 3m 21s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: pkg/describer/backups.go#L25
could not import k8s.io/kubectl/pkg/describe (-: # k8s.io/kubectl/pkg/describe
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L2667
cannot use ing.Status.LoadBalancer (variable of type "k8s.io/api/networking/v1".IngressLoadBalancerStatus) as "k8s.io/api/core/v1".LoadBalancerStatus value in argument to loadBalancerStatusStringer
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L2719
cannot use ing.Status.LoadBalancer (variable of type "k8s.io/api/networking/v1beta1".IngressLoadBalancerStatus) as "k8s.io/api/core/v1".LoadBalancerStatus value in argument to loadBalancerStatusStringer
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L2865
c.client.NetworkingV1alpha1().ClusterCIDRs undefined (type "k8s.io/client-go/kubernetes/typed/networking/v1alpha1".NetworkingV1alpha1Interface has no field or method ClusterCIDRs)
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L2875
undefined: networkingv1alpha1.ClusterCIDR
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L4891
undefined: policyv1beta1.PodSecurityPolicy
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L4966
undefined: policyv1beta1.FSType
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L4974
undefined: policyv1beta1.AllowedFlexVolume
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L4982
undefined: policyv1beta1.AllowedCSIDriver
Build: vendor/k8s.io/kubectl/pkg/describe/describe.go#L4994
undefined: policyv1beta1.HostPortRange
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/