Skip to content

Bump knative.dev/serving from 0.38.0 to 0.39.0 #1110

Bump knative.dev/serving from 0.38.0 to 0.39.0

Bump knative.dev/serving from 0.38.0 to 0.39.0 #1110

Triggered via pull request November 27, 2023 23:31
Status Failure
Total duration 6m 19s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
6m 8s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify / Verify Deps and Codegen: pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_horizonsource.go#L1
Please run ./hack/update-codegen.sh. diff --git a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_horizonsource.go b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_horizonsource.go index 5f89d39..f16dc34 100644 --- a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_horizonsource.go +++ b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_horizonsource.go @@ -13,7 +13,6 @@ import ( v1alpha1 "github.com/vmware-tanzu/sources-for-knative/pkg/apis/sources/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" - schema "k8s.io/apimachinery/pkg/runtime/schema" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" testing "k8s.io/client-go/testing" @@ -25,9 +24,9 @@ type FakeHorizonSources struct { ns string } -var horizonsourcesResource = schema.GroupVersionResource{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Resource: "horizonsources"} +var horizonsourcesResource = v1alpha1.SchemeGroupVersion.WithResource("horizonsources") -var horizonsourcesKind = schema.GroupVersionKind{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Kind: "HorizonSource"} +var horizonsourcesKind = v1alpha1.SchemeGroupVersion.WithKind("HorizonSource") // Get takes name of the horizonSource, and returns the corresponding horizonSource object, and an error if there is any. func (c *FakeHorizonSources) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.HorizonSource, err error) {
verify / Verify Deps and Codegen: pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspherebinding.go#L1
Please run ./hack/update-codegen.sh. diff --git a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspherebinding.go b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspherebinding.go index bd8a17e..b27c377 100644 --- a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspherebinding.go +++ b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspherebinding.go @@ -13,7 +13,6 @@ import ( v1alpha1 "github.com/vmware-tanzu/sources-for-knative/pkg/apis/sources/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" - schema "k8s.io/apimachinery/pkg/runtime/schema" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" testing "k8s.io/client-go/testing" @@ -25,9 +24,9 @@ type FakeVSphereBindings struct { ns string } -var vspherebindingsResource = schema.GroupVersionResource{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Resource: "vspherebindings"} +var vspherebindingsResource = v1alpha1.SchemeGroupVersion.WithResource("vspherebindings") -var vspherebindingsKind = schema.GroupVersionKind{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Kind: "VSphereBinding"} +var vspherebindingsKind = v1alpha1.SchemeGroupVersion.WithKind("VSphereBinding") // Get takes name of the vSphereBinding, and returns the corresponding vSphereBinding object, and an error if there is any. func (c *FakeVSphereBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.VSphereBinding, err error) {
verify / Verify Deps and Codegen: pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspheresource.go#L1
Please run ./hack/update-codegen.sh. diff --git a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspheresource.go b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspheresource.go index 2849281..d02e9cd 100644 --- a/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspheresource.go +++ b/pkg/client/clientset/versioned/typed/sources/v1alpha1/fake/fake_vspheresource.go @@ -13,7 +13,6 @@ import ( v1alpha1 "github.com/vmware-tanzu/sources-for-knative/pkg/apis/sources/v1alpha1" v1 "k8s.io/apimachinery/pkg/apis/meta/v1" labels "k8s.io/apimachinery/pkg/labels" - schema "k8s.io/apimachinery/pkg/runtime/schema" types "k8s.io/apimachinery/pkg/types" watch "k8s.io/apimachinery/pkg/watch" testing "k8s.io/client-go/testing" @@ -25,9 +24,9 @@ type FakeVSphereSources struct { ns string } -var vspheresourcesResource = schema.GroupVersionResource{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Resource: "vspheresources"} +var vspheresourcesResource = v1alpha1.SchemeGroupVersion.WithResource("vspheresources") -var vspheresourcesKind = schema.GroupVersionKind{Group: "sources.tanzu.vmware.com", Version: "v1alpha1", Kind: "VSphereSource"} +var vspheresourcesKind = v1alpha1.SchemeGroupVersion.WithKind("VSphereSource") // Get takes name of the vSphereSource, and returns the corresponding vSphereSource object, and an error if there is any. func (c *FakeVSphereSources) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.VSphereSource, err error) {
verify / Verify Deps and Codegen: vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS#L1
Please run ./hack/update-codegen.sh.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/sources-for-knative/sources-for-knative. Supported file pattern: go.sum