Commit 903a4541 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #48298 from mengqiy/kubectl_crlf

Automatic merge from submit-queue (batch tested with PRs 48295, 48298, 47339, 44910, 48037) move crlf to kubectl/util move crlf from pkg/util/crlf to pkg/kubectl/util/crlf Ref: https://github.com/kubernetes/kubernetes/issues/48209 ```release-note NONE ``` /assign @apelisse @monopole cc: @pwittrock
parents 3dcd3089 2510a473
......@@ -21,8 +21,8 @@ go_library(
"//pkg/kubectl:go_default_library",
"//pkg/kubectl/cmd/util:go_default_library",
"//pkg/kubectl/resource:go_default_library",
"//pkg/kubectl/util/crlf:go_default_library",
"//pkg/printers:go_default_library",
"//pkg/util/crlf:go_default_library",
"//pkg/util/term:go_default_library",
"//vendor/github.com/evanphx/json-patch:go_default_library",
"//vendor/github.com/golang/glog:go_default_library",
......
......@@ -44,8 +44,8 @@ import (
"k8s.io/kubernetes/pkg/kubectl"
cmdutil "k8s.io/kubernetes/pkg/kubectl/cmd/util"
"k8s.io/kubernetes/pkg/kubectl/resource"
"k8s.io/kubernetes/pkg/kubectl/util/crlf"
"k8s.io/kubernetes/pkg/printers"
"k8s.io/kubernetes/pkg/util/crlf"
)
// EditOptions contains all the options for running edit cli command.
......
......@@ -28,7 +28,10 @@ filegroup(
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
srcs = [
":package-srcs",
"//pkg/kubectl/util/crlf:all-srcs",
],
tags = ["automanaged"],
visibility = ["//build/visible_to:pkg_kubectl_util_CONSUMERS"],
)
......@@ -47,7 +47,6 @@ filegroup(
"//pkg/util/bandwidth:all-srcs",
"//pkg/util/config:all-srcs",
"//pkg/util/configz:all-srcs",
"//pkg/util/crlf:all-srcs",
"//pkg/util/dbus:all-srcs",
"//pkg/util/ebtables:all-srcs",
"//pkg/util/env:all-srcs",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment