kubernetes/pkg/kubectl/cmd/set
Kubernetes Submit Queue 85d328f8da Merge pull request #40189 from xilabao/patch-5
Automatic merge from submit-queue (batch tested with PRs 37228, 40146, 40075, 38789, 40189)

update short help message in set resource

To keep the help message well-formed.
```
#kubectl set -h           
Configure application resources 

These commands help you make changes to existing application resources.

Available Commands:
  image       Update image of a pod template
  resources   update resource requests/limits on objects with pod templates
  selector    Set the selector on a resource

Usage:
  kubectl set SUBCOMMAND [options]
```

```release-note
NONE
```
2017-01-20 12:34:59 -08:00
..
BUILD find and replace 2017-01-20 08:04:53 -05:00
helper.go mechanical 2017-01-16 09:35:12 -05:00
set_image_test.go find and replace 2017-01-20 08:04:53 -05:00
set_image.go move PatchType to apimachinery 2017-01-17 08:32:05 -05:00
set_resources.go update short help message in set resource 2017-01-19 18:53:43 -06:00
set_selector_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
set_selector.go move PatchType to apimachinery 2017-01-17 08:32:05 -05:00
set_test.go add --dry-run opt to kubectl set image 2016-12-08 15:50:52 -05:00
set.go Add new command "kubectl set selector" 2016-12-21 12:30:56 +01:00