Versions in this module Expand all Collapse all v3 v3.11.0 Oct 9, 2018 Changes in this version + func NewCmdObserve(fullName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type ColumnPrinter interface + Print func(obj interface{}) ([]string, []byte, error) + func NewVersionedColumnPrinter(printer ColumnPrinter, convertor runtime.ObjectConvertor, ...) ColumnPrinter + type GoTemplateColumnPrinter struct + func NewGoTemplateArgumentPrinter(includeNamespace, strict bool, templates ...string) (*GoTemplateColumnPrinter, error) + func (p *GoTemplateColumnPrinter) Print(obj interface{}) ([]string, []byte, error) + type JSONPathColumnPrinter struct + func NewJSONPathArgumentPrinter(includeNamespace, strict bool, templates ...string) (*JSONPathColumnPrinter, error) + func (p *JSONPathColumnPrinter) Print(obj interface{}) ([]string, []byte, error) + type ObserveOptions struct + func NewObserveOptions(streams genericclioptions.IOStreams) *ObserveOptions + func (o *ObserveOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *ObserveOptions) Run() error + func (o *ObserveOptions) Validate(args []string) error + type VersionedColumnPrinter struct + func (p *VersionedColumnPrinter) Print(out interface{}) ([]string, []byte, error) Other modules containing this package gopkg.in/openshift/origin.v4