From 2355fc9bbbab51e76fdccff6874d7ecb10d24f5b Mon Sep 17 00:00:00 2001 From: Ellis Tarn Date: Tue, 3 Jan 2023 11:01:03 -0800 Subject: [PATCH] fix: remove machine from webhook-gen --- pkg/apis/apis.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/apis/apis.go b/pkg/apis/apis.go index a3c37a994c..378835958b 100644 --- a/pkg/apis/apis.go +++ b/pkg/apis/apis.go @@ -40,7 +40,6 @@ var ( // Resources defined in the project Resources = map[schema.GroupVersionKind]resourcesemantics.GenericCRD{ v1alpha5.SchemeGroupVersion.WithKind("Provisioner"): &v1alpha5.Provisioner{}, - v1alpha5.SchemeGroupVersion.WithKind("Machine"): &v1alpha5.Machine{}, } Settings = sets.New(settings.Registration) )