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 WithNamespace bool
WithKind bool WithKind bool
Wide bool Wide bool
ShowAll bool
ShowLabels bool ShowLabels bool
AbsoluteTimestamps bool AbsoluteTimestamps bool
Kind schema.GroupKind Kind schema.GroupKind