# Functions
Printable returns the actually printable object of a Revision based on the --template-only flag.
# Variables
DefaultTableColumns is the list of default column definitions.
# Structs
RevisionPrinter prints revisions' objects or pod templates using the given delegate printer.
RevisionsToTablePrinter transforms revision objects to a metav1.Table and passes it on to the delegate (table) printer.
TableColumn represents a single column with a header and logic for extracting a revision's cell value.