k3s/pkg/kubectl/resource
Kubernetes Submit Queue 52cb89751f Merge pull request #48763 from juanvallejo/jvallejo/update-set-image-local-error-message
Automatic merge from submit-queue (batch tested with PRs 47806, 49539, 48763, 47049, 50600). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>..

Add Local and Unstructured resource builder attributes and handle <rsrsc> / <name> pairs when --local is set

**Release note**:
```release-note
NONE
```

Related downstream BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1390139

Adds an error message if a non-filename (or stdin) resource is specified with the `--local` flag in any of the `kube set ...` sub-commands.

cc @fabianofranz @kubernetes/sig-cli-misc
2017-09-22 21:20:54 -07:00
..
BUILD Merge pull request #48763 from juanvallejo/jvallejo/update-set-image-local-error-message 2017-09-22 21:20:54 -07:00
builder.go add Local and Unstructured builder attributes 2017-09-05 11:57:00 -04:00
builder_test.go run hack/update-all 2017-06-22 11:31:03 -07:00
categories.go Category expansion fully based on discovery 2017-09-05 17:34:42 -03:00
categories_test.go Category expansion fully based on discovery 2017-09-05 17:34:42 -03:00
doc.go
helper.go kubectl get show uninitialized resources 2017-08-26 13:52:36 +08:00
helper_test.go kubectl get show uninitialized resources 2017-08-26 13:52:36 +08:00
interfaces.go find and replace 2017-01-20 08:04:53 -05:00
mapper.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
result.go remove dead code 2017-07-07 09:12:29 -04:00
selector.go kubectl get show uninitialized resources 2017-08-26 13:52:36 +08:00
visitor.go Remove kubectl's dependence on schema file in pkg/api/validation. 2017-08-16 16:38:28 -07:00
visitor_test.go