From 712a8d1fe244b8c060addd0b413d66fba9282f52 Mon Sep 17 00:00:00 2001 From: wangxiang Date: Wed, 15 Oct 2025 19:47:43 +0800 Subject: [PATCH] Remove unused register.go --- .../pkg/apis/samplecontroller/register.go | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller/register.go diff --git a/staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller/register.go b/staging/src/k8s.io/sample-controller/pkg/apis/samplecontroller/register.go deleted file mode 100644 index fd5a7888d75..00000000000 --- a/staging/src/k8s.io/sample-controller/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" -)