cmd.Flags().BoolVar(&options.All,"all",false,"select all resources in the namespace of the specified resource types")
cmd.Flags().BoolVar(&options.All,"all",false,"select all resources in the namespace of the specified resource types")
cmd.Flags().StringVarP(&options.Selector,"selector","l","","Selector (label query) to filter on")
cmd.Flags().StringVarP(&options.Selector,"selector","l","","Selector (label query) to filter on")
cmd.Flags().StringVarP(&options.ContainerSelector,"containers","c","*","The names of containers in the selected pod templates to change, all containers are selected by default - may use wildcards")
cmd.Flags().StringVarP(&options.ContainerSelector,"containers","c","*","The names of containers in the selected pod templates to change, all containers are selected by default - may use wildcards")
cmd.Flags().BoolVar(&options.Local,"local",false,"If true, set resources will NOT contact api-server but run locally.")
cmdutil.AddDryRunFlag(cmd)
cmdutil.AddDryRunFlag(cmd)
cmdutil.AddRecordFlag(cmd)
cmdutil.AddRecordFlag(cmd)
cmd.Flags().StringVar(&options.Limits,"limits",options.Limits,"The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges.")
cmd.Flags().StringVar(&options.Limits,"limits",options.Limits,"The resource requirement requests for this container. For example, 'cpu=100m,memory=256Mi'. Note that server side components may assign requests depending on the server configuration, such as limit ranges.")