Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶ added in v1.5.1
type Option func(*opt)
Option represents available fuzzy-finding options.
func WithAllNamespaces ¶ added in v1.5.1
WithAllNamespaces specifies whether to display the namespace during fuzzy-finding. Default is false.
func WithPreview ¶ added in v1.5.1
func WithPreview(printer printers.ResourcePrinter) Option
WithPreview specifies whether to show a preview during fuzzy-finding. The output of the preview is done using the ResourcePrinter.
func WithRawPreview ¶ added in v1.5.1
WithRawPreview specifies whether an unsimplified object should be displayed in the fuzzy-finding preview. Default is false.
Click to show internal directories.
Click to hide internal directories.