diff --git a/pkg/api/unversioned/types.go b/pkg/api/unversioned/types.go index 8af30daef6b..32160a54d7b 100644 --- a/pkg/api/unversioned/types.go +++ b/pkg/api/unversioned/types.go @@ -17,9 +17,7 @@ limitations under the License. // Package unversioned contains API types that are common to all versions. package unversioned -import ( - "strings" -) +import "strings" // TypeMeta describes an individual object in an API response or request // with strings representing the type of the object and its API schema version.