k3s/hack/testdata
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
..
TPR add apply cmd tests for TPR 2017-02-02 15:20:45 -08:00
filter
null-propagation Remove vestiges of defaulting from conversion path, switch to top-level default registration only 2017-04-12 13:36:15 -04:00
prune
prune-reap
recursive
retainKeys/deployment add apply test for retainKeys 2017-08-28 16:37:23 -07:00
sorted-pods add cmd-test for sort-by command 2017-08-11 15:53:31 +08:00
auth-tokens.csv *: remove --insecure-allow-any-token option 2017-07-18 16:03:15 -07:00
configmap.yaml Add bash test for kubectl set env command 2017-08-25 20:37:46 +08:00
csr.yml
deployment-multicontainer-resources.yaml
deployment-multicontainer.yaml
deployment-revision1.yaml
deployment-revision2.yaml
deployment-with-UnixUserID.yaml Add test from #47578 2017-06-21 10:56:00 -07:00
frontend-controller.yaml
frontend-replicaset.yaml
initializer-clusterrolebinding.yaml add tests 2017-08-31 16:31:02 +08:00
initializer-deployments.yaml add tests 2017-08-31 16:31:02 +08:00
initializer-redis-master-service.yaml add tests 2017-08-31 16:31:02 +08:00
invalid-rc-with-empty-args.yaml
kubernetes-service.yaml
list.yaml
multi-resource-json-modify.json
multi-resource-json.json
multi-resource-list-modify.json
multi-resource-list.json
multi-resource-rclist-modify.json
multi-resource-rclist.json
multi-resource-svclist-modify.json
multi-resource-svclist.json
multi-resource-yaml-modify.yaml
multi-resource-yaml.yaml
pod-apply.yaml
pod-with-api-env.yaml
pod-with-large-name.yaml
pod-with-precision.json
pod.yaml
redis-slave-replicaset.yaml
rollingupdate-daemonset-rv2.yaml Update kubectl rollout to consume `.data` of DaemonSet history 2017-06-10 10:52:33 -07:00
rollingupdate-daemonset.yaml Add a test for semantically equal DaemonSet updates 2017-03-21 16:06:34 -07:00
rollingupdate-statefulset-rv2.yaml statefulSet kubectl rollout command 2017-08-24 16:43:03 -07:00
rollingupdate-statefulset.yaml statefulSet kubectl rollout command 2017-08-24 16:43:03 -07:00
secret.yaml Add bash test for kubectl set env command 2017-08-25 20:37:46 +08:00
tls.crt
tls.key