mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-02 07:35:21 +00:00
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:
committed by
Kubernetes Publisher
parent
8092c71d36
commit
76174b8af8
@@ -19,4 +19,4 @@ limitations under the License.
|
||||
// It doesn't have any of its own types -- it's just necessary to
|
||||
// get the expected behavior out of runtime.Scheme.ConvertToVersion
|
||||
// and associated methods.
|
||||
package appsint
|
||||
package appsint // import "k8s.io/client-go/scale/scheme/appsint"
|
||||
|
@@ -19,4 +19,4 @@ limitations under the License.
|
||||
// Package scheme contains a runtime.Scheme to be used for serializing
|
||||
// and deserializing different versions of Scale, and for converting
|
||||
// in between them.
|
||||
package scheme
|
||||
package scheme // import "k8s.io/client-go/scale/scheme"
|
||||
|
@@ -19,4 +19,4 @@ limitations under the License.
|
||||
// It doesn't have any of its own types -- it's just necessary to
|
||||
// get the expected behavior out of runtime.Scheme.ConvertToVersion
|
||||
// and associated methods.
|
||||
package extensionsint
|
||||
package extensionsint // import "k8s.io/client-go/scale/scheme/extensionsint"
|
||||
|
Reference in New Issue
Block a user