Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdColorizeManagedFields ¶
func NewCmdColorizeManagedFields(streams genericiooptions.IOStreams) *cobra.Command
Types ¶
type ColorJSONPrinter ¶
type ColorJSONPrinter struct{}
type ColorMarker ¶
type ColorMarker struct {
// contains filtered or unexported fields
}
type ColorYAMLPrinter ¶
type ColorYAMLPrinter struct {
// contains filtered or unexported fields
}
type ColorizeManagedFieldsOptions ¶
type ColorizeManagedFieldsOptions struct { PrintFlags *PrintFlags Namespace string ExplicitNamespace bool genericiooptions.IOStreams }
func NewColorizeManagedFieldsOptions ¶
func NewColorizeManagedFieldsOptions(streams genericiooptions.IOStreams) *ColorizeManagedFieldsOptions
type PrintFlags ¶
type PrintFlags struct { JSONYamlPrintFlags *genericclioptions.JSONYamlPrintFlags NoDescription *bool OutputFormat *string }
func NewPrintFlags ¶
func NewPrintFlags() *PrintFlags
func (*PrintFlags) AddFlags ¶
func (f *PrintFlags) AddFlags(cmd *cobra.Command)
func (*PrintFlags) AllowedFormats ¶
func (f *PrintFlags) AllowedFormats() []string
func (*PrintFlags) ToPrinter ¶
func (f *PrintFlags) ToPrinter() (printers.ResourcePrinter, error)
Click to show internal directories.
Click to hide internal directories.