Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Bump k8s.io/client-go from 0.26.1 to 0.28.0 #1830

Bump k8s.io/client-go from 0.26.1 to 0.28.0

Bump k8s.io/client-go from 0.26.1 to 0.28.0 #1830

Triggered via pull request August 18, 2023 02:10
Status Failure
Total duration 3m 14s
Artifacts

unit.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
unit
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
unit
cannot use &CachedOpenAPIGetter{} (value of type *CachedOpenAPIGetter) as discovery.OpenAPISchemaInterface value in variable declaration: *CachedOpenAPIGetter does not implement discovery.OpenAPISchemaInterface (wrong type for method OpenAPISchema)
unit
cannot use g.openAPIClient.OpenAPISchema() (value of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in assignment
unit
cannot use oapi (variable of type *"github.com/google/gnostic-models/openapiv2".Document) as *"github.com/google/gnostic/openapiv2".Document value in argument to NewOpenAPIData
unit
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to proto.NewOpenAPIData
unit
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration value in return statement: map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration does not implement "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration (missing method HasSynced)
unit
cannot use handles (variable of type map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration) as "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration value in return statement: map[string]"k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration does not implement "k8s.io/client-go/tools/cache".ResourceEventHandlerRegistration (missing method HasSynced)
unit
impossible type assertion: h.(map[string]toolscache.ResourceEventHandlerRegistration)
unit
cannot use func() (bool, error) {…} (value of type func() (bool, error)) as wait.ConditionWithContextFunc value in argument to wait.ExponentialBackoffWithContext
unit
Process completed with exit code 2.