Merge pull request #67746 from WanLinghao/show-all-remove

Clean deprecated `ShowAll` variable in PrintOptions
This commit is contained in:
Kubernetes Prow Robot
2019-02-12 18:45:02 -08:00
committed by GitHub

View File

@@ -46,7 +46,6 @@ type PrintOptions struct {
WithNamespace bool
WithKind bool
Wide bool
ShowAll bool
ShowLabels bool
AbsoluteTimestamps bool
Kind schema.GroupKind