kubernetes/hack/testdata
Antoine Pelisse 0db6249740 kubectl-diff: Simplify interface
The current interface is kind of clunky and not super easy to use, since
you have to specify parameters to specify which versions to diff. Also
the default isn't the most useful setting.

Change the interface by removing all the parameters and force only one
useful use-case, that is: diffing what's currently live against
what would be live if applied.
2018-09-11 15:53:29 -07:00
..
CRD update -o name format to kind.group/name 2018-02-15 10:33:06 -05:00
filter Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
null-propagation Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
prune Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
prune-reap kubectl: apply prune should fallback to basic delete when a resource has no reaper 2016-10-14 15:04:38 -07:00
recursive Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
retainKeys/deployment add apply test for retainKeys 2017-08-28 16:37:23 -07:00
sorted-pods add prototype sorting for table rows 2018-08-30 16:09:05 -04: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 promote certificates.k8s.io to beta 2017-01-19 13:13:20 -08:00
deployment-label-change1.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
deployment-label-change2.yaml Merge pull request #57824 from thockin/gcr-vanity 2018-02-08 03:29:32 -08:00
deployment-label-change3.yaml Pass 2: k8s GCR vanity URL 2018-04-06 08:14:58 -07:00
deployment-multicontainer-resources.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
deployment-multicontainer.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
deployment-revision1.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
deployment-revision2.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
deployment-with-UnixUserID.yaml Add test from #47578 2017-06-21 10:56:00 -07:00
frontend-controller.yaml
frontend-replicaset.yaml Copy replicaset example yamls to hack/testdata directory. 2016-03-10 10:53:29 -08:00
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 Check for an empty value in validateField 2016-05-30 14:12:18 +10:00
kubernetes-service.yaml Adding test-federation-cmd.sh to test kubectl with federation apiserver 2017-01-04 11:17:05 -08:00
list.yaml Kubectl support for validating nested objects with different ApiGroups (e.g. Lists containing objects in different api groups). Closes #24089 2016-05-09 19:38:40 -07:00
multi-resource-json-modify.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-json.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-list-modify.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-list.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-rclist-modify.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-rclist.json Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-svclist-modify.json
multi-resource-svclist.json
multi-resource-yaml-modify.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
multi-resource-yaml.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
pod-apply.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
pod-changed.yaml kubectl-diff: Simplify interface 2018-09-11 15:53:29 -07:00
pod-with-api-env.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
pod-with-large-name.yaml Modify serve-hostname image to handle graceful termination 2017-10-23 14:09:32 -07:00
pod-with-precision.json Use pause manifest image 2018-04-06 11:00:50 +05:30
pod.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
redis-slave-replicaset.yaml Copy replicaset example yamls to hack/testdata directory. 2016-03-10 10:53:29 -08:00
rollingupdate-daemonset-rv2.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
rollingupdate-daemonset.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
rollingupdate-statefulset-rv2.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
rollingupdate-statefulset.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
scale-deploy-1.yaml Add bash test for kubectl scale --selector and --all 2017-08-27 15:42:20 +08:00
scale-deploy-2.yaml Add bash test for kubectl scale --selector and --all 2017-08-27 15:42:20 +08:00
scale-deploy-3.yaml Add bash test for kubectl scale --selector and --all 2017-08-27 15:42:20 +08:00
secret.yaml Add bash test for kubectl set env command 2017-08-25 20:37:46 +08:00
service-revision1.yaml kubectl: recreating resources for immutable fields when force is applied 2018-08-09 22:59:02 +08:00
service-revision2.yaml kubectl: recreating resources for immutable fields when force is applied 2018-08-09 22:59:02 +08:00
tls.crt Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00
tls.key Add a kubectl create secret tls command 2016-05-16 22:38:56 -07:00