mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
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 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| builder.go | ||
| builder_test.go | ||
| categories.go | ||
| categories_test.go | ||
| doc.go | ||
| helper.go | ||
| helper_test.go | ||
| interfaces.go | ||
| mapper.go | ||
| result.go | ||
| selector.go | ||
| visitor.go | ||
| visitor_test.go | ||