package label
import "k8s.io/kubernetes/pkg/kubectl/cmd/label"
Index ¶
- func NewCmdLabel(f cmdutil.Factory, ioStreams genericclioptions.IOStreams) *cobra.Command
- type LabelOptions
Functions ¶
func NewCmdLabel ¶
Types ¶
type LabelOptions ¶
type LabelOptions struct { // Filename options resource.FilenameOptions RecordFlags *genericclioptions.RecordFlags PrintFlags *genericclioptions.PrintFlags ToPrinter func(string) (printers.ResourcePrinter, error) Recorder genericclioptions.Recorder // Common shared fields genericclioptions.IOStreams // contains filtered or unexported fields }
LabelOptions have the data required to perform the label operation
func NewLabelOptions ¶
func NewLabelOptions(ioStreams genericclioptions.IOStreams) *LabelOptions
func (*LabelOptions) Complete ¶
Complete adapts from the command line args and factory to the data required.
func (*LabelOptions) RunLabel ¶
func (o *LabelOptions) RunLabel() error
RunLabel does the work
func (*LabelOptions) Validate ¶
func (o *LabelOptions) Validate() error
Validate checks to the LabelOptions to see if there is sufficient information run the command.
Source Files ¶
label.go
- Version
- v1.13.8
- Published
- Jul 4, 2019
- Platform
- js/wasm
- Imports
- 21 packages
- Last checked
- 8 minutes ago –
Tools for package owners.