chore: adds consistent vanity import to files and provides tooling for verifying and updating them. (#120642)

* chore: drops update vanity imports from script.

* chore: changes copyright year to 2024.

* chore: makes lint happy.

Kubernetes-commit: 6d6398ef9266abce3518a4c9a3d4e4d8feeffdc1
This commit is contained in:
José Carlos Chávez
2024-02-08 13:33:30 +01:00
committed by Kubernetes Publisher
parent 8092c71d36
commit 76174b8af8
12 changed files with 18 additions and 18 deletions

View File

@@ -17,4 +17,4 @@ limitations under the License.
// Package fakeclient contains examples on how to use fakeclient in tests.
// Note: This file is here to avoid warnings on go build since there are no
// non-test files in this package.
package fakeclient
package fakeclient // import "k8s.io/client-go/examples/fake-client"