package
0.0.0-20190319231021-e6272b887b81
Repository: https://github.com/marun/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewCmdGet creates a command object for the generic "get" action, which retrieves one or more resources from a server.
NewCustomColumnsPrinterFromSpec creates a custom columns printer from a comma separated list of <header>:<jsonpath-field-spec> pairs.
NewCustomColumnsPrinterFromTemplate creates a custom columns printer from a template stream.
NewCustomColumnsPrintFlags returns flags associated with custom-column printing, with default values set.
NewGetOptions returns a GetOptions with default chunk size 500.
NewGetPrintFlags returns flags associated with humanreadable, template, and "name" printing, with default values set.
NewHumanPrintFlags returns flags associated with human-readable printing, with default values set.
No description provided by the author
NewRuntimeSorter returns a new instance of RuntimeSorter.
No description provided by the author
RelaxedJSONPathExpression attempts to be flexible with JSONPath expressions, it accepts: * metadata.name (no leading '.' or curly braces '{...}' * {metadata.name} (no leading '.') * .metadata.name (no curly braces '{...}') * {.metadata.name} (complete expression) And transforms them all into a valid jsonpath expression: {.metadata.name}.
No description provided by the author

# Structs

Column represents a user specified column.
CustomColumnPrinter is a printer that knows how to print arbitrary columns of data from templates specified in the `Columns` array.
CustomColumnsPrintFlags provides default flags necessary for printing custom resource columns from an inline-template or file.
GetOptions contains the input to the get command.
HumanPrintFlags provides default flags necessary for printing.
NopPositioner and OriginalPositioner is required for swap/sort operations of data in table format.
PrintFlags composes common printer flag structs used in the Get command.
RuntimeSort is an implementation of the golang sort interface that knows how to sort lists of runtime.Object.
RuntimeSorter holds the required objects to perform sorting of runtime objects.
SortingPrinter sorts list types before delegating to another printer.
No description provided by the author

# Interfaces

OriginalPositioner and NopPositioner is required for swap/sort operations of data in table format.