Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RBInfo map[string]*OtherPrint
RBInfo resourcebinding info and print info
Functions ¶
Types ¶
type CommandGetOptions ¶
type CommandGetOptions struct { Clusters []string PrintFlags *get.PrintFlags ToPrinter func(*meta.RESTMapping, *bool, bool, bool) (printers.ResourcePrinterFunc, error) IsHumanReadablePrinter bool CmdParent string resource.FilenameOptions Watch bool WatchOnly bool ChunkSize int64 OutputWatchEvents bool LabelSelector string FieldSelector string Namespace string AllNamespaces bool ExplicitNamespace bool ServerPrint bool NoHeaders bool Sort bool IgnoreNotFound bool Export bool genericclioptions.IOStreams // contains filtered or unexported fields }
CommandGetOptions contains the input to the get command.
func NewCommandGetOptions ¶
func NewCommandGetOptions(streams genericclioptions.IOStreams) *CommandGetOptions
NewCommandGetOptions returns a CommandGetOptions with default chunk size 500.
func (*CommandGetOptions) Complete ¶
func (g *CommandGetOptions) Complete(f util.Factory) error
Complete takes the command arguments and infers any remaining options.
type OtherPrint ¶
type OtherPrint struct {
Applied interface{}
}
OtherPrint applied is used in the display column
Click to show internal directories.
Click to hide internal directories.