client/pkg/printers
Navid Shaikh b6d1bb47e7 Adds human-friendly table printing for resource listing (#85)
* Adds human-friendly printer

 All the credits goes to authors of https://github.com/kubernetes/kubernetes/tree/master/pkg/printers

* Updates the vendor/modules.txt

 As its updated after running hack/verify-codegen.sh

* Removes WithKind and WithNamespace printing options

 Lets start with bare minimum printer

* Adds licenses

 and references the original implementation file link.

 Removes pkg/printers/printers.go

* Removes unused imports
2019-05-09 16:27:38 -07:00
..
interface.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00
tablegenerator.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00
tableprinter.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00
tabwriter.go Adds human-friendly table printing for resource listing (#85) 2019-05-09 16:27:38 -07:00