type GetOptions …
var getLong …
var getExample …
const useServerPrintColumns …
var supportedSubresources …
func NewGetOptions(parent string, streams genericiooptions.IOStreams) *GetOptions { … }
func NewCmdGet(parent string, f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *GetOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *GetOptions) Validate() error { … }
type OriginalPositioner …
type NopPositioner …
func (t *NopPositioner) OriginalPosition(ix int) int { … }
type RuntimeSorter …
func (r *RuntimeSorter) Sort() error { … }
func (r *RuntimeSorter) OriginalPosition(ix int) int { … }
func (r *RuntimeSorter) WithDecoder(decoder runtime.Decoder) *RuntimeSorter { … }
func NewRuntimeSorter(objects []runtime.Object, sortBy string) *RuntimeSorter { … }
func (o *GetOptions) transformRequests(req *rest.Request) { … }
func (o *GetOptions) Run(f cmdutil.Factory, args []string) error { … }
type trackingWriterWrapper …
func (t *trackingWriterWrapper) Write(p []byte) (n int, err error) { … }
type separatorWriterWrapper …
func (s *separatorWriterWrapper) Write(p []byte) (n int, err error) { … }
func (s *separatorWriterWrapper) SetReady(state bool) { … }
func (o *GetOptions) watch(f cmdutil.Factory, args []string) error { … }
func (o *GetOptions) printGeneric(r *resource.Result) error { … }
func addServerPrintColumnFlags(cmd *cobra.Command, opt *GetOptions) { … }
func shouldGetNewPrinterForMapping(printer printers.ResourcePrinter, lastMapping, mapping *meta.RESTMapping) bool { … }
func multipleGVKsRequested(infos []*resource.Info) bool { … }