From d4b0af1e038acb94ec6b7c9a2156afb68ac740f5 Mon Sep 17 00:00:00 2001 From: wangxiang Date: Wed, 15 Oct 2025 19:47:43 +0800 Subject: [PATCH] Remove unused register.go Kubernetes-commit: 712a8d1fe244b8c060addd0b413d66fba9282f52 --- pkg/apis/samplecontroller/register.go | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 pkg/apis/samplecontroller/register.go diff --git a/pkg/apis/samplecontroller/register.go b/pkg/apis/samplecontroller/register.go deleted file mode 100644 index fd5a7888..00000000 --- a/pkg/apis/samplecontroller/register.go +++ /dev/null @@ -1,22 +0,0 @@ -/* -Copyright 2017 The Kubernetes Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -package samplecontroller - -// GroupName is the group name used in this package -const ( - GroupName = "samplecontroller.k8s.io" -)