Skip to content

Commit

Permalink
show deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroargentieri committed Oct 9, 2023
1 parent 1df0ac9 commit 023ad99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/kubernetes/kubernetes_list_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ If you wish to use a custom format, the available fields are:

ow := utility.NewOutputWriter()
for _, version := range kubeVersions {
if version.Type == "deprecated" {
continue
}

ow.StartLine()

Expand Down

0 comments on commit 023ad99

Please sign in to comment.