From de85b7c8a834966df570629c2709fe470d5ccc7e Mon Sep 17 00:00:00 2001 From: WanLinghao Date: Mon, 11 Feb 2019 09:18:40 +0800 Subject: [PATCH] Clean deprecated `ShowAll` variable in PrintOptions --- pkg/printers/interface.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/printers/interface.go b/pkg/printers/interface.go index f528de5caa..c41eb7e36d 100644 --- a/pkg/printers/interface.go +++ b/pkg/printers/interface.go @@ -47,7 +47,6 @@ type PrintOptions struct { WithNamespace bool WithKind bool Wide bool - ShowAll bool ShowLabels bool AbsoluteTimestamps bool Kind schema.GroupKind