type SetSelectorOptions …
var selectorLong …
var selectorExample …
func NewSelectorOptions(streams genericiooptions.IOStreams) *SetSelectorOptions { … }
func NewCmdSelector(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (o *SetSelectorOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *SetSelectorOptions) Validate() error { … }
func (o *SetSelectorOptions) RunSelector() error { … }
func updateSelectorForObject(obj runtime.Object, selector metav1.LabelSelector) error { … }
func getResourcesAndSelector(args []string) (resources []string, selector *metav1.LabelSelector, err error) { … }