Files
kubernetes/test/test_owners.csv
Kubernetes Submit Queue e6fadcbf4b Merge pull request #36283 from nikhiljindal/nscascdelTests
Automatic merge from submit-queue

Adding more e2e tests for federated namespace cascading deletion and fixing bugs

Ref https://github.com/kubernetes/kubernetes/issues/33612

Adding more e2e tests for testing cascading deletion of federated namespace.
New tests are now verifying that cascading deletion happen when DeletionOptions.OrphanDependents=false and it does not happen when DeleteOptions.OrphanDependents=true.

Also updated deletion helper to always add OrphanFinalizer. generic registry will remove it if DeleteOptions.OrphanDependents=false. Also updated namespace registry to do the same.

We need to add the orphan finalizer to keep the orphan by default behavior. We assume that its dependents are going to be orphaned and hence add that finalizer. If user does not want the orphan behavior, he can do so using DeleteOptions and then the registry will remove that finalizer.

cc @kubernetes/sig-cluster-federation @caesarxuchao @derekwaynecarr
2016-11-07 01:37:14 -08:00

64 KiB

1nameownerauto-assigned
2DEFAULTrmmh/spxtr/ixdy/apelisse/fejta0
3Addon update should propagate add-on file changeseparis1
4AppArmor when running with AppArmor should enforce a permissive profileyujuhong1
5AppArmor when running with AppArmor should enforce a profile blocking writesfreehan1
6AppArmor when running with AppArmor should reject an unloaded profilekargakis1
7AppArmor when running without AppArmor should reject a pod with an AppArmor profilevulpecula1
8Cadvisor should be healthy on every node.vishh0
9Cassandra should create and scale cassandrafabioy1
10CassandraStatefulSet should create statefulsetwojtek-t1
11Cluster level logging using Elasticsearch should check that logs from containers are ingested into Elasticsearchcrassirostris0
12Cluster level logging using GCL should check that logs from containers are ingested in GCLcrassirostris0
13Cluster size autoscaling should add node to the particular migspxtr1
14Cluster size autoscaling should correctly scale down after a node is not neededpmorie1
15Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled poolkrousey1
16Cluster size autoscaling should disable node pool autoscalingQ-Lee1
17Cluster size autoscaling should increase cluster size if pending pods are smallchildsb1
18Cluster size autoscaling should increase cluster size if pending pods are small and there is another node pool that is not autoscaledapelisse1
19Cluster size autoscaling should increase cluster size if pods are pending due to host port conflictbrendandburns1
20Cluster size autoscaling should scale up correct target poolmikedanese1
21Cluster size autoscaling shouldn't increase cluster size if pending pod is too largekarlkfi1
22ClusterDns should create pod that uses dnssttts0
23ConfigMap should be consumable from pods in volumealex-mohr1
24ConfigMap should be consumable from pods in volume as non-roothurf1
25ConfigMap should be consumable from pods in volume as non-root with FSGrouproberthbailey1
26ConfigMap should be consumable from pods in volume with defaultMode setRandom-Liu1
27ConfigMap should be consumable from pods in volume with mappingskarlkfi1
28ConfigMap should be consumable from pods in volume with mappings and Item mode seteparis1
29ConfigMap should be consumable from pods in volume with mappings as non-rootapelisse1
30ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroupzmerlynn1
31ConfigMap should be consumable in multiple volumes in the same podcaesarxuchao1
32ConfigMap should be consumable via environment variablencdc1
33ConfigMap updates should be reflected in volumekevin-wangzefeng1
34Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute poststart exec hook properlykargakis1
35Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute prestop exec hook properlyjdef1
36Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute poststart http hook properlyvishh1
37Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute prestop http hook properlyfreehan1
38Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image *Random-Liu0
39Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits it should run with the expected statusluxas1
40Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message if TerminationMessagePath is settimothysc1
41DNS should provide DNS for ExternalName servicesrmmh1
42DNS should provide DNS for pods for Hostname and Subdomain Annotationmtaufen1
43DNS should provide DNS for servicesroberthbailey1
44DNS should provide DNS for the clusterroberthbailey1
45Daemon set should run and stop complex daemonjlowdermilk1
46Daemon set should run and stop complex daemon with node affinityerictune1
47Daemon set should run and stop simple daemonmtaufen1
48DaemonRestart Controller Manager should not create/delete replicas across restartvulpecula1
49DaemonRestart Kubelet should not restart containers across restartmadhusudancs1
50DaemonRestart Scheduler should continue assigning pods to nodes across restartlavalamp1
51Density create a batch of pods latency/resource should be within limit when create * pods with * intervalapelisse1
52Density create a batch of pods with higher API QPS latency/resource should be within limit when create * pods with * interval (QPS *)jlowdermilk1
53Density create a sequence of pods latency/resource should be within limit when create * pods with * background podswojtek-t1
54Density should allow running maximum capacity pods on nodessmarterclayton1
55Density should allow starting * pods per nodegmarek0
56Deployment RecreateDeployment should delete old pods and create new onespwittrock0
57Deployment RollingUpdateDeployment should delete old pods and create new onespwittrock0
58Deployment RollingUpdateDeployment should scale up and down in the right orderpwittrock0
59Deployment deployment reaping should cascade to its replica sets and podswojtek-t1
60Deployment deployment should create new podspwittrock0
61Deployment deployment should delete old replica setspwittrock0
62Deployment deployment should label adopted RSs and podspwittrock0
63Deployment deployment should support rollbackpwittrock0
64Deployment deployment should support rollback when there's replica set with no revisionpwittrock0
65Deployment deployment should support rolloverpwittrock0
66Deployment iterative rollouts should eventually progresskargakis0
67Deployment lack of progress should be reported in the deployment statuskargakis0
68Deployment overlapping deployment should not fight with each otherkargakis1
69Deployment paused deployment should be able to scalekargakis1
70Deployment paused deployment should be ignored by the controllerkargakis0
71Deployment scaled rollout deployment should not block on annotation checkkargakis1
72Docker Containers should be able to override the image's default arguments (docker cmd)maisem0
73Docker Containers should be able to override the image's default command and argumentsmaisem0
74Docker Containers should be able to override the image's default commmand (docker entrypoint)maisem0
75Docker Containers should use the image defaults if command and args are blankvishh0
76Downward API should create a pod that prints his name and namespacenhlfr0
77Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env varsdeads2k1
78Downward API should provide default limits.cpu/memory from node allocatablederekwaynecarr0
79Downward API should provide pod IP as an env varnhlfr0
80Downward API should provide pod name and namespace as env varsnhlfr0
81Downward API volume should provide container's cpu limitsmarterclayton1
82Downward API volume should provide container's cpu requestkrousey1
83Downward API volume should provide container's memory limitkrousey1
84Downward API volume should provide container's memory requestmikedanese1
85Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not setlavalamp1
86Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not setfreehan1
87Downward API volume should provide podname as non-root with fsgroupkarlkfi1
88Downward API volume should provide podname onlymwielgus1
89Downward API volume should set DefaultMode on filesdavidopp1
90Downward API volume should set mode on item filemtaufen1
91Downward API volume should update annotations on modificationeparis1
92Downward API volume should update labels on modificationtimothysc1
93Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumesandyzheng08311
94Dynamic provisioning DynamicProvisioner should create and delete persistent volumesjsafrane0
95DynamicKubeletConfiguration When a configmap called `kubelet-<node-name>` is added to the `kube-system` namespace The Kubelet on that node should restart to take up the new configmwielgus1
96ESIPP should handle updates to source ip annotationjsafrane1
97ESIPP should only target nodes with endpointskarlkfi1
98ESIPP should work for type=LoadBalancerfgrzadkowski1
99ESIPP should work for type=NodePortkargakis1
100ESIPP should work from podscjcullen1
101Empty does nothingcjcullen1
102EmptyDir volumes should support (non-root,0644,default)timstclair1
103EmptyDir volumes should support (non-root,0644,tmpfs)spxtr1
104EmptyDir volumes should support (non-root,0666,default)dchen11071
105EmptyDir volumes should support (non-root,0666,tmpfs)apelisse1
106EmptyDir volumes should support (non-root,0777,default)mwielgus1
107EmptyDir volumes should support (non-root,0777,tmpfs)smarterclayton1
108EmptyDir volumes should support (root,0644,default)mtaufen1
109EmptyDir volumes should support (root,0644,tmpfs)madhusudancs1
110EmptyDir volumes should support (root,0666,default)brendandburns1
111EmptyDir volumes should support (root,0666,tmpfs)davidopp1
112EmptyDir volumes should support (root,0777,default)spxtr1
113EmptyDir volumes should support (root,0777,tmpfs)alex-mohr1
114EmptyDir volumes volume on default medium should have the correct modegirishkalele1
115EmptyDir volumes volume on tmpfs should have the correct modemwielgus1
116EmptyDir volumes when FSGroup is specified files with FSGroup ownership should support (root,0644,tmpfs)justinsb1
117EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is non-rootbrendandburns1
118EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is rootchildsb1
119EmptyDir volumes when FSGroup is specified volume on default medium should have the correct mode using FSGroupeparis1
120EmptyDir volumes when FSGroup is specified volume on tmpfs should have the correct mode using FSGrouptimothysc1
121EmptyDir wrapper volumes should not cause race condition when used for configmapsmtaufen1
122EmptyDir wrapper volumes should not cause race condition when used for git_repogirishkalele1
123EmptyDir wrapper volumes should not conflictdeads2k1
124Etcd failure should recover from SIGKILLpmorie1
125Etcd failure should recover from network partition with masterjustinsb1
126Events should be sent by kubelets and the scheduler about pods scheduling and runningzmerlynn1
127Federated Services DNS non-local federated service missing local service should never find DNS entries for a missing local servicemml0
128Federated Services DNS non-local federated service should be able to discover a non-local federated servicejlowdermilk1
129Federated Services DNS should be able to discover a federated servicederekwaynecarr1
130Federated Services Service creation should create matching services in underlying clustersjbeda1
131Federated Services Service creation should succeedrmmh1
132Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancerrmmh1
133Federated ingresses Federated Ingresses should be created and deleted successfullydchen11071
134Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clustersghodss1
135Federation API server authentication should accept cluster resources when the client has right authentication credentialsdavidopp1
136Federation API server authentication should not accept cluster resources when the client has invalid authentication credentialsyujuhong1
137Federation API server authentication should not accept cluster resources when the client has no authentication credentialsnikhiljindal1
138Federation apiserver Admission control should not be able to create resources if namespace does not existalex-mohr1
139Federation apiserver Cluster objects should be created and deleted successfullyghodss1
140Federation events Event objects should be created and deleted successfullykarlkfi1
141Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deletednikhiljindal0
142Federation namespace Namespace objects should be created and deleted successfullyxiang901
143Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is falsenikhiljindal0
144Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is truenikhiljindal0
145Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusterschildsb1
146Federation replicasets ReplicaSet objects should be created and deleted successfullyapelisse1
147Federation secrets Secret objects should be created and deleted successfullypmorie1
148GKE local SSD should write and read from node local SSDfabioy0
149GKE node pools should create a cluster with multiple node poolsfabioy1
150Garbage collector should delete pods created by rc when not orphaningjustinsb1
151Garbage collector should orphan pods created by rc if delete options say sofabioy1
152Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nilzmerlynn1
153Generated release_1_5 clientset should create pods, delete pods, watch podsghodss1
154Generated release_1_5 clientset should create v2alpha1 scheduleJobs, delete scheduleJobs, watch scheduleJobscaesarxuchao0
155HA-master pods survive addition/removalroberthbailey1
156Hazelcast should create and scale hazelcastmikedanese1
157Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5jszczepkowski0
158Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 5 pods to 3 pods and from 3 to 1jszczepkowski0
159Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 1 pod to 3 pods and from 3 to 5jszczepkowski0
160Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 5 pods to 3 pods and from 3 to 1jszczepkowski0
161Horizontal pod autoscaling (scale resource: CPU) ReplicationController *jszczepkowski0
162Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 podsjszczepkowski0
163Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 podjszczepkowski0
164HostPath should give a volume the correct modethockin1
165HostPath should support r/wluxas1
166HostPath should support subPathsttts1
167Image Container Conformance Test image conformance blackbox test when testing image that does not exist should ignore pull failuresjsafrane1
168Image Container Conformance Test image conformance blackbox test when testing images that exist It should present successfullyyujuhong1
169Image Container Conformance Test image conformance blackbox test when testing images that exist should list pulled imagesmaisem1
170ImageID should be set to the manifest digest (from RepoDigests) when availablehurf1
171InitContainer should invoke init containers on a RestartAlways podsaad-ali1
172InitContainer should invoke init containers on a RestartNever podvulpecula1
173InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever podmaisem0
174InitContainer should not start app containers if init containers fail on a RestartAlways podmaisem0
175Initial Resources should set initial resources based on historical datapiosz0
176Job should delete a jobsoltysh0
177Job should fail a jobsoltysh0
178Job should keep restarting failed podssoltysh0
179Job should run a job to completion when tasks sometimes fail and are locally restartedsoltysh0
180Job should run a job to completion when tasks sometimes fail and are not locally restartedsoltysh0
181Job should run a job to completion when tasks succeedsoltysh0
182Job should scale a job downsoltysh0
183Job should scale a job upsoltysh0
184Kibana Logging Instances Is Alive should check that the Kibana logging instance is aliveswagiaal0
185Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJobkargakis1
186Kubectl client Guestbook application should create and stop a working applicationpwittrock0
187Kubectl client Kubectl api-versions should check if v1 is in available api versionspwittrock0
188Kubectl client Kubectl apply should apply a new configuration to an existing RCpwittrock0
189Kubectl client Kubectl apply should reuse port when apply to an existing SVCdeads2k0
190Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-infopwittrock0
191Kubectl client Kubectl create quota should create a quota with scopesjdef1
192Kubectl client Kubectl create quota should create a quota without scopesxiang901
193Kubectl client Kubectl create quota should reject quota with invalid scopesbrendandburns1
194Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and podspwittrock0
195Kubectl client Kubectl expose should create services for rcpwittrock0
196Kubectl client Kubectl label should update the label on a resourcepwittrock0
197Kubectl client Kubectl logs should be able to retrieve and filter logsjlowdermilk0
198Kubectl client Kubectl patch should add annotations for pods in rcjanetkuo0
199Kubectl client Kubectl replace should update a single-container pod's imagekarlkfi1
200Kubectl client Kubectl rolling-update should support rolling-update to same imagejanetkuo0
201Kubectl client Kubectl run --rm job should create a job from an image, then delete the jobsoltysh0
202Kubectl client Kubectl run default should create an rc or deployment from an imagejanetkuo0
203Kubectl client Kubectl run deployment should create a deployment from an imagejanetkuo0
204Kubectl client Kubectl run job should create a job from an image when restart is OnFailuresoltysh0
205Kubectl client Kubectl run pod should create a pod from an image when restart is Neverjanetkuo0
206Kubectl client Kubectl run rc should create an rc from an imagejanetkuo0
207Kubectl client Kubectl taint should remove all the taints with the same key off a nodeerictune1
208Kubectl client Kubectl taint should update the taint on a nodepwittrock0
209Kubectl client Kubectl version should check is all data is printedjanetkuo0
210Kubectl client Proxy server should support --unix-socket=/pathzmerlynn1
211Kubectl client Proxy server should support proxy with --port 0ncdc1
212Kubectl client Simple pod should return command exit codesyifan-gu1
213Kubectl client Simple pod should support execncdc0
214Kubectl client Simple pod should support exec through an HTTP proxyncdc0
215Kubectl client Simple pod should support inline execution and attachncdc0
216Kubectl client Simple pod should support port-forwardncdc0
217Kubectl client Update Demo should create and stop a replication controllersttts0
218Kubectl client Update Demo should do a rolling update of a replication controllersttts0
219Kubectl client Update Demo should scale a replication controllersttts0
220Kubelet Cgroup Manager Pod containers On scheduling a BestEffort Pod Pod containers should have been created under the BestEffort cgroupderekwaynecarr0
221Kubelet Cgroup Manager Pod containers On scheduling a Burstable Pod Pod containers should have been created under the Burstable cgroupderekwaynecarr0
222Kubelet Cgroup Manager Pod containers On scheduling a Guaranteed Pod Pod containers should have been created under the cgroup-rootderekwaynecarr0
223Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been createddavidopp1
224Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999kargakis1
225Kubelet Container Manager Validate OOM score adjustments once the node is setup burstable container's oom-score-adj should be between [2, 1000)derekwaynecarr1
226Kubelet Container Manager Validate OOM score adjustments once the node is setup docker daemon's oom-score-adj should be -999thockin1
227Kubelet Container Manager Validate OOM score adjustments once the node is setup guaranteed container's oom-score-adj should be -998kargakis1
228Kubelet Container Manager Validate OOM score adjustments once the node is setup pod infra containers oom-score-adj should be -998 and best effort container's should be 1000timothysc1
229Kubelet Eviction Manager hard eviction test pod using the most disk space gets evicted when the node disk usage is above the eviction hard threshold should evict the pod using the most disk spacekarlkfi1
230Kubelet experimental resource usage tracking resource tracking for * pods per nodeyujuhong0
231Kubelet regular resource usage tracking resource tracking for * pods per nodeyujuhong0
232Kubelet when scheduling a busybox command in a pod it should print the output to logsixdy1
233Kubelet when scheduling a busybox command that always fails in a pod should be possible to deletesmarterclayton1
234Kubelet when scheduling a busybox command that always fails in a pod should have an error terminated reasondeads2k1
235Kubelet when scheduling a read only busybox container it should not write to root filesystemtimothysc1
236KubeletManagedEtcHosts should test kubelet managed /etc/hosts fileRandom-Liu1
237Kubernetes Dashboard should check that the kubernetes-dashboard instance is alivewonderfly0
238LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied.cjcullen1
239Liveness liveness pods should be automatically restartedandyzheng08311
240Load capacity should be able to handle * pods per nodegmarek0
241Loadbalancing: L7 GCE shoud create ingress with given static-ipvulpecula1
242Loadbalancing: L7 GCE should conform to Ingress specandyzheng08311
243Loadbalancing: L7 Nginx should conform to Ingress specncdc1
244Logging soak should survive logging 1KB every * seconds, for a duration of *, scaling up to * pods per nodejustinsb1
245MemoryEviction when there is memory pressure should evict pods in the correct order (besteffort first, then burstable, then guaranteed)ixdy1
246Mesos applies slave attributes as labelsjustinsb1
247Mesos schedules pods annotated with roles on correct slavestimstclair1
248Mesos starts static pods on every node in the mesos clusterlavalamp1
249MetricsGrabber should grab all metrics from API server.gmarek0
250MetricsGrabber should grab all metrics from a ControllerManager.gmarek0
251MetricsGrabber should grab all metrics from a Kubelet.gmarek0
252MetricsGrabber should grab all metrics from a Scheduler.gmarek0
253MirrorPod when create a mirror pod should be recreated when mirror pod forcibly deletedroberthbailey1
254MirrorPod when create a mirror pod should be recreated when mirror pod gracefully deletedjustinsb1
255MirrorPod when create a mirror pod should be updated when static pod updatedsaad-ali1
256Monitoring should verify monitoring pods and all cluster nodes are available on influxdb using heapster.piosz0
257Multi-AZ Clusters should spread the pods of a replication controller across zonesxiang901
258Multi-AZ Clusters should spread the pods of a service across zonesmwielgus1
259Namespaces should always delete fast (ALL of 100 namespaces in 150 seconds)rmmh1
260Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds)kevin-wangzefeng1
261Namespaces should ensure that all pods are removed when a namespace is deleted.xiang901
262Namespaces should ensure that all services are removed when a namespace is deleted.pmorie1
263Network Partition *foxish0
264Network Partition Pods should return to running and ready state after network partition is healed *foxish0
265Network Partition should come back up if node goes downfoxish0
266Network Partition should create new pods when node is partitionedfoxish0
267Network Partition should eagerly create replacement pod during network partition when termination grace is non-zerofoxish0
268Network Partition should not reschedule pets if there is a network partitionfoxish0
269Network should set TCP CLOSE_WAIT timeoutbowei0
270Networking Granular Checks: Pods should function for intra-pod communication: httpstts0
271Networking Granular Checks: Pods should function for intra-pod communication: udpfreehan0
272Networking Granular Checks: Pods should function for node-pod communication: httpspxtr1
273Networking Granular Checks: Pods should function for node-pod communication: udpwojtek-t1
274Networking Granular Checks: Services should function for endpoint-Service: httpbgrant06071
275Networking Granular Checks: Services should function for endpoint-Service: udpmaisem1
276Networking Granular Checks: Services should function for node-Service: httpthockin1
277Networking Granular Checks: Services should function for node-Service: udpyifan-gu1
278Networking Granular Checks: Services should function for pod-Service: httpchildsb1
279Networking Granular Checks: Services should function for pod-Service: udpbrendandburns1
280Networking Granular Checks: Services should update endpoints: httpjdef1
281Networking Granular Checks: Services should update endpoints: udpfreehan1
282Networking Granular Checks: Services should update nodePort: httpnikhiljindal1
283Networking Granular Checks: Services should update nodePort: udpsmarterclayton1
284Networking IPerf should transfer ~ 1GB onto the service endpoint * servers (maximum of * clients)fabioy1
285Networking should check kube-proxy urlslavalamp1
286Networking should provide Internet connection for containerssttts0
287Networking should provide unchanging, static URL paths for kubernetes api servicesfreehan0
288NodeOutOfDisk runs out of disk spacevishh0
289NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errorsRandom-Liu0
290Nodes Resize should be able to add nodespiosz1
291Nodes Resize should be able to delete nodeszmerlynn1
292Opaque resources should account opaque integer resources in pods with multiple containers.ConnorDoyle0
293Opaque resources should not break pods that do not consume opaque integer resources.ConnorDoyle0
294Opaque resources should not schedule pods that exceed the available amount of opaque integer resource.ConnorDoyle0
295Opaque resources should schedule pods that do consume opaque integer resources.ConnorDoyle0
296PersistentVolumes with Single PV - PVC pairs create a PV and a pre-bound PVC: test write accesscaesarxuchao1
297PersistentVolumes with Single PV - PVC pairs create a PVC and a pre-bound PV: test write accesscaesarxuchao1
298PersistentVolumes with Single PV - PVC pairs create a PVC and non-pre-bound PV: test write accesscaesarxuchao1
299PersistentVolumes with Single PV - PVC pairs should create a non-pre-bound PV and PVC: test write accesscaesarxuchao1
300PersistentVolumes with multiple PVs and PVCs all in same ns should create 2 PVs and 4 PVCs: test write accesscaesarxuchao1
301PersistentVolumes with multiple PVs and PVCs all in same ns should create 3 PVs and 3 PVCs: test write accesscaesarxuchao1
302PersistentVolumes with multiple PVs and PVCs all in same ns should create 4 PVs and 2 PVCs: test write accesscaesarxuchao1
303Pet Store should scale to persist a nominal number ( * ) of transactions in * secondsxiang901
304Pet set recreate should recreate evicted statefulsetroberthbailey1
305Pod Disks Should schedule a pod w/ a RW PD, gracefully remove it, then schedule it on another hostalex-mohr1
306Pod Disks Should schedule a pod w/ a readonly PD on two hosts, then remove both gracefully.ghodss1
307Pod Disks should schedule a pod w/ a RW PD shared between multiple containers, write to PD, delete pod, verify contents, and repeat in rapid successionsaad-ali0
308Pod Disks should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another hostmml1
309Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.saad-ali1
310Pod Disks should schedule a pod w/two RW PDs both mounted to one container, write to PD, verify contents, delete pod, recreate pod, verify contents, and repeat in rapid successionsaad-ali0
311Pod garbage collector should handle the creation of 1000 podswojtek-t1
312Pods Delete Grace Period should be submitted and removedbdbauer0
313Pods should allow activeDeadlineSeconds to be updatedderekwaynecarr0
314Pods should be submitted and removeddavidopp1
315Pods should be updatedderekwaynecarr1
316Pods should cap back-off at MaxContainerBackOffmaisem1
317Pods should contain environment variables for servicesjlowdermilk1
318Pods should get a host IPxiang901
319Pods should have their auto-restart back-off timer reset on image updatemikedanese1
320Pods should support remote command execution over websocketsmadhusudancs1
321Pods should support retrieving logs from the container over websocketsvishh0
322Port forwarding With a server that expects a client request should support a client that connects, sends data, and disconnectssttts0
323Port forwarding With a server that expects a client request should support a client that connects, sends no data, and disconnectssttts0
324Port forwarding With a server that expects no client request should support a client that connects, sends no data, and disconnectssttts0
325PreStop should call prestop when killing a podncdc1
326PrivilegedPod should test privileged podvishh0
327Probing container should *not* be restarted with a /healthz http liveness probeRandom-Liu0
328Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probeRandom-Liu0
329Probing container should be restarted with a /healthz http liveness probeRandom-Liu0
330Probing container should be restarted with a exec "cat /tmp/health" liveness probeRandom-Liu0
331Probing container should have monotonically increasing restart countRandom-Liu0
332Probing container with readiness probe should not be ready before initial delay and never restartRandom-Liu0
333Probing container with readiness probe that fails should never be ready and never restartRandom-Liu0
334Proxy * should proxy logs on nodekarlkfi1
335Proxy * should proxy logs on node using proxy subresourcehurf1
336Proxy * should proxy logs on node with explicit kubelet portixdy1
337Proxy * should proxy logs on node with explicit kubelet port using proxy subresourcedchen11071
338Proxy * should proxy through a service and a podkarlkfi1
339Proxy * should proxy to cadvisorjszczepkowski1
340Proxy * should proxy to cadvisor using proxy subresourceroberthbailey1
341Reboot each node by dropping all inbound packets for a while and ensure they function afterwardsquinton-hoole0
342Reboot each node by dropping all outbound packets for a while and ensure they function afterwardsquinton-hoole0
343Reboot each node by ordering clean reboot and ensure they function upon restartquinton-hoole0
344Reboot each node by ordering unclean reboot and ensure they function upon restartquinton-hoole0
345Reboot each node by switching off the network interface and ensure they function upon switch onquinton-hoole0
346Reboot each node by triggering kernel panic and ensure they function upon restartquinton-hoole0
347Redis should create and stop redis serverstimstclair1
348ReplicaSet should serve a basic image on each replica with a private imagepmorie1
349ReplicaSet should serve a basic image on each replica with a public imagekrousey0
350ReplicaSet should surface a failure condition on a common issue like exceeded quotakargakis0
351ReplicationController should serve a basic image on each replica with a private imagejbeda1
352ReplicationController should serve a basic image on each replica with a public imagekrousey1
353ReplicationController should surface a failure condition on a common issue like exceeded quotakargakis0
354Rescheduler should ensure that critical pod is scheduled in case there is no resources availablemtaufen1
355Resource-usage regular resource usage tracking resource tracking for * pods per nodejanetkuo1
356ResourceQuota should create a ResourceQuota and capture the life of a configMap.timstclair1
357ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.bgrant06071
358ResourceQuota should create a ResourceQuota and capture the life of a pod.pmorie1
359ResourceQuota should create a ResourceQuota and capture the life of a replication controller.jdef1
360ResourceQuota should create a ResourceQuota and capture the life of a secret.ncdc1
361ResourceQuota should create a ResourceQuota and capture the life of a service.timstclair1
362ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated.krousey1
363ResourceQuota should verify ResourceQuota with best effort scope.mml1
364ResourceQuota should verify ResourceQuota with terminating scopes.ncdc1
365Restart Docker Daemon Network should recover from ip leakbprashanth0
366Restart should restart all nodes and ensure all nodes and pods recoverandyzheng08311
367RethinkDB should create and stop rethinkdb serversmwielgus1
368SSH should SSH to all nodes and run commandsquinton-hoole0
369ScheduledJob should not emit unexpected warningssoltysh0
370ScheduledJob should not schedule jobs when suspendedsoltysh0
371ScheduledJob should not schedule new jobs when ForbidConcurrentsoltysh0
372ScheduledJob should replace jobs when ReplaceConcurrentsoltysh0
373ScheduledJob should schedule multiple jobs concurrentlysoltysh0
374SchedulerPredicates validates MaxPods limit number of pods that are allowed to rungmarek0
375SchedulerPredicates validates resource limits of pods that are allowed to rungmarek0
376SchedulerPredicates validates that Inter-pod-Affinity is respected if not matchinghurf1
377SchedulerPredicates validates that InterPod Affinity and AntiAffinity is respected if matchinggirishkalele1
378SchedulerPredicates validates that InterPodAffinity is respected if matchingkevin-wangzefeng1
379SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinitiescaesarxuchao1
380SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2sttts0
381SchedulerPredicates validates that NodeAffinity is respected if not matchingfgrzadkowski0
382SchedulerPredicates validates that NodeSelector is respected if matchinggmarek0
383SchedulerPredicates validates that NodeSelector is respected if not matchinggmarek0
384SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejecteddeads2k1
385SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalidsmarterclayton1
386SchedulerPredicates validates that embedding the JSON NodeAffinity setting as a string in the annotation value workkevin-wangzefeng1
387SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value workhurf1
388SchedulerPredicates validates that required NodeAffinity setting is respected if matchingmml1
389SchedulerPredicates validates that taints-tolerations is respected if matchingjlowdermilk1
390SchedulerPredicates validates that taints-tolerations is respected if not matchingderekwaynecarr1
391Secret should create a pod that reads a secretluxas1
392Secrets should be consumable from pods in env varsmml1
393Secrets should be consumable from pods in volumeghodss1
394Secrets should be consumable from pods in volume with defaultMode setderekwaynecarr1
395Secrets should be consumable from pods in volume with mappingsjbeda1
396Secrets should be consumable from pods in volume with mappings and Item Mode setquinton-hoole1
397Secrets should be consumable in multiple volumes in a podgirishkalele1
398Security Context should support container.SecurityContext.RunAsUseralex-mohr1
399Security Context should support pod.Spec.SecurityContext.RunAsUserbgrant06071
400Security Context should support pod.Spec.SecurityContext.SupplementalGroupsandyzheng08311
401Security Context should support seccomp alpha docker/default annotationfreehan1
402Security Context should support seccomp alpha unconfined annotation on the containerchildsb1
403Security Context should support seccomp alpha unconfined annotation on the podkrousey1
404Security Context should support seccomp default which is unconfinedlavalamp1
405Security Context should support volume SELinux relabelingthockin1
406Security Context should support volume SELinux relabeling when using hostIPCalex-mohr1
407Security Context should support volume SELinux relabeling when using hostPIDdchen11071
408Service endpoints latency should not be very highcjcullen1
409ServiceAccounts should ensure a single API token existsliggitt0
410ServiceAccounts should mount an API token into podsliggitt0
411ServiceLoadBalancer should support simple GET on Ingress ipsbprashanth0
412Services should be able to change the type and ports of a servicebprashanth0
413Services should be able to create a functioning NodePort servicebprashanth0
414Services should be able to up and down servicesbprashanth0
415Services should check NodePort out-of-rangebprashanth0
416Services should create endpoints for unready podsmaisem0
417Services should preserve source pod IP for traffic thru service cluster IPRandom-Liu1
418Services should prevent NodePort collisionsbprashanth0
419Services should provide secure master servicebprashanth0
420Services should release NodePorts on deletebprashanth0
421Services should serve a basic endpoint from podsbprashanth0
422Services should serve multiport endpoints from podsbprashanth0
423Services should use same NodePort with same port but different protocolstimothysc1
424Services should work after restarting apiserverbprashanth0
425Services should work after restarting kube-proxybprashanth0
426SimpleMount should be able to mount an emptydir on a containerkarlkfi1
427Spark should start spark master, driver and workersgirishkalele1
428Staging client repo client should create pods, delete pods, watch podsjbeda1
429StatefulSet Basic StatefulSet functionality should handle healthy pet restarts during scalegirishkalele1
430StatefulSet Basic StatefulSet functionality should provide basic identitybprashanth1
431StatefulSet Deploy clustered applications should creating a working mysql clusteryujuhong1
432StatefulSet Deploy clustered applications should creating a working redis clusteryifan-gu1
433StatefulSet Deploy clustered applications should creating a working zookeeper clusterpmorie1
434Storm should create and stop Zookeeper, Nimbus and Storm worker serversmtaufen1
435Summary API when querying /stats/summary should report resource usage through the stats apiRandom-Liu1
436Sysctls should not launch unsafe, but not explicitly enabled sysctls on the nodemadhusudancs1
437Sysctls should reject invalid sysctlsdavidopp1
438Sysctls should support sysctlsRandom-Liu1
439Sysctls should support unsafe sysctls which are actually whitelisteddeads2k1
440ThirdParty resources Simple Third Party creating/deleting thirdparty objects worksluxas1
441Upgrade cluster upgrade should maintain a functioning clustergirishkalele1
442Upgrade cluster upgrade should maintain responsive servicesmikedanese1
443Upgrade master upgrade should maintain responsive servicesmikedanese1
444Upgrade node upgrade should maintain a functioning clusterzmerlynn1
445Upgrade node upgrade should maintain responsive serviceschildsb1
446V1Job should delete a jobsoltysh0
447V1Job should fail a jobsoltysh0
448V1Job should keep restarting failed podssoltysh0
449V1Job should run a job to completion when tasks sometimes fail and are locally restartedsoltysh0
450V1Job should run a job to completion when tasks sometimes fail and are not locally restartedsoltysh0
451V1Job should run a job to completion when tasks succeedsoltysh0
452V1Job should scale a job downsoltysh0
453V1Job should scale a job upsoltysh0
454Variable Expansion should allow composing env vars into new env varsghodss1
455Variable Expansion should allow substituting values in a container's argsdchen11071
456Variable Expansion should allow substituting values in a container's commandmml1
457Volumes Ceph RBD should be mountablefabioy1
458Volumes CephFS should be mountableQ-Lee1
459Volumes Cinder should be mountablecjcullen1
460Volumes GlusterFS should be mountableeparis1
461Volumes NFS should be mountableandyzheng08311
462Volumes PD should be mountablecaesarxuchao1
463Volumes iSCSI should be mountablejsafrane1
464k8s.io/kubernetes/cmd/genutilsrmmh1
465k8s.io/kubernetes/cmd/hyperkubejbeda0
466k8s.io/kubernetes/cmd/kube-apiserver/appnikhiljindal0
467k8s.io/kubernetes/cmd/kube-apiserver/app/optionsnikhiljindal0
468k8s.io/kubernetes/cmd/kube-discovery/apppmorie1
469k8s.io/kubernetes/cmd/kube-proxy/appluxas1
470k8s.io/kubernetes/cmd/kubeadm/app/cmdcaesarxuchao1
471k8s.io/kubernetes/cmd/kubeadm/app/imagesdavidopp1
472k8s.io/kubernetes/cmd/kubeadm/app/preflightapprenda0
473k8s.io/kubernetes/cmd/kubeadm/app/utilkrousey1
474k8s.io/kubernetes/cmd/kubeadm/testpipejakob0
475k8s.io/kubernetes/cmd/kubelet/apphurf1
476k8s.io/kubernetes/cmd/libs/go2idl/client-gen/typescaesarxuchao0
477k8s.io/kubernetes/cmd/libs/go2idl/go-to-protobuf/protobufsmarterclayton0
478k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generatorsdavidopp1
479k8s.io/kubernetes/cmd/mungedocsmwielgus1
480k8s.io/kubernetes/examplesRandom-Liu0
481k8s.io/kubernetes/federation/apis/federation/installnikhiljindal0
482k8s.io/kubernetes/federation/apis/federation/validationnikhiljindal0
483k8s.io/kubernetes/federation/pkg/dnsprovidersttts1
484k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53cjcullen1
485k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddnsjsafrane1
486k8s.io/kubernetes/federation/pkg/federation-controller/clusternikhiljindal0
487k8s.io/kubernetes/federation/pkg/federation-controller/configmapmwielgus0
488k8s.io/kubernetes/federation/pkg/federation-controller/daemonsetchildsb1
489k8s.io/kubernetes/federation/pkg/federation-controller/deploymentzmerlynn1
490k8s.io/kubernetes/federation/pkg/federation-controller/ingressvishh1
491k8s.io/kubernetes/federation/pkg/federation-controller/namespacehurf1
492k8s.io/kubernetes/federation/pkg/federation-controller/replicasetroberthbailey1
493k8s.io/kubernetes/federation/pkg/federation-controller/secretapelisse1
494k8s.io/kubernetes/federation/pkg/federation-controller/servicepmorie1
495k8s.io/kubernetes/federation/pkg/federation-controller/utilbgrant06071
496k8s.io/kubernetes/federation/pkg/federation-controller/util/eventsinkluxas1
497k8s.io/kubernetes/federation/pkg/federation-controller/util/plannerQ-Lee1
498k8s.io/kubernetes/federation/pkg/federation-controller/util/podanalyzercaesarxuchao1
499k8s.io/kubernetes/federation/pkg/kubefedmadhusudancs0
500k8s.io/kubernetes/federation/pkg/kubefed/initmadhusudancs0
501k8s.io/kubernetes/federation/registry/clusternikhiljindal0
502k8s.io/kubernetes/federation/registry/cluster/etcdnikhiljindal0
503k8s.io/kubernetes/hack/cmd/teststalethockin1
504k8s.io/kubernetes/pkg/admissiondchen11071
505k8s.io/kubernetes/pkg/apiQ-Lee1
506k8s.io/kubernetes/pkg/api/endpointscjcullen1
507k8s.io/kubernetes/pkg/api/errorsyifan-gu1
508k8s.io/kubernetes/pkg/api/eventsjlowdermilk1
509k8s.io/kubernetes/pkg/api/installtimothysc1
510k8s.io/kubernetes/pkg/api/metafabioy1
511k8s.io/kubernetes/pkg/api/podpiosz1
512k8s.io/kubernetes/pkg/api/resourcesmarterclayton1
513k8s.io/kubernetes/pkg/api/servicespxtr1
514k8s.io/kubernetes/pkg/api/testapicaesarxuchao1
515k8s.io/kubernetes/pkg/api/unversionedkevin-wangzefeng1
516k8s.io/kubernetes/pkg/api/unversioned/validationbrendandburns1
517k8s.io/kubernetes/pkg/api/utilghodss1
518k8s.io/kubernetes/pkg/api/v1vulpecula1
519k8s.io/kubernetes/pkg/api/validationsmarterclayton1
520k8s.io/kubernetes/pkg/api/validation/pathluxas1
521k8s.io/kubernetes/pkg/apimachinerygmarek1
522k8s.io/kubernetes/pkg/apimachinery/announcedkargakis1
523k8s.io/kubernetes/pkg/apimachinery/registeredjlowdermilk1
524k8s.io/kubernetes/pkg/apis/abac/v0liggitt0
525k8s.io/kubernetes/pkg/apis/apps/validationderekwaynecarr1
526k8s.io/kubernetes/pkg/apis/authorization/validationerictune0
527k8s.io/kubernetes/pkg/apis/autoscaling/validationmtaufen1
528k8s.io/kubernetes/pkg/apis/batch/v1vishh1
529k8s.io/kubernetes/pkg/apis/batch/v2alpha1jlowdermilk1
530k8s.io/kubernetes/pkg/apis/batch/validationerictune0
531k8s.io/kubernetes/pkg/apis/componentconfigjbeda1
532k8s.io/kubernetes/pkg/apis/extensionsbgrant06071
533k8s.io/kubernetes/pkg/apis/extensions/v1beta1madhusudancs1
534k8s.io/kubernetes/pkg/apis/extensions/validationnikhiljindal1
535k8s.io/kubernetes/pkg/apis/policy/validationdeads2k1
536k8s.io/kubernetes/pkg/apis/rbac/validationerictune0
537k8s.io/kubernetes/pkg/apis/storage/validationcaesarxuchao1
538k8s.io/kubernetes/pkg/apiservernikhiljindal0
539k8s.io/kubernetes/pkg/apiserver/filtersdchen11071
540k8s.io/kubernetes/pkg/apiserver/requestlavalamp1
541k8s.io/kubernetes/pkg/auth/authenticator/bearertokenliggitt0
542k8s.io/kubernetes/pkg/auth/authorizer/abacliggitt0
543k8s.io/kubernetes/pkg/auth/authorizer/unionliggitt0
544k8s.io/kubernetes/pkg/auth/groupandyzheng08311
545k8s.io/kubernetes/pkg/auth/handlersliggitt0
546k8s.io/kubernetes/pkg/client/cachexiang901
547k8s.io/kubernetes/pkg/client/chaosclientdeads2k1
548k8s.io/kubernetes/pkg/client/leaderelectionxiang901
549k8s.io/kubernetes/pkg/client/listers/batch/internalversionmqliang0
550k8s.io/kubernetes/pkg/client/recordkarlkfi1
551k8s.io/kubernetes/pkg/client/restclientkargakis1
552k8s.io/kubernetes/pkg/client/retrycaesarxuchao1
553k8s.io/kubernetes/pkg/client/testing/cachemikedanese1
554k8s.io/kubernetes/pkg/client/testing/coremaisem1
555k8s.io/kubernetes/pkg/client/transporteparis1
556k8s.io/kubernetes/pkg/client/typed/discoveryfabioy1
557k8s.io/kubernetes/pkg/client/typed/dynamicluxas1
558k8s.io/kubernetes/pkg/client/unversionedjustinsb1
559k8s.io/kubernetes/pkg/client/unversioned/authjbeda1
560k8s.io/kubernetes/pkg/client/unversioned/clientcmdyifan-gu1
561k8s.io/kubernetes/pkg/client/unversioned/clientcmd/apithockin1
562k8s.io/kubernetes/pkg/client/unversioned/portforwardlavalamp1
563k8s.io/kubernetes/pkg/client/unversioned/remotecommandandyzheng08311
564k8s.io/kubernetes/pkg/cloudprovider/providers/awseparis1
565k8s.io/kubernetes/pkg/cloudprovider/providers/azuresaad-ali1
566k8s.io/kubernetes/pkg/cloudprovider/providers/cloudstackroberthbailey1
567k8s.io/kubernetes/pkg/cloudprovider/providers/gceyifan-gu1
568k8s.io/kubernetes/pkg/cloudprovider/providers/mesosmml1
569k8s.io/kubernetes/pkg/cloudprovider/providers/openstackQ-Lee1
570k8s.io/kubernetes/pkg/cloudprovider/providers/ovirtgirishkalele1
571k8s.io/kubernetes/pkg/cloudprovider/providers/rackspacecaesarxuchao1
572k8s.io/kubernetes/pkg/cloudprovider/providers/vsphereapelisse1
573k8s.io/kubernetes/pkg/controllermikedanese1
574k8s.io/kubernetes/pkg/controller/daemonQ-Lee1
575k8s.io/kubernetes/pkg/controller/deploymentasalkeld0
576k8s.io/kubernetes/pkg/controller/deployment/utilsaad-ali1
577k8s.io/kubernetes/pkg/controller/disruptionfabioy1
578k8s.io/kubernetes/pkg/controller/endpointmwielgus1
579k8s.io/kubernetes/pkg/controller/garbagecollectorrmmh1
580k8s.io/kubernetes/pkg/controller/garbagecollector/metaonlycjcullen1
581k8s.io/kubernetes/pkg/controller/jobsoltysh0
582k8s.io/kubernetes/pkg/controller/namespacekarlkfi1
583k8s.io/kubernetes/pkg/controller/nodegmarek0
584k8s.io/kubernetes/pkg/controller/petsetfgrzadkowski1
585k8s.io/kubernetes/pkg/controller/podautoscalerpiosz0
586k8s.io/kubernetes/pkg/controller/podautoscaler/metricspiosz0
587k8s.io/kubernetes/pkg/controller/podgcjdef1
588k8s.io/kubernetes/pkg/controller/replicasetfgrzadkowski0
589k8s.io/kubernetes/pkg/controller/replicationfgrzadkowski0
590k8s.io/kubernetes/pkg/controller/resourcequotaghodss1
591k8s.io/kubernetes/pkg/controller/routegmarek0
592k8s.io/kubernetes/pkg/controller/scheduledjobsoltysh1
593k8s.io/kubernetes/pkg/controller/serviceasalkeld0
594k8s.io/kubernetes/pkg/controller/serviceaccountliggitt0
595k8s.io/kubernetes/pkg/controller/volume/attachdetachluxas1
596k8s.io/kubernetes/pkg/controller/volume/attachdetach/cachehurf1
597k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconcilerjsafrane1
598k8s.io/kubernetes/pkg/controller/volume/persistentvolumejsafrane0
599k8s.io/kubernetes/pkg/conversionixdy1
600k8s.io/kubernetes/pkg/conversion/queryparamscaesarxuchao1
601k8s.io/kubernetes/pkg/credentialproviderjustinsb1
602k8s.io/kubernetes/pkg/credentialprovider/awszmerlynn1
603k8s.io/kubernetes/pkg/credentialprovider/gcpmml1
604k8s.io/kubernetes/pkg/dnsjdef1
605k8s.io/kubernetes/pkg/dns/treecachebowei0
606k8s.io/kubernetes/pkg/fieldpathchildsb1
607k8s.io/kubernetes/pkg/fieldsjsafrane1
608k8s.io/kubernetes/pkg/genericapiservernikhiljindal0
609k8s.io/kubernetes/pkg/genericapiserver/authorizerlavalamp1
610k8s.io/kubernetes/pkg/genericapiserver/filtersdchen11071
611k8s.io/kubernetes/pkg/genericapiserver/muxspxtr1
612k8s.io/kubernetes/pkg/genericapiserver/openapidavidopp1
613k8s.io/kubernetes/pkg/genericapiserver/routesvishh1
614k8s.io/kubernetes/pkg/healthzthockin1
615k8s.io/kubernetes/pkg/httplogmtaufen1
616k8s.io/kubernetes/pkg/kubectlmadhusudancs1
617k8s.io/kubernetes/pkg/kubectl/cmdrmmh1
618k8s.io/kubernetes/pkg/kubectl/cmd/configasalkeld0
619k8s.io/kubernetes/pkg/kubectl/cmd/seterictune1
620k8s.io/kubernetes/pkg/kubectl/cmd/utilasalkeld0
621k8s.io/kubernetes/pkg/kubectl/cmd/util/editorjdef1
622k8s.io/kubernetes/pkg/kubectl/resourcecaesarxuchao1
623k8s.io/kubernetes/pkg/kubeletvishh0
624k8s.io/kubernetes/pkg/kubelet/cadvisorsttts1
625k8s.io/kubernetes/pkg/kubelet/clienttimstclair1
626k8s.io/kubernetes/pkg/kubelet/cmvishh0
627k8s.io/kubernetes/pkg/kubelet/configmikedanese1
628k8s.io/kubernetes/pkg/kubelet/containeryujuhong0
629k8s.io/kubernetes/pkg/kubelet/custommetricskevin-wangzefeng0
630k8s.io/kubernetes/pkg/kubelet/dockershimzmerlynn1
631k8s.io/kubernetes/pkg/kubelet/dockertoolsdeads2k1
632k8s.io/kubernetes/pkg/kubelet/envvarskarlkfi1
633k8s.io/kubernetes/pkg/kubelet/evictionchildsb1
634k8s.io/kubernetes/pkg/kubelet/imagescaesarxuchao1
635k8s.io/kubernetes/pkg/kubelet/kuberuntimeyifan-gu1
636k8s.io/kubernetes/pkg/kubelet/lifecycleyujuhong1
637k8s.io/kubernetes/pkg/kubelet/networkfreehan0
638k8s.io/kubernetes/pkg/kubelet/network/cnifreehan0
639k8s.io/kubernetes/pkg/kubelet/network/execfreehan0
640k8s.io/kubernetes/pkg/kubelet/network/hairpinfreehan0
641k8s.io/kubernetes/pkg/kubelet/network/hostporterictune1
642k8s.io/kubernetes/pkg/kubelet/network/kubenetfreehan0
643k8s.io/kubernetes/pkg/kubelet/plegyujuhong0
644k8s.io/kubernetes/pkg/kubelet/podalex-mohr1
645k8s.io/kubernetes/pkg/kubelet/proberalex-mohr1
646k8s.io/kubernetes/pkg/kubelet/prober/resultskrousey1
647k8s.io/kubernetes/pkg/kubelet/qosvishh0
648k8s.io/kubernetes/pkg/kubelet/rktapelisse1
649k8s.io/kubernetes/pkg/kubelet/rktshimmml1
650k8s.io/kubernetes/pkg/kubelet/servertimstclair0
651k8s.io/kubernetes/pkg/kubelet/server/portforwardcaesarxuchao1
652k8s.io/kubernetes/pkg/kubelet/server/statstimstclair0
653k8s.io/kubernetes/pkg/kubelet/server/streamingcaesarxuchao1
654k8s.io/kubernetes/pkg/kubelet/statusmwielgus1
655k8s.io/kubernetes/pkg/kubelet/sysctlpiosz1
656k8s.io/kubernetes/pkg/kubelet/typesjlowdermilk1
657k8s.io/kubernetes/pkg/kubelet/util/cachetimothysc1
658k8s.io/kubernetes/pkg/kubelet/util/formatncdc1
659k8s.io/kubernetes/pkg/kubelet/util/queueyujuhong0
660k8s.io/kubernetes/pkg/kubelet/volumemanagerjdef1
661k8s.io/kubernetes/pkg/kubelet/volumemanager/cachejanetkuo1
662k8s.io/kubernetes/pkg/kubelet/volumemanager/reconcilertimstclair1
663k8s.io/kubernetes/pkg/labelsixdy1
664k8s.io/kubernetes/pkg/masterfabioy1
665k8s.io/kubernetes/pkg/probe/execbgrant06071
666k8s.io/kubernetes/pkg/probe/httpmtaufen1
667k8s.io/kubernetes/pkg/probe/tcpmtaufen1
668k8s.io/kubernetes/pkg/proxy/configixdy1
669k8s.io/kubernetes/pkg/proxy/healthcheckghodss1
670k8s.io/kubernetes/pkg/proxy/iptablesfreehan0
671k8s.io/kubernetes/pkg/proxy/userspaceluxas1
672k8s.io/kubernetes/pkg/quotasttts1
673k8s.io/kubernetes/pkg/quota/evaluator/coreyifan-gu1
674k8s.io/kubernetes/pkg/registry/apps/petsetkevin-wangzefeng1
675k8s.io/kubernetes/pkg/registry/apps/petset/etcdpiosz1
676k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscalerbgrant06071
677k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/etcdjustinsb1
678k8s.io/kubernetes/pkg/registry/batch/jobkargakis1
679k8s.io/kubernetes/pkg/registry/batch/job/etcdQ-Lee1
680k8s.io/kubernetes/pkg/registry/batch/scheduledjobnikhiljindal1
681k8s.io/kubernetes/pkg/registry/batch/scheduledjob/etcdmtaufen1
682k8s.io/kubernetes/pkg/registry/certificates/certificatessmarterclayton1
683k8s.io/kubernetes/pkg/registry/core/componentstatuskrousey1
684k8s.io/kubernetes/pkg/registry/core/configmapjanetkuo1
685k8s.io/kubernetes/pkg/registry/core/configmap/etcdgmarek1
686k8s.io/kubernetes/pkg/registry/core/controllerfreehan1
687k8s.io/kubernetes/pkg/registry/core/controller/etcdfabioy1
688k8s.io/kubernetes/pkg/registry/core/endpointbprashanth1
689k8s.io/kubernetes/pkg/registry/core/endpoint/etcdmikedanese1
690k8s.io/kubernetes/pkg/registry/core/eventgirishkalele1
691k8s.io/kubernetes/pkg/registry/core/event/etcdyujuhong1
692k8s.io/kubernetes/pkg/registry/core/limitrangeyifan-gu1
693k8s.io/kubernetes/pkg/registry/core/limitrange/etcdmikedanese1
694k8s.io/kubernetes/pkg/registry/core/namespacequinton-hoole1
695k8s.io/kubernetes/pkg/registry/core/namespace/etcdmadhusudancs1
696k8s.io/kubernetes/pkg/registry/core/nodermmh1
697k8s.io/kubernetes/pkg/registry/core/node/etcddeads2k1
698k8s.io/kubernetes/pkg/registry/core/persistentvolumelavalamp1
699k8s.io/kubernetes/pkg/registry/core/persistentvolume/etcdderekwaynecarr1
700k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaimbgrant06071
701k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/etcdvulpecula1
702k8s.io/kubernetes/pkg/registry/core/podRandom-Liu1
703k8s.io/kubernetes/pkg/registry/core/pod/etcdalex-mohr1
704k8s.io/kubernetes/pkg/registry/core/pod/restjsafrane1
705k8s.io/kubernetes/pkg/registry/core/podtemplatethockin1
706k8s.io/kubernetes/pkg/registry/core/podtemplate/etcdbrendandburns1
707k8s.io/kubernetes/pkg/registry/core/resourcequotavulpecula1
708k8s.io/kubernetes/pkg/registry/core/resourcequota/etcdghodss1
709k8s.io/kubernetes/pkg/registry/core/restdeads2k0
710k8s.io/kubernetes/pkg/registry/core/secretjdef1
711k8s.io/kubernetes/pkg/registry/core/secret/etcdfreehan1
712k8s.io/kubernetes/pkg/registry/core/servicemadhusudancs1
713k8s.io/kubernetes/pkg/registry/core/service/allocatorjbeda1
714k8s.io/kubernetes/pkg/registry/core/service/allocator/etcdixdy1
715k8s.io/kubernetes/pkg/registry/core/service/etcdapelisse1
716k8s.io/kubernetes/pkg/registry/core/service/ipallocatoreparis1
717k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controllermtaufen1
718k8s.io/kubernetes/pkg/registry/core/service/ipallocator/etcdkargakis1
719k8s.io/kubernetes/pkg/registry/core/service/portallocatorjdef1
720k8s.io/kubernetes/pkg/registry/core/serviceaccountcaesarxuchao1
721k8s.io/kubernetes/pkg/registry/core/serviceaccount/etcdbprashanth1
722k8s.io/kubernetes/pkg/registry/extensions/controller/etcdmwielgus1
723k8s.io/kubernetes/pkg/registry/extensions/daemonsetnikhiljindal1
724k8s.io/kubernetes/pkg/registry/extensions/daemonset/etcdspxtr1
725k8s.io/kubernetes/pkg/registry/extensions/deploymentdchen11071
726k8s.io/kubernetes/pkg/registry/extensions/deployment/etcdghodss1
727k8s.io/kubernetes/pkg/registry/extensions/ingressapelisse1
728k8s.io/kubernetes/pkg/registry/extensions/ingress/etcdapelisse1
729k8s.io/kubernetes/pkg/registry/extensions/networkpolicydeads2k1
730k8s.io/kubernetes/pkg/registry/extensions/networkpolicy/etcdncdc1
731k8s.io/kubernetes/pkg/registry/extensions/podsecuritypolicy/etcderictune1
732k8s.io/kubernetes/pkg/registry/extensions/replicasetandyzheng08311
733k8s.io/kubernetes/pkg/registry/extensions/replicaset/etcdfabioy1
734k8s.io/kubernetes/pkg/registry/extensions/restkarlkfi1
735k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcemwielgus1
736k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource/etcdvulpecula1
737k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedatasttts1
738k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/etcdsttts1
739k8s.io/kubernetes/pkg/registry/generic/registryjsafrane1
740k8s.io/kubernetes/pkg/registry/generic/restsmarterclayton1
741k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudgetQ-Lee1
742k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget/etcdxiang901
743k8s.io/kubernetes/pkg/registry/storage/storageclassbrendandburns1
744k8s.io/kubernetes/pkg/registry/storage/storageclass/etcdeparis1
745k8s.io/kubernetes/pkg/runtimewojtek-t0
746k8s.io/kubernetes/pkg/runtime/serializerwojtek-t0
747k8s.io/kubernetes/pkg/runtime/serializer/jsonwojtek-t0
748k8s.io/kubernetes/pkg/runtime/serializer/protobufwojtek-t0
749k8s.io/kubernetes/pkg/runtime/serializer/recognizer/testingwojtek-t0
750k8s.io/kubernetes/pkg/runtime/serializer/streamingwojtek-t0
751k8s.io/kubernetes/pkg/runtime/serializer/versioningwojtek-t0
752k8s.io/kubernetes/pkg/security/apparmorbgrant06071
753k8s.io/kubernetes/pkg/security/podsecuritypolicyerictune0
754k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmorvulpecula1
755k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilitieserictune0
756k8s.io/kubernetes/pkg/security/podsecuritypolicy/grouperictune0
757k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomprmmh1
758k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinuxerictune0
759k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctlandyzheng08311
760k8s.io/kubernetes/pkg/security/podsecuritypolicy/usererictune0
761k8s.io/kubernetes/pkg/security/podsecuritypolicy/utilerictune0
762k8s.io/kubernetes/pkg/securitycontexterictune1
763k8s.io/kubernetes/pkg/serviceaccountliggitt0
764k8s.io/kubernetes/pkg/sshjbeda1
765k8s.io/kubernetes/pkg/storagexiang900
766k8s.io/kubernetes/pkg/storage/etcdeparis1
767k8s.io/kubernetes/pkg/storage/etcd/utilxiang900
768k8s.io/kubernetes/pkg/storage/etcd3xiang900
769k8s.io/kubernetes/pkg/storage/storagebackend/factorymaisem1
770k8s.io/kubernetes/pkg/utiljbeda1
771k8s.io/kubernetes/pkg/util/asyncspxtr1
772k8s.io/kubernetes/pkg/util/bandwidththockin1
773k8s.io/kubernetes/pkg/util/cachethockin1
774k8s.io/kubernetes/pkg/util/certkarlkfi1
775k8s.io/kubernetes/pkg/util/clockzmerlynn1
776k8s.io/kubernetes/pkg/util/configgirishkalele1
777k8s.io/kubernetes/pkg/util/configzixdy1
778k8s.io/kubernetes/pkg/util/dbusroberthbailey1
779k8s.io/kubernetes/pkg/util/diffpiosz1
780k8s.io/kubernetes/pkg/util/envasalkeld0
781k8s.io/kubernetes/pkg/util/errorsjlowdermilk1
782k8s.io/kubernetes/pkg/util/execkrousey1
783k8s.io/kubernetes/pkg/util/flowcontrolixdy1
784k8s.io/kubernetes/pkg/util/flushwritervulpecula1
785k8s.io/kubernetes/pkg/util/framerpiosz1
786k8s.io/kubernetes/pkg/util/goroutinemapsaad-ali0
787k8s.io/kubernetes/pkg/util/hashtimothysc1
788k8s.io/kubernetes/pkg/util/httpstreamapelisse1
789k8s.io/kubernetes/pkg/util/httpstream/spdyzmerlynn1
790k8s.io/kubernetes/pkg/util/integerchildsb1
791k8s.io/kubernetes/pkg/util/intstrbrendandburns1
792k8s.io/kubernetes/pkg/util/iomtaufen1
793k8s.io/kubernetes/pkg/util/iptableshurf1
794k8s.io/kubernetes/pkg/util/jsonliggitt0
795k8s.io/kubernetes/pkg/util/jsonpathspxtr1
796k8s.io/kubernetes/pkg/util/keymutexsaad-ali0
797k8s.io/kubernetes/pkg/util/labelsrmmh1
798k8s.io/kubernetes/pkg/util/limitwriterdeads2k1
799k8s.io/kubernetes/pkg/util/mountxiang901
800k8s.io/kubernetes/pkg/util/netspxtr1
801k8s.io/kubernetes/pkg/util/net/setsjdef1
802k8s.io/kubernetes/pkg/util/nodeliggitt0
803k8s.io/kubernetes/pkg/util/oomvishh0
804k8s.io/kubernetes/pkg/util/parsersderekwaynecarr1
805k8s.io/kubernetes/pkg/util/procfsroberthbailey1
806k8s.io/kubernetes/pkg/util/proxycjcullen1
807k8s.io/kubernetes/pkg/util/randmadhusudancs1
808k8s.io/kubernetes/pkg/util/ratelimitjustinsb1
809k8s.io/kubernetes/pkg/util/runtimedavidopp1
810k8s.io/kubernetes/pkg/util/setsquinton-hoole0
811k8s.io/kubernetes/pkg/util/slicequinton-hoole0
812k8s.io/kubernetes/pkg/util/strategicpatchbrendandburns1
813k8s.io/kubernetes/pkg/util/stringsquinton-hoole0
814k8s.io/kubernetes/pkg/util/systemmwielgus0
815k8s.io/kubernetes/pkg/util/termdavidopp1
816k8s.io/kubernetes/pkg/util/testingjlowdermilk1
817k8s.io/kubernetes/pkg/util/threadingroberthbailey1
818k8s.io/kubernetes/pkg/util/validationQ-Lee1
819k8s.io/kubernetes/pkg/util/validation/fieldtimstclair1
820k8s.io/kubernetes/pkg/util/waitQ-Lee1
821k8s.io/kubernetes/pkg/util/workqueuemtaufen1
822k8s.io/kubernetes/pkg/util/wsstreamtimothysc1
823k8s.io/kubernetes/pkg/util/yamlrmmh1
824k8s.io/kubernetes/pkg/versionspxtr1
825k8s.io/kubernetes/pkg/volumesaad-ali0
826k8s.io/kubernetes/pkg/volume/aws_ebscaesarxuchao1
827k8s.io/kubernetes/pkg/volume/azure_ddgirishkalele1
828k8s.io/kubernetes/pkg/volume/azure_filemaisem1
829k8s.io/kubernetes/pkg/volume/cephfseparis1
830k8s.io/kubernetes/pkg/volume/cinderjsafrane1
831k8s.io/kubernetes/pkg/volume/configmapderekwaynecarr1
832k8s.io/kubernetes/pkg/volume/downwardapimikedanese1
833k8s.io/kubernetes/pkg/volume/empty_dirquinton-hoole1
834k8s.io/kubernetes/pkg/volume/fcandyzheng08311
835k8s.io/kubernetes/pkg/volume/flexvolumeQ-Lee1
836k8s.io/kubernetes/pkg/volume/flockerjbeda1
837k8s.io/kubernetes/pkg/volume/gce_pdsaad-ali0
838k8s.io/kubernetes/pkg/volume/git_repodavidopp1
839k8s.io/kubernetes/pkg/volume/glusterfstimstclair1
840k8s.io/kubernetes/pkg/volume/host_pathjbeda1
841k8s.io/kubernetes/pkg/volume/iscsicjcullen1
842k8s.io/kubernetes/pkg/volume/nfsjustinsb1
843k8s.io/kubernetes/pkg/volume/quobyteyujuhong1
844k8s.io/kubernetes/pkg/volume/rbdpiosz1
845k8s.io/kubernetes/pkg/volume/secretrmmh1
846k8s.io/kubernetes/pkg/volume/utilsaad-ali0
847k8s.io/kubernetes/pkg/volume/util/nestedpendingoperationsfreehan1
848k8s.io/kubernetes/pkg/volume/vsphere_volumedeads2k1
849k8s.io/kubernetes/pkg/watchmwielgus1
850k8s.io/kubernetes/pkg/watch/versionedchildsb1
851k8s.io/kubernetes/plugin/pkg/admission/admitpiosz1
852k8s.io/kubernetes/plugin/pkg/admission/alwayspullimageskargakis1
853k8s.io/kubernetes/plugin/pkg/admission/antiaffinitytimothysc1
854k8s.io/kubernetes/plugin/pkg/admission/denyeparis1
855k8s.io/kubernetes/plugin/pkg/admission/execdeads2k1
856k8s.io/kubernetes/plugin/pkg/admission/gckevin-wangzefeng1
857k8s.io/kubernetes/plugin/pkg/admission/imagepolicyapelisse1
858k8s.io/kubernetes/plugin/pkg/admission/initialresourcespiosz0
859k8s.io/kubernetes/plugin/pkg/admission/limitrangerncdc1
860k8s.io/kubernetes/plugin/pkg/admission/namespace/autoprovisionderekwaynecarr0
861k8s.io/kubernetes/plugin/pkg/admission/namespace/existsderekwaynecarr0
862k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecyclederekwaynecarr0
863k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/labeljdef1
864k8s.io/kubernetes/plugin/pkg/admission/podnodeselectorixdy1
865k8s.io/kubernetes/plugin/pkg/admission/resourcequotafabioy1
866k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicymaisem1
867k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdenyvulpecula1
868k8s.io/kubernetes/plugin/pkg/admission/serviceaccountliggitt0
869k8s.io/kubernetes/plugin/pkg/admission/storageclass/defaultpmorie1
870k8s.io/kubernetes/plugin/pkg/auth/authenticator/password/allowliggitt0
871k8s.io/kubernetes/plugin/pkg/auth/authenticator/password/passwordfileliggitt0
872k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/anonymousjustinsb1
873k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/basicauthliggitt0
874k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/headerrequestdeads2k0
875k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/unionliggitt0
876k8s.io/kubernetes/plugin/pkg/auth/authenticator/request/x509liggitt0
877k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/anytokenkrousey1
878k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/oidcbrendandburns1
879k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/tokenfileliggitt0
880k8s.io/kubernetes/plugin/pkg/auth/authenticator/token/webhookghodss1
881k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbachurf1
882k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicymml1
883k8s.io/kubernetes/plugin/pkg/auth/authorizer/webhookhurf1
884k8s.io/kubernetes/plugin/pkg/client/auth/gcpjlowdermilk0
885k8s.io/kubernetes/plugin/pkg/client/auth/oidccjcullen1
886k8s.io/kubernetes/plugin/pkg/schedulerfgrzadkowski0
887k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicatesfgrzadkowski0
888k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/prioritiesfgrzadkowski0
889k8s.io/kubernetes/plugin/pkg/scheduler/algorithmproviderfgrzadkowski0
890k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaultsfgrzadkowski0
891k8s.io/kubernetes/plugin/pkg/scheduler/api/validationfgrzadkowski0
892k8s.io/kubernetes/plugin/pkg/scheduler/factoryfgrzadkowski0
893k8s.io/kubernetes/plugin/pkg/scheduler/schedulercachefgrzadkowski0
894k8s.io/kubernetes/test/e2ekevin-wangzefeng1
895k8s.io/kubernetes/test/e2e/chaosmonkeypmorie1
896k8s.io/kubernetes/test/e2e_nodemml1
897k8s.io/kubernetes/test/integration/authjbeda1
898k8s.io/kubernetes/test/integration/clientQ-Lee1
899k8s.io/kubernetes/test/integration/configmapQ-Lee1
900k8s.io/kubernetes/test/integration/discoverysummarizerfabioy1
901k8s.io/kubernetes/test/integration/examplesmaisem1
902k8s.io/kubernetes/test/integration/federationvulpecula1
903k8s.io/kubernetes/test/integration/garbagecollectorjlowdermilk1
904k8s.io/kubernetes/test/integration/kubectlvulpecula1
905k8s.io/kubernetes/test/integration/masterfabioy1
906k8s.io/kubernetes/test/integration/metricslavalamp1
907k8s.io/kubernetes/test/integration/objectmetajanetkuo1
908k8s.io/kubernetes/test/integration/openshiftkevin-wangzefeng1
909k8s.io/kubernetes/test/integration/persistentvolumescjcullen1
910k8s.io/kubernetes/test/integration/podssmarterclayton1
911k8s.io/kubernetes/test/integration/quotaalex-mohr1
912k8s.io/kubernetes/test/integration/replicasetjanetkuo1
913k8s.io/kubernetes/test/integration/replicationcontrollerjbeda1
914k8s.io/kubernetes/test/integration/schedulermikedanese1
915k8s.io/kubernetes/test/integration/scheduler_perfroberthbailey1
916k8s.io/kubernetes/test/integration/secretsrmmh1
917k8s.io/kubernetes/test/integration/serviceaccountdeads2k1
918k8s.io/kubernetes/test/integration/storageclassesandyzheng08311
919k8s.io/kubernetes/test/integration/thirdpartydavidopp1
920k8s.io/kubernetes/test/listmaisem1
921kubelet Clean up pods on node kubelet should be able to delete * pods per node in *.yujuhong0