kubernetes/pkg/kubectl/cmd/util
Kubernetes Submit Queue 5c0b265a9b Merge pull request #50497 from dixudx/kubectl-include-uninitialized
Automatic merge from submit-queue (batch tested with PRs 51301, 50497, 50112, 48184, 50993)

Introduce new flag "--include-uninitialized" to kubectl

**What this PR does / why we need it**:

Introduce `--include-uninitialized` as a global flag to kubectl

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49035

**Special notes for your reviewer**:
/assign @caesarxuchao @smarterclayton @ahmetb @deads2k 

**Release note**:

```release-note
Add flag "--include-uninitialized" to kubectl annotate, apply, edit-last-applied, delete, describe, edit, get, label, set. "--include-uninitialized=true" makes kubectl commands apply to uninitialized objects, which by default are ignored if the names of the objects are not provided. "--all" also makes kubectl commands apply to uninitialized objects. Please see the [initializer](https://kubernetes.io/docs/admin/extensible-admission-controllers/) doc for more details.
```
2017-09-02 23:50:00 -07:00
..
editor enforce include-uninitialized in several kubectl commands 2017-08-31 16:30:56 +08:00
env Add kubectl set env command 2017-08-25 19:53:22 +08:00
jsonmerge Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
openapi Revert "Revert "Merge pull request #47353 from apelisse/http-cache"" 2017-08-25 08:31:49 -07:00
sanity Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
BUILD Add kubectl set env command 2017-08-25 19:53:22 +08:00
cached_discovery.go openapi: Fetch protobuf rather than Json 2017-06-23 13:50:50 -07:00
cached_discovery_test.go openapi: Fetch protobuf rather than Json 2017-06-23 13:50:50 -07:00
clientcache.go More PR comments 2017-08-21 16:06:48 -07:00
factory.go c-go cache: Only cache discovery requests 2017-08-30 15:01:46 -07:00
factory_builder.go fix sort-by output problem 2017-07-17 10:26:34 +08:00
factory_client_access.go Revert "Enable batch/v1beta1.CronJobs by default" 2017-08-31 09:54:16 -07:00
factory_object_mapping.go Revert "Revert "Merge pull request #47353 from apelisse/http-cache"" 2017-08-25 08:31:49 -07:00
factory_object_mapping_test.go remove registry from testing/fixture.go; update client-gen to not use 2017-05-04 11:30:51 -07:00
factory_test.go Merge pull request #50554 from zhangxiaoyu-zidif/refactor-factory-test 2017-08-23 02:35:11 -07:00
helpers.go Merge pull request #50497 from dixudx/kubectl-include-uninitialized 2017-09-02 23:50:00 -07:00
helpers_test.go update import 2017-07-20 11:03:49 -07:00
printing.go Correct case for starting character of option string 2017-08-11 07:24:08 +10:00
shortcut_restmapper.go move category expansion out of restmapper 2017-03-27 13:54:05 -04:00
shortcut_restmapper_test.go Use storage.v1 instead of v1beta1 2017-04-25 10:13:38 +02:00