mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #26958 from resouer/util-line
Automatic merge from submit-queue Refactoring runner resource container linedelimiter to it's own pkg Continuing my work ref #15634 Anyone is ok to review this fix.
This commit is contained in:
@@ -41,7 +41,7 @@ import (
|
||||
"k8s.io/kubernetes/pkg/kubectl/resource"
|
||||
"k8s.io/kubernetes/pkg/runtime"
|
||||
"k8s.io/kubernetes/pkg/runtime/serializer"
|
||||
"k8s.io/kubernetes/pkg/util"
|
||||
"k8s.io/kubernetes/pkg/util/strings"
|
||||
)
|
||||
|
||||
func initTestErrorHandler(t *testing.T) {
|
||||
@@ -801,7 +801,7 @@ func Example_printServiceWithNamespacesAndLabels() {
|
||||
Status: api.ServiceStatus{},
|
||||
}},
|
||||
}
|
||||
ld := util.NewLineDelimiter(os.Stdout, "|")
|
||||
ld := strings.NewLineDelimiter(os.Stdout, "|")
|
||||
defer ld.Flush()
|
||||
|
||||
mapper, _ := f.Object(false)
|
||||
|
||||
Reference in New Issue
Block a user