Files
kubernetes/test/test_owners.csv
caleb miles beef727000 Add SIG owners to e2e tests
Adds SIG owners to e2e tests in order to support assigning test flakes and general test failures to SIGs rather than relying solely on individuals. Ideally this will help spread the maintenance burden across more This work is part of closing https://github.com/kubernetes/contrib/issues/2389
2017-02-16 15:27:06 -08:00

75 KiB

1name,owner,auto-assigned,sig
2DEFAULT,rmmh/spxtr/ixdy/apelisse/fejta,0,
3Addon update should propagate add-on file changes,eparis,1,
4AppArmor should enforce an AppArmor profile,derekwaynecarr,0,node,
5AppArmor when running with AppArmor should enforce a permissive profile,yujuhong,1,node,
6AppArmor when running with AppArmor should enforce a profile blocking writes,freehan,1,node,
7AppArmor when running with AppArmor should reject an unloaded profile,kargakis,1,node,
8AppArmor when running without AppArmor should reject a pod with an AppArmor profile,rrati,0,node,
9Cadvisor should be healthy on every node.,vishh,0,node,
10Cassandra should create and scale cassandra,fabioy,1,apps,
11CassandraStatefulSet should create statefulset,wojtek-t,1,apps,
12Cluster level logging using Elasticsearch should check that logs from containers are ingested into Elasticsearch,crassirostris,0,instrumentation,
13Cluster level logging using GCL should check that logs from containers are ingested in GCL,crassirostris,0,instrumentation,
14Cluster size autoscaling should add node to the particular mig,spxtr,1,autoscaling,
15Cluster size autoscaling should correctly scale down after a node is not needed,pmorie,1,autoscaling,
16Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool,krousey,1,autoscaling,
17Cluster size autoscaling should disable node pool autoscaling,Q-Lee,1,autoscaling,
18Cluster size autoscaling should increase cluster size if pending pods are small,childsb,1,autoscaling,
19Cluster size autoscaling should increase cluster size if pending pods are small and there is another node pool that is not autoscaled,apelisse,1,autoscaling,
20Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict,brendandburns,1,autoscaling,
21Cluster size autoscaling should scale up correct target pool,mikedanese,1,autoscaling,
22Cluster size autoscaling shouldn't increase cluster size if pending pod is too large,rrati,0,autoscaling,
23ClusterDns should create pod that uses dns,sttts,0,
24ConfigMap optional updates should be reflected in volume,timothysc,1,apps,
25ConfigMap should be consumable from pods in volume,alex-mohr,1,apps,
26ConfigMap should be consumable from pods in volume as non-root,rrati,0,apps,
27ConfigMap should be consumable from pods in volume as non-root with FSGroup,roberthbailey,1,apps,
28ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps,
29ConfigMap should be consumable from pods in volume with defaultMode set,Random-Liu,1,apps,
30ConfigMap should be consumable from pods in volume with mappings,rrati,0,apps,
31ConfigMap should be consumable from pods in volume with mappings and Item mode set,eparis,1,apps,
32ConfigMap should be consumable from pods in volume with mappings as non-root,apelisse,1,apps,
33ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup,zmerlynn,1,apps,
34ConfigMap should be consumable in multiple volumes in the same pod,caesarxuchao,1,apps,
35ConfigMap should be consumable via environment variable,ncdc,1,apps,
36ConfigMap should be consumable via the environment,rkouj,0,apps,
37ConfigMap updates should be reflected in volume,kevin-wangzefeng,1,apps,
38Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute poststart exec hook properly,kargakis,1,node,
39Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute prestop exec hook properly,rrati,0,node,
40Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute poststart http hook properly,vishh,1,node,
41Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute prestop http hook properly,freehan,1,node,
42Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image *,Random-Liu,0,node,
43Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits it should run with the expected status,luxas,1,node,
44Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message *,alex-mohr,1,node,
45ContainerLogPath Pod with a container printed log to stdout should print log to correct log path,resouer,0,node,
46CronJob should not emit unexpected warnings,soltysh,1,apps,
47CronJob should not schedule jobs when suspended,soltysh,1,apps,
48CronJob should not schedule new jobs when ForbidConcurrent,soltysh,1,apps,
49CronJob should remove from active list jobs that have been deleted,soltysh,1,apps,
50CronJob should replace jobs when ReplaceConcurrent,soltysh,1,apps,
51CronJob should schedule multiple jobs concurrently,soltysh,1,apps,
52DNS config map should be able to change configuration,rkouj,0,network,
53DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios,MrHohn,0,network,
54DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed,MrHohn,0,network,
55DNS should provide DNS for ExternalName services,rmmh,1,network,
56DNS should provide DNS for pods for Hostname and Subdomain Annotation,mtaufen,1,network,
57DNS should provide DNS for services,roberthbailey,1,network,
58DNS should provide DNS for the cluster,roberthbailey,1,network,
59Daemon set should retry creating failed daemon pods,yifan-gu,1,apps,
60Daemon set should run and stop complex daemon,jlowdermilk,1,apps,
61Daemon set should run and stop complex daemon with node affinity,erictune,1,apps,
62Daemon set should run and stop simple daemon,mtaufen,1,apps,
63DaemonRestart Controller Manager should not create/delete replicas across restart,rrati,0,apps,
64DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1,apps,
65DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1,apps,
66Density create a batch of pods latency/resource should be within limit when create * pods with * interval,apelisse,1,scalability,
67Density create a batch of pods with higher API QPS latency/resource should be within limit when create * pods with * interval (QPS *),jlowdermilk,1,scalability,
68Density create a sequence of pods latency/resource should be within limit when create * pods with * background pods,wojtek-t,1,scalability,
69Density should allow running maximum capacity pods on nodes,smarterclayton,1,scalability,
70Density should allow starting * pods per node using * with * secrets and * daemons,rkouj,0,scalability,
71Deployment RecreateDeployment should delete old pods and create new ones,pwittrock,0,apps,
72Deployment RollingUpdateDeployment should delete old pods and create new ones,pwittrock,0,apps,
73Deployment deployment reaping should cascade to its replica sets and pods,wojtek-t,1,apps,
74Deployment deployment should create new pods,pwittrock,0,apps,
75Deployment deployment should delete old replica sets,pwittrock,0,apps,
76Deployment deployment should label adopted RSs and pods,pwittrock,0,apps,
77Deployment deployment should support rollback,pwittrock,0,apps,
78Deployment deployment should support rollback when there's replica set with no revision,pwittrock,0,apps,
79Deployment deployment should support rollover,pwittrock,0,apps,
80Deployment iterative rollouts should eventually progress,kargakis,0,apps,
81Deployment lack of progress should be reported in the deployment status,kargakis,0,apps,
82Deployment overlapping deployment should not fight with each other,kargakis,1,apps,
83Deployment paused deployment should be able to scale,kargakis,1,apps,
84Deployment paused deployment should be ignored by the controller,kargakis,0,apps,
85Deployment scaled rollout deployment should not block on annotation check,kargakis,1,apps,
86DisruptionController evictions: * => *,rkouj,0,scheduling,
87DisruptionController should create a PodDisruptionBudget,rkouj,0,scheduling,
88DisruptionController should update PodDisruptionBudget status,rkouj,0,scheduling,
89Docker Containers should be able to override the image's default arguments (docker cmd),maisem,0,node,
90Docker Containers should be able to override the image's default command and arguments,maisem,0,node,
91Docker Containers should be able to override the image's default commmand (docker entrypoint),maisem,0,node,
92Docker Containers should use the image defaults if command and args are blank,vishh,0,node,
93Downward API should create a pod that prints his name and namespace,nhlfr,0,node,
94Downward API should provide container's limits.cpu/memory and requests.cpu/memory as env vars,deads2k,1,node,
95Downward API should provide default limits.cpu/memory from node allocatable,derekwaynecarr,0,node,
96Downward API should provide pod IP as an env var,nhlfr,0,node,
97Downward API should provide pod name and namespace as env vars,nhlfr,0,node,
98Downward API volume should provide container's cpu limit,smarterclayton,1,node,
99Downward API volume should provide container's cpu request,krousey,1,node,
100Downward API volume should provide container's memory limit,krousey,1,node,
101Downward API volume should provide container's memory request,mikedanese,1,node,
102Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set,lavalamp,1,node,
103Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set,freehan,1,node,
104Downward API volume should provide podname as non-root with fsgroup,rrati,0,node,
105Downward API volume should provide podname as non-root with fsgroup and defaultMode,rrati,0,node,
106Downward API volume should provide podname only,mwielgus,1,node,
107Downward API volume should set DefaultMode on files,davidopp,1,node,
108Downward API volume should set mode on item file,mtaufen,1,node,
109Downward API volume should update annotations on modification,eparis,1,node,
110Downward API volume should update labels on modification,timothysc,1,node,
111Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes,rrati,0,storage,
112Dynamic provisioning DynamicProvisioner External should let an external dynamic provisioner create and delete persistent volumes,jsafrane,0,storage,
113Dynamic provisioning DynamicProvisioner should create and delete persistent volumes,jsafrane,0,storage,
114DynamicKubeletConfiguration When a configmap called `kubelet-` is added to the `kube-system` namespace The Kubelet on that node should restart to take up the new config,mwielgus,1,storage,
115ESIPP should handle updates to source ip annotation,bprashanth,1,network,
116ESIPP should only target nodes with endpoints,rrati,0,network,
117ESIPP should work for type=LoadBalancer,fgrzadkowski,1,network,
118ESIPP should work for type=NodePort,kargakis,1,network,
119ESIPP should work from pods,cjcullen,1,network,
120Empty does nothing,cjcullen,1,node,
121EmptyDir volumes volume on default medium should have the correct mode,yifan-gu,1,node,
122EmptyDir volumes volume on tmpfs should have the correct mode,mwielgus,1,node,
123EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is non-root,brendandburns,1,node,
124EmptyDir volumes when FSGroup is specified new files should be created with FSGroup ownership when container is root,childsb,1,node,
125EmptyDir volumes when FSGroup is specified volume on default medium should have the correct mode using FSGroup,eparis,1,node,
126EmptyDir volumes when FSGroup is specified volume on tmpfs should have the correct mode using FSGroup,timothysc,1,node,
127EmptyDir wrapper volumes should not cause race condition when used for configmaps,mtaufen,1,node,
128EmptyDir wrapper volumes should not cause race condition when used for git_repo,brendandburns,1,node,
129EmptyDir wrapper volumes should not conflict,deads2k,1,node,
130Etcd failure should recover from SIGKILL,pmorie,1,api-machinery,
131Etcd failure should recover from network partition with master,justinsb,1,api-machinery,
132Events should be sent by kubelets and the scheduler about pods scheduling and running,zmerlynn,1,node,
133Federated Services Without Clusters should succeed when a service is created,rmmh,1,federation,
134Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service,mml,0,federation,
135Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service,jlowdermilk,1,federation,
136Federated Services with clusters DNS should be able to discover a federated service,derekwaynecarr,1,federation,
137Federated Services with clusters service creation should be deleted from underlying clusters when OrphanDependents is false,rkouj,0,federation,
138Federated Services with clusters service creation should create matching services in underlying clusters,jbeda,1,federation,
139Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is nil,rkouj,0,federation,
140Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is true,rkouj,0,federation,
141Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer,rmmh,1,federation,
142Federated ingresses Federated Ingresses should be created and deleted successfully,dchen1107,1,federation,
143Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
144Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,rrati,0,federation,
145Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
146Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
147Federation API server authentication should accept cluster resources when the client has right authentication credentials,davidopp,1,federation,
148Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials,yujuhong,1,federation,
149Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1,federation,
150Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1,federation,
151Federation apiserver Cluster objects should be created and deleted successfully,rrati,0,federation,
152Federation daemonsets DaemonSet objects should be created and deleted successfully,nikhiljindal,0,federation,
153Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
154Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
155Federation daemonsets DaemonSet objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
156Federation deployments Deployment objects should be created and deleted successfully,soltysh,1,federation,
157Federation deployments Federated Deployment should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
158Federation deployments Federated Deployment should create and update matching deployments in underlying clusters,lavalamp,1,federation,
159Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
160Federation deployments Federated Deployment should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
161Federation events Event objects should be created and deleted successfully,rrati,0,federation,
162Federation namespace Namespace objects all resources in the namespace should be deleted when namespace is deleted,nikhiljindal,0,federation,
163Federation namespace Namespace objects deletes replicasets in the namespace when the namespace is deleted,nikhiljindal,0,federation,
164Federation namespace Namespace objects should be created and deleted successfully,xiang90,1,federation,
165Federation namespace Namespace objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
166Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
167Federation namespace Namespace objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
168Federation replicasets Federated ReplicaSet should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
169Federation replicasets Federated ReplicaSet should create and update matching replicasets in underling clusters,childsb,1,federation,
170Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
171Federation replicasets Federated ReplicaSet should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
172Federation replicasets ReplicaSet objects should be created and deleted successfully,apelisse,1,federation,
173Federation secrets Secret objects should be created and deleted successfully,pmorie,1,federation,
174Federation secrets Secret objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation,
175Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation,
176Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation,
177Firewall rule should create valid firewall rules for LoadBalancer type service,rkouj,0,network,
178Firewall rule should have correct firewall rules for e2e cluster,rkouj,0,network,
179GCP Volumes GlusterFS should be mountable,nikhiljindal,0,storage,
180GCP Volumes NFSv4 should be mountable for NFSv4,nikhiljindal,0,storage,
181GKE local SSD should write and read from node local SSD,fabioy,0,storage,
182GKE node pools should create a cluster with multiple node pools,fabioy,1,cluster-lifecycle,
183Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container,Random-Liu,0,cluster-lifecycle,
184Garbage collector should delete RS created by deployment when not orphaning,rkouj,0,cluster-lifecycle,
185Garbage collector should delete pods created by rc when not orphaning,justinsb,1,cluster-lifecycle,
186Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true,rkouj,0,cluster-lifecycle,
187Garbage collector should orphan pods created by rc if delete options say so,fabioy,1,cluster-lifecycle,
188Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil,zmerlynn,1,cluster-lifecycle,
189HA-master survive addition/removal replicas different zones,derekwaynecarr,0,api-machinery,
190HA-master survive addition/removal replicas multizone workers,rkouj,0,api-machinery,
191HA-master survive addition/removal replicas same zone,derekwaynecarr,0,api-machinery,
192Hazelcast should create and scale hazelcast,mikedanese,1,big-data
193Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 1 pod to 3 pods and from 3 to 5,jszczepkowski,0,autoscaling,
194Horizontal pod autoscaling (scale resource: CPU) Deployment Should scale from 5 pods to 3 pods and from 3 to 1,jszczepkowski,0,autoscaling,
195Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 1 pod to 3 pods and from 3 to 5,jszczepkowski,0,autoscaling,
196Horizontal pod autoscaling (scale resource: CPU) ReplicaSet Should scale from 5 pods to 3 pods and from 3 to 1,jszczepkowski,0,autoscaling,
197Horizontal pod autoscaling (scale resource: CPU) ReplicationController *,jszczepkowski,0,autoscaling,
198Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 1 pod to 2 pods,jszczepkowski,0,autoscaling,
199Horizontal pod autoscaling (scale resource: CPU) ReplicationController light Should scale from 2 pods to 1 pod,jszczepkowski,0,autoscaling,
200HostPath should give a volume the correct mode,thockin,1,node,
201HostPath should support r/w,luxas,1,node,
202HostPath should support subPath,sttts,1,node,
203ImageID should be set to the manifest digest (from RepoDigests) when available,rrati,0,node,
204InitContainer should invoke init containers on a RestartAlways pod,saad-ali,1,node,
205InitContainer should invoke init containers on a RestartNever pod,rrati,0,node,
206InitContainer should not start app containers and fail the pod if init containers fail on a RestartNever pod,maisem,0,node,
207InitContainer should not start app containers if init containers fail on a RestartAlways pod,maisem,0,node,
208Initial Resources should set initial resources based on historical data,piosz,0,node,
209Job should delete a job,soltysh,1,apps,
210Job should run a job to completion when tasks sometimes fail and are locally restarted,soltysh,1,apps,
211Job should run a job to completion when tasks sometimes fail and are not locally restarted,soltysh,1,apps,
212Job should run a job to completion when tasks succeed,soltysh,1,apps,
213Kibana Logging Instances Is Alive should check that the Kibana logging instance is alive,swagiaal,0,instrumentation,
214Kubectl alpha client Kubectl run CronJob should create a CronJob,soltysh,1,cli,
215Kubectl alpha client Kubectl run ScheduledJob should create a ScheduledJob,soltysh,1,cli,
216Kubectl client Guestbook application should create and stop a working application,pwittrock,0,cli,
217Kubectl client Kubectl api-versions should check if v1 is in available api versions,pwittrock,0,cli,
218Kubectl client Kubectl apply should apply a new configuration to an existing RC,pwittrock,0,cli,
219Kubectl client Kubectl apply should reuse port when apply to an existing SVC,deads2k,0,cli,
220Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info,pwittrock,0,cli,
221Kubectl client Kubectl create quota should create a quota with scopes,rrati,0,cli,
222Kubectl client Kubectl create quota should create a quota without scopes,xiang90,1,cli,
223Kubectl client Kubectl create quota should reject quota with invalid scopes,brendandburns,1,cli,
224Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods,pwittrock,0,cli,
225Kubectl client Kubectl expose should create services for rc,pwittrock,0,cli,
226Kubectl client Kubectl label should update the label on a resource,pwittrock,0,cli,
227Kubectl client Kubectl logs should be able to retrieve and filter logs,jlowdermilk,0,cli,
228Kubectl client Kubectl patch should add annotations for pods in rc,janetkuo,0,cli,
229Kubectl client Kubectl replace should update a single-container pod's image,rrati,0,cli,
230Kubectl client Kubectl rolling-update should support rolling-update to same image,janetkuo,0,cli,
231Kubectl client Kubectl run default should create an rc or deployment from an image,janetkuo,0,cli,
232Kubectl client Kubectl run deployment should create a deployment from an image,janetkuo,0,cli,
233Kubectl client Kubectl run job should create a job from an image when restart is OnFailure,soltysh,1,cli,
234Kubectl client Kubectl run pod should create a pod from an image when restart is Never,janetkuo,0,cli,
235Kubectl client Kubectl run rc should create an rc from an image,janetkuo,0,cli,
236Kubectl client Kubectl taint should remove all the taints with the same key off a node,erictune,1,cli,
237Kubectl client Kubectl taint should update the taint on a node,pwittrock,0,cli,
238Kubectl client Kubectl version should check is all data is printed,janetkuo,0,cli,
239Kubectl client Proxy server should support --unix-socket=/path,zmerlynn,1,cli,
240Kubectl client Proxy server should support proxy with --port 0,ncdc,1,cli,
241Kubectl client Simple pod should handle in-cluster config,rkouj,0,cli,
242Kubectl client Simple pod should return command exit codes,yifan-gu,1,cli,
243Kubectl client Simple pod should support exec,ncdc,0,cli,
244Kubectl client Simple pod should support exec through an HTTP proxy,ncdc,0,cli,
245Kubectl client Simple pod should support inline execution and attach,ncdc,0,cli,
246Kubectl client Simple pod should support port-forward,ncdc,0,cli,
247Kubectl client Update Demo should create and stop a replication controller,sttts,0,cli,
248Kubectl client Update Demo should do a rolling update of a replication controller,sttts,0,cli,
249Kubectl client Update Demo should scale a replication controller,sttts,0,cli,
250Kubelet Cgroup Manager Pod containers On scheduling a BestEffort Pod Pod containers should have been created under the BestEffort cgroup,derekwaynecarr,0,node,
251Kubelet Cgroup Manager Pod containers On scheduling a Burstable Pod Pod containers should have been created under the Burstable cgroup,derekwaynecarr,0,node,
252Kubelet Cgroup Manager Pod containers On scheduling a Guaranteed Pod Pod containers should have been created under the cgroup-root,derekwaynecarr,0,node,
253Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created,davidopp,1,node,
254Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999,kargakis,1,node,
255Kubelet Container Manager Validate OOM score adjustments once the node is setup docker daemon's oom-score-adj should be -999,thockin,1,node,
256Kubelet Container Manager Validate OOM score adjustments once the node is setup guaranteed container's oom-score-adj should be -998,kargakis,1,node,
257Kubelet 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 1000,timothysc,1,node,
258Kubelet 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 space,rkouj,0,node,
259Kubelet Volume Manager Volume Manager On terminatation of pod with memory backed volume should remove the volume from the node,rkouj,0,node,
260Kubelet experimental resource usage tracking resource tracking for * pods per node,yujuhong,0,node,
261Kubelet regular resource usage tracking resource tracking for * pods per node,yujuhong,0,node,
262Kubelet when scheduling a busybox command in a pod it should print the output to logs,ixdy,1,node,
263Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete,smarterclayton,1,node,
264Kubelet when scheduling a busybox command that always fails in a pod should have an error terminated reason,deads2k,1,node,
265Kubelet when scheduling a read only busybox container it should not write to root filesystem,timothysc,1,node,
266KubeletManagedEtcHosts should test kubelet managed /etc/hosts file,Random-Liu,1,node,
267Kubernetes Dashboard should check that the kubernetes-dashboard instance is alive,wonderfly,0,ui,
268LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied.,cjcullen,1,node,
269Liveness liveness pods should be automatically restarted,derekwaynecarr,0,node,
270Load capacity should be able to handle * pods per node * with * secrets and * daemons,rkouj,0,network
271Loadbalancing: L7 GCE shoud create ingress with given static-ip,derekwaynecarr,0,network
272Loadbalancing: L7 GCE should conform to Ingress spec,derekwaynecarr,0,network
273Loadbalancing: L7 Nginx should conform to Ingress spec,ncdc,1,network
274Mesos applies slave attributes as labels,justinsb,1,apps,
275Mesos schedules pods annotated with roles on correct slaves,timstclair,1,apps,
276Mesos starts static pods on every node in the mesos cluster,lavalamp,1,apps,
277MetricsGrabber should grab all metrics from API server.,gmarek,0,instrumentation,
278MetricsGrabber should grab all metrics from a ControllerManager.,gmarek,0,instrumentation,
279MetricsGrabber should grab all metrics from a Kubelet.,gmarek,0,instrumentation,
280MetricsGrabber should grab all metrics from a Scheduler.,gmarek,0,instrumentation,
281MirrorPod when create a mirror pod should be recreated when mirror pod forcibly deleted,roberthbailey,1,node,
282MirrorPod when create a mirror pod should be recreated when mirror pod gracefully deleted,justinsb,1,node,
283MirrorPod when create a mirror pod should be updated when static pod updated,saad-ali,1,node,
284Monitoring should verify monitoring pods and all cluster nodes are available on influxdb using heapster.,piosz,0,instrumentation,
285Multi-AZ Clusters should spread the pods of a replication controller across zones,xiang90,1,api-machinery
286Multi-AZ Clusters should spread the pods of a service across zones,mwielgus,1,api-machinery,
287Namespaces should always delete fast (ALL of 100 namespaces in 150 seconds),rmmh,1,api-machinery,
288Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds),kevin-wangzefeng,1,api-machinery,
289Namespaces should ensure that all pods are removed when a namespace is deleted.,xiang90,1,api-machinery,
290Namespaces should ensure that all services are removed when a namespace is deleted.,pmorie,1,api-machinery,
291Network Partition *,foxish,0,network,
292Network Partition Pods should return to running and ready state after network partition is healed *,foxish,0,network,
293Network Partition should come back up if node goes down,foxish,0,network,
294Network Partition should create new pods when node is partitioned,foxish,0,network,
295Network Partition should eagerly create replacement pod during network partition when termination grace is non-zero,foxish,0,network,
296Network Partition should not reschedule stateful pods if there is a network partition,brendandburns,0,network,
297Network should set TCP CLOSE_WAIT timeout,bowei,0,network,
298Networking Granular Checks: Pods should function for intra-pod communication: http,stts,0,network,
299Networking Granular Checks: Pods should function for intra-pod communication: udp,freehan,0,network,
300Networking Granular Checks: Pods should function for node-pod communication: http,spxtr,1,network,
301Networking Granular Checks: Pods should function for node-pod communication: udp,wojtek-t,1,network,
302Networking Granular Checks: Services should function for endpoint-Service: http,bgrant0607,1,network,
303Networking Granular Checks: Services should function for endpoint-Service: udp,maisem,1,network,
304Networking Granular Checks: Services should function for node-Service: http,thockin,1,network,
305Networking Granular Checks: Services should function for node-Service: udp,yifan-gu,1,network,
306Networking Granular Checks: Services should function for pod-Service: http,childsb,1,network,
307Networking Granular Checks: Services should function for pod-Service: udp,brendandburns,1,network,
308Networking Granular Checks: Services should update endpoints: http,rrati,0,network,
309Networking Granular Checks: Services should update endpoints: udp,freehan,1,network,
310Networking Granular Checks: Services should update nodePort: http,nikhiljindal,1,network,
311Networking Granular Checks: Services should update nodePort: udp,smarterclayton,1,network,
312Networking IPerf should transfer ~ 1GB onto the service endpoint * servers (maximum of * clients),fabioy,1,network,
313Networking should check kube-proxy urls,lavalamp,1,network,
314Networking should provide Internet connection for containers,sttts,0,network,
315NoExecuteTaintManager doesn't evict pod with tolerations from tainted nodes,freehan,0,scheduling,
316NoExecuteTaintManager eventually evict pod with finite tolerations from tainted nodes,freehan,0,scheduling,
317NoExecuteTaintManager evicts pods from tainted nodes,freehan,0,scheduling,
318NoExecuteTaintManager removing taint cancels eviction,freehan,0,scheduling,
319NodeOutOfDisk runs out of disk space,vishh,0,node,
320NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors,Random-Liu,0,node,
321Nodes Resize should be able to add nodes,piosz,1,cluster-lifecycle,
322Nodes Resize should be able to delete nodes,zmerlynn,1,cluster-lifecycle,
323Opaque resources should account opaque integer resources in pods with multiple containers.,ConnorDoyle,0,node,
324Opaque resources should not break pods that do not consume opaque integer resources.,ConnorDoyle,0,node,
325Opaque resources should not schedule pods that exceed the available amount of opaque integer resource.,ConnorDoyle,0,node,
326Opaque resources should schedule pods that do consume opaque integer resources.,ConnorDoyle,0,node,
327PersistentVolumes PersistentVolumes:GCEPD should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach,copejon,0,storage,
328PersistentVolumes PersistentVolumes:GCEPD should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk,thockin,1,storage,
329PersistentVolumes PersistentVolumes:GCEPD should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach,copejon,0,storage,
330PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PV and a pre-bound PVC: test write access,copejon,0,storage,
331PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and a pre-bound PV: test write access,copejon,0,storage,
332PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and non-pre-bound PV: test write access,copejon,0,storage,
333PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs should create a non-pre-bound PV and PVC: test write access,copejon,0,storage,
334PersistentVolumes PersistentVolumes:NFS with multiple PVs and PVCs all in same ns should create 2 PVs and 4 PVCs: test write access,copejon,0,storage,
335PersistentVolumes PersistentVolumes:NFS with multiple PVs and PVCs all in same ns should create 3 PVs and 3 PVCs: test write access,copejon,0,storage,
336PersistentVolumes PersistentVolumes:NFS with multiple PVs and PVCs all in same ns should create 4 PVs and 2 PVCs: test write access,copejon,0,storage,
337PersistentVolumes Selector-Label Volume Binding:vsphere should bind volume with claim for given label,copejon,0,storage,
338PersistentVolumes persistentvolumereclaim:vsphere should delete persistent volume when reclaimPolicy set to delete and associated claim is deleted,copejon,0,storage,
339PersistentVolumes persistentvolumereclaim:vsphere should retain persistent volume when reclaimPolicy set to retain when associated claim is deleted,copejon,0,storage,
340PersistentVolumes when kubelet restarts *,rkouj,0,storage,
341PersistentVolumes:vsphere should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach,rkouj,0,storage,
342PersistentVolumes:vsphere should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach,rkouj,0,storage,
343Pet Store should scale to persist a nominal number ( * ) of transactions in * seconds,xiang90,1,apps,
344Pod Disks should be able to detach from a node which was deleted,rkouj,0,storage,
345Pod Disks should be able to detach from a node whose api object was deleted,rkouj,0,storage,
346Pod garbage collector should handle the creation of 1000 pods,wojtek-t,1,node,
347Pods Extended Delete Grace Period should be submitted and removed,rkouj,0,node,
348Pods Extended Pods Set QOS Class should be submitted and removed,rkouj,0,node,
349Pods should allow activeDeadlineSeconds to be updated,derekwaynecarr,0,node,
350Pods should be submitted and removed,davidopp,1,node,
351Pods should be updated,derekwaynecarr,1,node,
352Pods should cap back-off at MaxContainerBackOff,maisem,1,node,
353Pods should contain environment variables for services,jlowdermilk,1,node,
354Pods should get a host IP,xiang90,1,node,
355Pods should have their auto-restart back-off timer reset on image update,mikedanese,1,node,
356Pods should support remote command execution over websockets,madhusudancs,1,node,
357Pods should support retrieving logs from the container over websockets,vishh,0,node,
358Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets,eparis,1,node,
359Port forwarding With a server listening on localhost should support forwarding over websockets,lavalamp,1,node,
360PreStop should call prestop when killing a pod,ncdc,1,node,
361PrivilegedPod should enable privileged commands,derekwaynecarr,0,node,
362Probing container should *not* be restarted with a /healthz http liveness probe,Random-Liu,0,node,
363Probing container should be restarted with a /healthz http liveness probe,Random-Liu,0,node,
364Probing container should be restarted with a docker exec liveness probe with timeout,timstclair,0,node,
365Probing container should have monotonically increasing restart count,Random-Liu,0,node,
366Probing container with readiness probe should not be ready before initial delay and never restart,Random-Liu,0,node,
367Probing container with readiness probe that fails should never be ready and never restart,Random-Liu,0,node,
368Proxy * should proxy logs on node,rrati,0,node,
369Proxy * should proxy logs on node using proxy subresource,rrati,0,node,
370Proxy * should proxy logs on node with explicit kubelet port,ixdy,1,node,
371Proxy * should proxy logs on node with explicit kubelet port using proxy subresource,dchen1107,1,node,
372Proxy * should proxy through a service and a pod,rrati,0,node,
373Proxy * should proxy to cadvisor,jszczepkowski,1,node,
374Proxy * should proxy to cadvisor using proxy subresource,roberthbailey,1,node,
375Reboot each node by dropping all inbound packets for a while and ensure they function afterwards,quinton-hoole,0,node,
376Reboot each node by dropping all outbound packets for a while and ensure they function afterwards,quinton-hoole,0,node,
377Reboot each node by ordering clean reboot and ensure they function upon restart,quinton-hoole,0,node,
378Reboot each node by ordering unclean reboot and ensure they function upon restart,quinton-hoole,0,node,
379Reboot each node by switching off the network interface and ensure they function upon switch on,quinton-hoole,0,node,
380Reboot each node by triggering kernel panic and ensure they function upon restart,quinton-hoole,0,node,
381Redis should create and stop redis servers,timstclair,1,apps,
382ReplicaSet should serve a basic image on each replica with a private image,pmorie,1,apps,
383ReplicaSet should serve a basic image on each replica with a public image,krousey,0,apps,
384ReplicaSet should surface a failure condition on a common issue like exceeded quota,kargakis,0,apps,
385ReplicationController should serve a basic image on each replica with a private image,jbeda,1,apps,
386ReplicationController should serve a basic image on each replica with a public image,krousey,1,apps,
387ReplicationController should surface a failure condition on a common issue like exceeded quota,kargakis,0,apps,
388Rescheduler should ensure that critical pod is scheduled in case there is no resources available,mtaufen,1,apps,
389Resource-usage regular resource usage tracking resource tracking for * pods per node,janetkuo,1,
390ResourceQuota should create a ResourceQuota and capture the life of a configMap.,timstclair,1,api-machinery,
391ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class.,derekwaynecarr,0,api-machinery,
392ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1,api-machinery,
393ResourceQuota should create a ResourceQuota and capture the life of a pod.,pmorie,1,api-machinery,
394ResourceQuota should create a ResourceQuota and capture the life of a replication controller.,rrati,0,api-machinery,
395ResourceQuota should create a ResourceQuota and capture the life of a secret.,ncdc,1,api-machinery,
396ResourceQuota should create a ResourceQuota and capture the life of a service.,timstclair,1,api-machinery,
397ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated.,krousey,1,api-machinery,
398ResourceQuota should verify ResourceQuota with best effort scope.,mml,1,api-machinery,
399ResourceQuota should verify ResourceQuota with terminating scopes.,ncdc,1,api-machinery,
400Restart Docker Daemon Network should recover from ip leak,bprashanth,0,node,
401Restart should restart all nodes and ensure all nodes and pods recover,rrati,0,node,
402RethinkDB should create and stop rethinkdb servers,mwielgus,1,apps,
403SSH should SSH to all nodes and run commands,quinton-hoole,0,
404SchedulerPredicates validates MaxPods limit number of pods that are allowed to run,gmarek,0,scheduling,
405SchedulerPredicates validates resource limits of pods that are allowed to run,gmarek,0,scheduling,
406SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching,rrati,0,scheduling,
407SchedulerPredicates validates that InterPod Affinity and AntiAffinity is respected if matching,yifan-gu,1,scheduling,
408SchedulerPredicates validates that InterPodAffinity is respected if matching,kevin-wangzefeng,1,scheduling,
409SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinities,caesarxuchao,1,scheduling,
410SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2,sttts,0,scheduling,
411SchedulerPredicates validates that NodeAffinity is respected if not matching,fgrzadkowski,0,scheduling,
412SchedulerPredicates validates that NodeSelector is respected if matching,gmarek,0,scheduling,
413SchedulerPredicates validates that NodeSelector is respected if not matching,gmarek,0,scheduling,
414SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected,deads2k,1,scheduling,
415SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalid,smarterclayton,1,scheduling,
416SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work,rrati,0,scheduling,
417SchedulerPredicates validates that required NodeAffinity setting is respected if matching,mml,1,scheduling,
418SchedulerPredicates validates that taints-tolerations is respected if matching,jlowdermilk,1,scheduling,
419SchedulerPredicates validates that taints-tolerations is respected if not matching,derekwaynecarr,1,scheduling,
420Secret should create a pod that reads a secret,luxas,1,apps,
421Secrets optional updates should be reflected in volume,justinsb,1,apps,
422Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace,rkouj,0,apps,
423Secrets should be consumable from pods in env vars,mml,1,apps,
424Secrets should be consumable from pods in volume,rrati,0,apps,
425Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps,
426Secrets should be consumable from pods in volume with defaultMode set,derekwaynecarr,1,apps,
427Secrets should be consumable from pods in volume with mappings,jbeda,1,apps,
428Secrets should be consumable from pods in volume with mappings and Item Mode set,quinton-hoole,1,apps,
429Secrets should be consumable in multiple volumes in a pod,alex-mohr,1,apps,
430Secrets should be consumable via the environment,ixdy,1,apps,
431Security Context should support container.SecurityContext.RunAsUser,alex-mohr,1,apps,
432Security Context should support pod.Spec.SecurityContext.RunAsUser,bgrant0607,1,apps,
433Security Context should support pod.Spec.SecurityContext.SupplementalGroups,rrati,0,apps,
434Security Context should support seccomp alpha docker/default annotation,freehan,1,apps,
435Security Context should support seccomp alpha unconfined annotation on the container,childsb,1,apps,
436Security Context should support seccomp alpha unconfined annotation on the pod,krousey,1,apps,
437Security Context should support seccomp default which is unconfined,lavalamp,1,apps,
438Security Context should support volume SELinux relabeling,thockin,1,apps,
439Security Context should support volume SELinux relabeling when using hostIPC,alex-mohr,1,apps,
440Security Context should support volume SELinux relabeling when using hostPID,dchen1107,1,apps,
441Service endpoints latency should not be very high,cjcullen,1,network,
442ServiceAccounts should ensure a single API token exists,liggitt,0,network,
443ServiceAccounts should mount an API token into pods,liggitt,0,network,
444ServiceLoadBalancer should support simple GET on Ingress ips,bprashanth,0,network,
445Services should be able to change the type and ports of a service,bprashanth,0,network,
446Services should be able to create a functioning NodePort service,bprashanth,0,network,
447Services should be able to up and down services,bprashanth,0,network,
448Services should check NodePort out-of-range,bprashanth,0,network,
449Services should create endpoints for unready pods,maisem,0,network,
450Services should only allow access from service loadbalancer source ranges,madhusudancs,0,network,
451Services should preserve source pod IP for traffic thru service cluster IP,Random-Liu,1,network,
452Services should prevent NodePort collisions,bprashanth,0,network,
453Services should provide secure master service,bprashanth,0,network,
454Services should release NodePorts on delete,bprashanth,0,network,
455Services should serve a basic endpoint from pods,bprashanth,0,network,
456Services should serve multiport endpoints from pods,bprashanth,0,network,
457Services should use same NodePort with same port but different protocols,timothysc,1,network,
458Services should work after restarting apiserver,bprashanth,0,network,
459Services should work after restarting kube-proxy,bprashanth,0,network,
460SimpleMount should be able to mount an emptydir on a container,rrati,0,node,
461StatefulSet Basic StatefulSet functionality Scaling down before scale up is finished should wait until current pod will be running and ready before it will be removed,derekwaynecarr,0,apps,
462StatefulSet Basic StatefulSet functionality Scaling should happen in predictable order and halt if any stateful pod is unhealthy,derekwaynecarr,0,apps,
463StatefulSet Basic StatefulSet functionality Should recreate evicted statefulset,rrati,0,apps,
464StatefulSet Basic StatefulSet functionality should allow template updates,rkouj,0,apps,
465StatefulSet Basic StatefulSet functionality should not deadlock when a pod's predecessor fails,rkouj,0,apps,
466StatefulSet Basic StatefulSet functionality should provide basic identity,bprashanth,1,apps,
467StatefulSet Deploy clustered applications should creating a working CockroachDB cluster,rkouj,0,apps,
468StatefulSet Deploy clustered applications should creating a working mysql cluster,yujuhong,1,apps,
469StatefulSet Deploy clustered applications should creating a working redis cluster,yifan-gu,1,apps,
470StatefulSet Deploy clustered applications should creating a working zookeeper cluster,pmorie,1,apps,
471Summary API when querying /stats/summary should report resource usage through the stats api,Random-Liu,1,api-machinery,
472Sysctls should reject invalid sysctls,davidopp,1,node,
473Sysctls should support sysctls,Random-Liu,1,node,
474Sysctls should support unsafe sysctls which are actually whitelisted,deads2k,1,node,
475ThirdParty resources Simple Third Party creating/deleting thirdparty objects works,luxas,1,api-machinery,
476Upgrade cluster upgrade should maintain a functioning cluster,luxas,1,cluster-lifecycle,
477Upgrade master upgrade should maintain a functioning cluster,xiang90,1,cluster-lifecycle,
478Upgrade node upgrade should maintain a functioning cluster,zmerlynn,1,cluster-lifecycle,
479Variable Expansion should allow composing env vars into new env vars,derekwaynecarr,0,node,
480Variable Expansion should allow substituting values in a container's args,dchen1107,1,node,
481Variable Expansion should allow substituting values in a container's command,mml,1,node,
482Volume Placement provision pod on node with matching labels should create and delete pod with the same volume source attach/detach to different worker nodes,mml,0,storage,
483Volume Placement provision pod on node with matching labels should create and delete pod with the same volume source on the same worker node,mml,0,storage,
484Volumes Ceph RBD should be mountable,fabioy,1,storage,
485Volumes CephFS should be mountable,Q-Lee,1,storage,
486Volumes Cinder should be mountable,cjcullen,1,storage,
487Volumes ConfigMap should be mountable,rkouj,0,storage,
488Volumes GlusterFS should be mountable,eparis,1,storage,
489Volumes NFS should be mountable,rrati,0,storage,
490Volumes PD should be mountable,caesarxuchao,1,storage,
491Volumes iSCSI should be mountable,jsafrane,1,storage,
492Volumes vsphere should be mountable,jsafrane,0,storage,
493k8s.io/kubernetes/cmd/genutils,rmmh,1,
494k8s.io/kubernetes/cmd/hyperkube,jbeda,0,
495k8s.io/kubernetes/cmd/kube-aggregator/pkg/apiserver,brendandburns,0,
496k8s.io/kubernetes/cmd/kube-apiserver/app/options,nikhiljindal,0,
497k8s.io/kubernetes/cmd/kube-controller-manager/app,dchen1107,1,
498k8s.io/kubernetes/cmd/kube-discovery/app,pmorie,1,
499k8s.io/kubernetes/cmd/kube-proxy/app,luxas,1,
500k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation,caesarxuchao,1,
501k8s.io/kubernetes/cmd/kubeadm/app/cmd,caesarxuchao,1,
502k8s.io/kubernetes/cmd/kubeadm/app/discovery,brendandburns,0,
503k8s.io/kubernetes/cmd/kubeadm/app/images,davidopp,1,
504k8s.io/kubernetes/cmd/kubeadm/app/master,apprenda,0,
505k8s.io/kubernetes/cmd/kubeadm/app/node,apprenda,0,
506k8s.io/kubernetes/cmd/kubeadm/app/phases/addons,rkouj,0,
507k8s.io/kubernetes/cmd/kubeadm/app/phases/certs,rkouj,0,
508k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil,ixdy,1,
509k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig,rkouj,0,
510k8s.io/kubernetes/cmd/kubeadm/app/preflight,apprenda,0,
511k8s.io/kubernetes/cmd/kubeadm/app/util,krousey,1,
512k8s.io/kubernetes/cmd/kubeadm/test/cmd,krousey,0,
513k8s.io/kubernetes/cmd/kubelet/app,derekwaynecarr,0,
514k8s.io/kubernetes/cmd/libs/go2idl/client-gen/types,caesarxuchao,0,
515k8s.io/kubernetes/cmd/libs/go2idl/go-to-protobuf/protobuf,smarterclayton,0,
516k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators,davidopp,1,
517k8s.io/kubernetes/cmd/mungedocs,mwielgus,1,
518k8s.io/kubernetes/examples,Random-Liu,0,
519k8s.io/kubernetes/federation/apis/federation/install,nikhiljindal,0,
520k8s.io/kubernetes/federation/apis/federation/validation,nikhiljindal,0,
521k8s.io/kubernetes/federation/cmd/federation-controller-manager/app,kzwang,0,
522k8s.io/kubernetes/federation/pkg/dnsprovider,sttts,1,
523k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53,cjcullen,1,
524k8s.io/kubernetes/federation/pkg/dnsprovider/providers/coredns,brendandburns,0,
525k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddns,madhusudancs,1,
526k8s.io/kubernetes/federation/pkg/federation-controller/cluster,nikhiljindal,0,
527k8s.io/kubernetes/federation/pkg/federation-controller/configmap,mwielgus,0,
528k8s.io/kubernetes/federation/pkg/federation-controller/daemonset,childsb,1,
529k8s.io/kubernetes/federation/pkg/federation-controller/deployment,zmerlynn,1,
530k8s.io/kubernetes/federation/pkg/federation-controller/ingress,vishh,1,
531k8s.io/kubernetes/federation/pkg/federation-controller/namespace,rrati,0,
532k8s.io/kubernetes/federation/pkg/federation-controller/replicaset,roberthbailey,1,
533k8s.io/kubernetes/federation/pkg/federation-controller/secret,apelisse,1,
534k8s.io/kubernetes/federation/pkg/federation-controller/service,pmorie,1,
535k8s.io/kubernetes/federation/pkg/federation-controller/util,bgrant0607,1,
536k8s.io/kubernetes/federation/pkg/federation-controller/util/eventsink,luxas,1,
537k8s.io/kubernetes/federation/pkg/federation-controller/util/planner,Q-Lee,1,
538k8s.io/kubernetes/federation/pkg/federation-controller/util/podanalyzer,caesarxuchao,1,
539k8s.io/kubernetes/federation/pkg/kubefed,madhusudancs,0,
540k8s.io/kubernetes/federation/pkg/kubefed/init,madhusudancs,0,
541k8s.io/kubernetes/federation/registry/cluster,nikhiljindal,0,
542k8s.io/kubernetes/federation/registry/cluster/etcd,nikhiljindal,0,
543k8s.io/kubernetes/hack,thockin,1,
544k8s.io/kubernetes/hack/cmd/teststale,thockin,1,
545k8s.io/kubernetes/pkg/api,Q-Lee,1,
546k8s.io/kubernetes/pkg/api/endpoints,cjcullen,1,
547k8s.io/kubernetes/pkg/api/events,jlowdermilk,1,
548k8s.io/kubernetes/pkg/api/install,timothysc,1,
549k8s.io/kubernetes/pkg/api/service,spxtr,1,
550k8s.io/kubernetes/pkg/api/testapi,caesarxuchao,1,
551k8s.io/kubernetes/pkg/api/util,rkouj,0,
552k8s.io/kubernetes/pkg/api/v1,rkouj,0,
553k8s.io/kubernetes/pkg/api/v1/endpoints,rkouj,0,
554k8s.io/kubernetes/pkg/api/v1/pod,rkouj,0,
555k8s.io/kubernetes/pkg/api/v1/service,rkouj,0,
556k8s.io/kubernetes/pkg/api/validation,smarterclayton,1,
557k8s.io/kubernetes/pkg/apimachinery/tests,rkouj,0,
558k8s.io/kubernetes/pkg/apis/abac/v0,liggitt,0,
559k8s.io/kubernetes/pkg/apis/abac/v1beta1,liggitt,0,
560k8s.io/kubernetes/pkg/apis/apps/validation,derekwaynecarr,1,
561k8s.io/kubernetes/pkg/apis/authorization/validation,erictune,0,
562k8s.io/kubernetes/pkg/apis/autoscaling/v1,yarntime,0,
563k8s.io/kubernetes/pkg/apis/autoscaling/validation,mtaufen,1,
564k8s.io/kubernetes/pkg/apis/batch/v1,vishh,1,
565k8s.io/kubernetes/pkg/apis/batch/v2alpha1,jlowdermilk,1,
566k8s.io/kubernetes/pkg/apis/batch/validation,erictune,0,
567k8s.io/kubernetes/pkg/apis/componentconfig,jbeda,1,
568k8s.io/kubernetes/pkg/apis/extensions,bgrant0607,1,
569k8s.io/kubernetes/pkg/apis/extensions/v1beta1,madhusudancs,1,
570k8s.io/kubernetes/pkg/apis/extensions/validation,nikhiljindal,1,
571k8s.io/kubernetes/pkg/apis/policy/validation,deads2k,1,
572k8s.io/kubernetes/pkg/apis/rbac/v1alpha1,liggitt,0,
573k8s.io/kubernetes/pkg/apis/rbac/validation,erictune,0,
574k8s.io/kubernetes/pkg/apis/storage/validation,caesarxuchao,1,
575k8s.io/kubernetes/pkg/auth/authorizer/abac,liggitt,0,
576k8s.io/kubernetes/pkg/client/chaosclient,deads2k,1,
577k8s.io/kubernetes/pkg/client/leaderelection,xiang90,1,
578k8s.io/kubernetes/pkg/client/legacylisters,jsafrane,1,
579k8s.io/kubernetes/pkg/client/listers/batch/internalversion,mqliang,0,
580k8s.io/kubernetes/pkg/client/listers/extensions/internalversion,eparis,1,
581k8s.io/kubernetes/pkg/client/listers/extensions/v1beta1,jszczepkowski,1,
582k8s.io/kubernetes/pkg/client/retry,caesarxuchao,1,
583k8s.io/kubernetes/pkg/client/tests,Q-Lee,1,
584k8s.io/kubernetes/pkg/client/unversioned,justinsb,1,
585k8s.io/kubernetes/pkg/client/unversioned/remotecommand,rrati,0,
586k8s.io/kubernetes/pkg/cloudprovider/providers/aws,eparis,1,
587k8s.io/kubernetes/pkg/cloudprovider/providers/azure,saad-ali,1,
588k8s.io/kubernetes/pkg/cloudprovider/providers/cloudstack,roberthbailey,1,
589k8s.io/kubernetes/pkg/cloudprovider/providers/gce,yifan-gu,1,
590k8s.io/kubernetes/pkg/cloudprovider/providers/mesos,mml,1,
591k8s.io/kubernetes/pkg/cloudprovider/providers/openstack,Q-Lee,1,
592k8s.io/kubernetes/pkg/cloudprovider/providers/ovirt,dchen1107,1,
593k8s.io/kubernetes/pkg/cloudprovider/providers/photon,luomiao,0,
594k8s.io/kubernetes/pkg/cloudprovider/providers/rackspace,caesarxuchao,1,
595k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere,apelisse,1,
596k8s.io/kubernetes/pkg/controller,mikedanese,1,
597k8s.io/kubernetes/pkg/controller/bootstrap,mikedanese,0,
598k8s.io/kubernetes/pkg/controller/certificates,rkouj,0,
599k8s.io/kubernetes/pkg/controller/cloud,rkouj,0,
600k8s.io/kubernetes/pkg/controller/cronjob,soltysh,1,
601k8s.io/kubernetes/pkg/controller/daemon,Q-Lee,1,
602k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0,
603k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1,
604k8s.io/kubernetes/pkg/controller/disruption,fabioy,1,
605k8s.io/kubernetes/pkg/controller/endpoint,mwielgus,1,
606k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1,
607k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly,cjcullen,1,
608k8s.io/kubernetes/pkg/controller/job,soltysh,1,
609k8s.io/kubernetes/pkg/controller/namespace/deletion,nikhiljindal,1,
610k8s.io/kubernetes/pkg/controller/node,gmarek,0,
611k8s.io/kubernetes/pkg/controller/podautoscaler,piosz,0,
612k8s.io/kubernetes/pkg/controller/podautoscaler/metrics,piosz,0,
613k8s.io/kubernetes/pkg/controller/podgc,rrati,0,
614k8s.io/kubernetes/pkg/controller/replicaset,fgrzadkowski,0,
615k8s.io/kubernetes/pkg/controller/replication,fgrzadkowski,0,
616k8s.io/kubernetes/pkg/controller/resourcequota,rrati,0,
617k8s.io/kubernetes/pkg/controller/route,gmarek,0,
618k8s.io/kubernetes/pkg/controller/service,asalkeld,0,
619k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0,
620k8s.io/kubernetes/pkg/controller/statefulset,justinsb,1,
621k8s.io/kubernetes/pkg/controller/ttl,wojtek-t,1,
622k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1,
623k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache,rrati,0,
624k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler,jsafrane,1,
625k8s.io/kubernetes/pkg/controller/volume/persistentvolume,jsafrane,0,
626k8s.io/kubernetes/pkg/controller/volume/persistentvolume/testing,ixdy,1,
627k8s.io/kubernetes/pkg/credentialprovider,justinsb,1,
628k8s.io/kubernetes/pkg/credentialprovider/aws,zmerlynn,1,
629k8s.io/kubernetes/pkg/credentialprovider/azure,brendandburns,0,
630k8s.io/kubernetes/pkg/credentialprovider/gcp,mml,1,
631k8s.io/kubernetes/pkg/fieldpath,childsb,1,
632k8s.io/kubernetes/pkg/kubeapiserver,piosz,1,
633k8s.io/kubernetes/pkg/kubeapiserver/admission,rkouj,0,
634k8s.io/kubernetes/pkg/kubeapiserver/authorizer,rkouj,0,
635k8s.io/kubernetes/pkg/kubeapiserver/options,thockin,1,
636k8s.io/kubernetes/pkg/kubectl,madhusudancs,1,
637k8s.io/kubernetes/pkg/kubectl/cmd,rmmh,1,
638k8s.io/kubernetes/pkg/kubectl/cmd/config,asalkeld,0,
639k8s.io/kubernetes/pkg/kubectl/cmd/set,erictune,1,
640k8s.io/kubernetes/pkg/kubectl/cmd/util,asalkeld,0,
641k8s.io/kubernetes/pkg/kubectl/cmd/util/editor,rrati,0,
642k8s.io/kubernetes/pkg/kubectl/resource,caesarxuchao,1,
643k8s.io/kubernetes/pkg/kubelet,vishh,0,
644k8s.io/kubernetes/pkg/kubelet/cadvisor,sttts,1,
645k8s.io/kubernetes/pkg/kubelet/client,timstclair,1,
646k8s.io/kubernetes/pkg/kubelet/cm,vishh,0,
647k8s.io/kubernetes/pkg/kubelet/config,mikedanese,1,
648k8s.io/kubernetes/pkg/kubelet/container,yujuhong,0,
649k8s.io/kubernetes/pkg/kubelet/custommetrics,kevin-wangzefeng,0,
650k8s.io/kubernetes/pkg/kubelet/dockershim,zmerlynn,1,
651k8s.io/kubernetes/pkg/kubelet/dockertools,deads2k,1,
652k8s.io/kubernetes/pkg/kubelet/dockertools/securitycontext,yifan-gu,1,
653k8s.io/kubernetes/pkg/kubelet/envvars,rrati,0,
654k8s.io/kubernetes/pkg/kubelet/eviction,childsb,1,
655k8s.io/kubernetes/pkg/kubelet/images,caesarxuchao,1,
656k8s.io/kubernetes/pkg/kubelet/kuberuntime,yifan-gu,1,
657k8s.io/kubernetes/pkg/kubelet/lifecycle,yujuhong,1,
658k8s.io/kubernetes/pkg/kubelet/network,freehan,0,
659k8s.io/kubernetes/pkg/kubelet/network/cni,freehan,0,
660k8s.io/kubernetes/pkg/kubelet/network/hairpin,freehan,0,
661k8s.io/kubernetes/pkg/kubelet/network/hostport,erictune,1,
662k8s.io/kubernetes/pkg/kubelet/network/kubenet,freehan,0,
663k8s.io/kubernetes/pkg/kubelet/pleg,yujuhong,0,
664k8s.io/kubernetes/pkg/kubelet/pod,alex-mohr,1,
665k8s.io/kubernetes/pkg/kubelet/prober,alex-mohr,1,
666k8s.io/kubernetes/pkg/kubelet/prober/results,krousey,1,
667k8s.io/kubernetes/pkg/kubelet/qos,vishh,0,
668k8s.io/kubernetes/pkg/kubelet/rkt,apelisse,1,
669k8s.io/kubernetes/pkg/kubelet/rktshim,mml,1,
670k8s.io/kubernetes/pkg/kubelet/secret,kevin-wangzefeng,1,
671k8s.io/kubernetes/pkg/kubelet/server,timstclair,0,
672k8s.io/kubernetes/pkg/kubelet/server/portforward,rkouj,0,
673k8s.io/kubernetes/pkg/kubelet/server/stats,timstclair,0,
674k8s.io/kubernetes/pkg/kubelet/server/streaming,caesarxuchao,1,
675k8s.io/kubernetes/pkg/kubelet/status,mwielgus,1,
676k8s.io/kubernetes/pkg/kubelet/sysctl,piosz,1,
677k8s.io/kubernetes/pkg/kubelet/types,jlowdermilk,1,
678k8s.io/kubernetes/pkg/kubelet/util/cache,timothysc,1,
679k8s.io/kubernetes/pkg/kubelet/util/format,ncdc,1,
680k8s.io/kubernetes/pkg/kubelet/util/queue,yujuhong,0,
681k8s.io/kubernetes/pkg/kubelet/volumemanager,rrati,0,
682k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,janetkuo,1,
683k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler,timstclair,1,
684k8s.io/kubernetes/pkg/master,fabioy,1,
685k8s.io/kubernetes/pkg/master/tunneler,jsafrane,1,
686k8s.io/kubernetes/pkg/probe/exec,bgrant0607,1,
687k8s.io/kubernetes/pkg/probe/http,mtaufen,1,
688k8s.io/kubernetes/pkg/probe/tcp,mtaufen,1,
689k8s.io/kubernetes/pkg/proxy/config,ixdy,1,
690k8s.io/kubernetes/pkg/proxy/healthcheck,rrati,0,
691k8s.io/kubernetes/pkg/proxy/iptables,freehan,0,
692k8s.io/kubernetes/pkg/proxy/userspace,luxas,1,
693k8s.io/kubernetes/pkg/proxy/winuserspace,jbhurat,0,
694k8s.io/kubernetes/pkg/quota,sttts,1,
695k8s.io/kubernetes/pkg/quota/evaluator/core,yifan-gu,1,
696k8s.io/kubernetes/pkg/registry/apps/petset,kevin-wangzefeng,1,
697k8s.io/kubernetes/pkg/registry/apps/petset/storage,jlowdermilk,1,
698k8s.io/kubernetes/pkg/registry/authorization/subjectaccessreview,liggitt,1,
699k8s.io/kubernetes/pkg/registry/authorization/util,liggitt,1,
700k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler,bgrant0607,1,
701k8s.io/kubernetes/pkg/registry/autoscaling/horizontalpodautoscaler/storage,dchen1107,1,
702k8s.io/kubernetes/pkg/registry/batch/cronjob,soltysh,1,
703k8s.io/kubernetes/pkg/registry/batch/cronjob/storage,soltysh,1,
704k8s.io/kubernetes/pkg/registry/batch/job,soltysh,1,
705k8s.io/kubernetes/pkg/registry/batch/job/storage,soltysh,1,
706k8s.io/kubernetes/pkg/registry/certificates/certificates,smarterclayton,1,
707k8s.io/kubernetes/pkg/registry/core/componentstatus,krousey,1,
708k8s.io/kubernetes/pkg/registry/core/configmap,janetkuo,1,
709k8s.io/kubernetes/pkg/registry/core/configmap/storage,wojtek-t,1,
710k8s.io/kubernetes/pkg/registry/core/endpoint,bprashanth,1,
711k8s.io/kubernetes/pkg/registry/core/endpoint/storage,wojtek-t,1,
712k8s.io/kubernetes/pkg/registry/core/event,ixdy,1,
713k8s.io/kubernetes/pkg/registry/core/event/storage,thockin,1,
714k8s.io/kubernetes/pkg/registry/core/limitrange,yifan-gu,1,
715k8s.io/kubernetes/pkg/registry/core/limitrange/storage,spxtr,1,
716k8s.io/kubernetes/pkg/registry/core/namespace,quinton-hoole,1,
717k8s.io/kubernetes/pkg/registry/core/namespace/storage,jsafrane,1,
718k8s.io/kubernetes/pkg/registry/core/node,rmmh,1,
719k8s.io/kubernetes/pkg/registry/core/node/storage,spxtr,1,
720k8s.io/kubernetes/pkg/registry/core/persistentvolume,lavalamp,1,
721k8s.io/kubernetes/pkg/registry/core/persistentvolume/storage,alex-mohr,1,
722k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim,bgrant0607,1,
723k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage,cjcullen,1,
724k8s.io/kubernetes/pkg/registry/core/pod,Random-Liu,1,
725k8s.io/kubernetes/pkg/registry/core/pod/rest,jsafrane,1,
726k8s.io/kubernetes/pkg/registry/core/pod/storage,wojtek-t,1,
727k8s.io/kubernetes/pkg/registry/core/podtemplate,thockin,1,
728k8s.io/kubernetes/pkg/registry/core/podtemplate/storage,spxtr,1,
729k8s.io/kubernetes/pkg/registry/core/replicationcontroller,freehan,1,
730k8s.io/kubernetes/pkg/registry/core/replicationcontroller/storage,liggitt,1,
731k8s.io/kubernetes/pkg/registry/core/resourcequota,rrati,0,
732k8s.io/kubernetes/pkg/registry/core/resourcequota/storage,childsb,1,
733k8s.io/kubernetes/pkg/registry/core/rest,deads2k,0,
734k8s.io/kubernetes/pkg/registry/core/secret,rrati,0,
735k8s.io/kubernetes/pkg/registry/core/secret/storage,childsb,1,
736k8s.io/kubernetes/pkg/registry/core/service,madhusudancs,1,
737k8s.io/kubernetes/pkg/registry/core/service/allocator,jbeda,1,
738k8s.io/kubernetes/pkg/registry/core/service/allocator/storage,spxtr,1,
739k8s.io/kubernetes/pkg/registry/core/service/ipallocator,eparis,1,
740k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller,mtaufen,1,
741k8s.io/kubernetes/pkg/registry/core/service/ipallocator/storage,xiang90,1,
742k8s.io/kubernetes/pkg/registry/core/service/portallocator,rrati,0,
743k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller,rkouj,0,
744k8s.io/kubernetes/pkg/registry/core/service/storage,cjcullen,1,
745k8s.io/kubernetes/pkg/registry/core/serviceaccount,caesarxuchao,1,
746k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage,smarterclayton,1,
747k8s.io/kubernetes/pkg/registry/extensions/controller/storage,jsafrane,1,
748k8s.io/kubernetes/pkg/registry/extensions/daemonset,nikhiljindal,1,
749k8s.io/kubernetes/pkg/registry/extensions/daemonset/storage,kevin-wangzefeng,1,
750k8s.io/kubernetes/pkg/registry/extensions/deployment,dchen1107,1,
751k8s.io/kubernetes/pkg/registry/extensions/deployment/storage,timothysc,1,
752k8s.io/kubernetes/pkg/registry/extensions/ingress,apelisse,1,
753k8s.io/kubernetes/pkg/registry/extensions/ingress/storage,luxas,1,
754k8s.io/kubernetes/pkg/registry/extensions/networkpolicy,deads2k,1,
755k8s.io/kubernetes/pkg/registry/extensions/networkpolicy/storage,lavalamp,1,
756k8s.io/kubernetes/pkg/registry/extensions/podsecuritypolicy/storage,dchen1107,1,
757k8s.io/kubernetes/pkg/registry/extensions/replicaset,rrati,0,
758k8s.io/kubernetes/pkg/registry/extensions/replicaset/storage,wojtek-t,1,
759k8s.io/kubernetes/pkg/registry/extensions/rest,rrati,0,
760k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource,mwielgus,1,
761k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource/storage,mikedanese,1,
762k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata,sttts,1,
763k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage,childsb,1,
764k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget,Q-Lee,1,
765k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget/storage,dchen1107,1,
766k8s.io/kubernetes/pkg/registry/rbac/validation,rkouj,0,
767k8s.io/kubernetes/pkg/registry/storage/storageclass,brendandburns,1,
768k8s.io/kubernetes/pkg/registry/storage/storageclass/storage,wojtek-t,1,
769k8s.io/kubernetes/pkg/security/apparmor,bgrant0607,1,
770k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0,
771k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor,rrati,0,
772k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities,erictune,0,
773k8s.io/kubernetes/pkg/security/podsecuritypolicy/group,erictune,0,
774k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp,rmmh,1,
775k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux,erictune,0,
776k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctl,rrati,0,
777k8s.io/kubernetes/pkg/security/podsecuritypolicy/user,erictune,0,
778k8s.io/kubernetes/pkg/security/podsecuritypolicy/util,erictune,0,
779k8s.io/kubernetes/pkg/securitycontext,erictune,1,
780k8s.io/kubernetes/pkg/serviceaccount,liggitt,0,
781k8s.io/kubernetes/pkg/ssh,jbeda,1,
782k8s.io/kubernetes/pkg/util,jbeda,1,
783k8s.io/kubernetes/pkg/util/async,spxtr,1,
784k8s.io/kubernetes/pkg/util/bandwidth,thockin,1,
785k8s.io/kubernetes/pkg/util/config,jszczepkowski,1,
786k8s.io/kubernetes/pkg/util/configz,ixdy,1,
787k8s.io/kubernetes/pkg/util/dbus,roberthbailey,1,
788k8s.io/kubernetes/pkg/util/env,asalkeld,0,
789k8s.io/kubernetes/pkg/util/exec,krousey,1,
790k8s.io/kubernetes/pkg/util/goroutinemap,saad-ali,0,
791k8s.io/kubernetes/pkg/util/hash,timothysc,1,
792k8s.io/kubernetes/pkg/util/i18n,brendandburns,0,
793k8s.io/kubernetes/pkg/util/io,mtaufen,1,
794k8s.io/kubernetes/pkg/util/iptables,rrati,0,
795k8s.io/kubernetes/pkg/util/keymutex,saad-ali,0,
796k8s.io/kubernetes/pkg/util/labels,rmmh,1,
797k8s.io/kubernetes/pkg/util/limitwriter,deads2k,1,
798k8s.io/kubernetes/pkg/util/mount,xiang90,1,
799k8s.io/kubernetes/pkg/util/net/sets,rrati,0,
800k8s.io/kubernetes/pkg/util/node,liggitt,0,
801k8s.io/kubernetes/pkg/util/oom,vishh,0,
802k8s.io/kubernetes/pkg/util/parsers,derekwaynecarr,1,
803k8s.io/kubernetes/pkg/util/procfs,roberthbailey,1,
804k8s.io/kubernetes/pkg/util/slice,quinton-hoole,0,
805k8s.io/kubernetes/pkg/util/strings,quinton-hoole,0,
806k8s.io/kubernetes/pkg/util/system,mwielgus,0,
807k8s.io/kubernetes/pkg/util/tail,zmerlynn,1,
808k8s.io/kubernetes/pkg/util/taints,rrati,0,
809k8s.io/kubernetes/pkg/util/term,davidopp,1,
810k8s.io/kubernetes/pkg/util/threading,roberthbailey,1,
811k8s.io/kubernetes/pkg/util/version,danwinship,0,
812k8s.io/kubernetes/pkg/volume,saad-ali,0,
813k8s.io/kubernetes/pkg/volume/aws_ebs,caesarxuchao,1,
814k8s.io/kubernetes/pkg/volume/azure_dd,bgrant0607,1,
815k8s.io/kubernetes/pkg/volume/azure_file,maisem,1,
816k8s.io/kubernetes/pkg/volume/cephfs,eparis,1,
817k8s.io/kubernetes/pkg/volume/cinder,jsafrane,1,
818k8s.io/kubernetes/pkg/volume/configmap,derekwaynecarr,1,
819k8s.io/kubernetes/pkg/volume/downwardapi,mikedanese,1,
820k8s.io/kubernetes/pkg/volume/empty_dir,quinton-hoole,1,
821k8s.io/kubernetes/pkg/volume/fc,rrati,0,
822k8s.io/kubernetes/pkg/volume/flexvolume,Q-Lee,1,
823k8s.io/kubernetes/pkg/volume/flocker,jbeda,1,
824k8s.io/kubernetes/pkg/volume/gce_pd,saad-ali,0,
825k8s.io/kubernetes/pkg/volume/git_repo,davidopp,1,
826k8s.io/kubernetes/pkg/volume/glusterfs,timstclair,1,
827k8s.io/kubernetes/pkg/volume/host_path,jbeda,1,
828k8s.io/kubernetes/pkg/volume/iscsi,cjcullen,1,
829k8s.io/kubernetes/pkg/volume/nfs,justinsb,1,
830k8s.io/kubernetes/pkg/volume/photon_pd,luomiao,0,
831k8s.io/kubernetes/pkg/volume/quobyte,yujuhong,1,
832k8s.io/kubernetes/pkg/volume/rbd,piosz,1,
833k8s.io/kubernetes/pkg/volume/secret,rmmh,1,
834k8s.io/kubernetes/pkg/volume/util,saad-ali,0,
835k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations,freehan,1,
836k8s.io/kubernetes/pkg/volume/util/operationexecutor,rkouj,0,
837k8s.io/kubernetes/pkg/volume/vsphere_volume,deads2k,1,
838k8s.io/kubernetes/plugin/cmd/kube-scheduler/app,deads2k,1,
839k8s.io/kubernetes/plugin/pkg/admission/admit,piosz,1,
840k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages,kargakis,1,
841k8s.io/kubernetes/plugin/pkg/admission/antiaffinity,timothysc,1,
842k8s.io/kubernetes/plugin/pkg/admission/deny,eparis,1,
843k8s.io/kubernetes/plugin/pkg/admission/exec,deads2k,1,
844k8s.io/kubernetes/plugin/pkg/admission/gc,kevin-wangzefeng,1,
845k8s.io/kubernetes/plugin/pkg/admission/imagepolicy,apelisse,1,
846k8s.io/kubernetes/plugin/pkg/admission/initialresources,piosz,0,
847k8s.io/kubernetes/plugin/pkg/admission/limitranger,ncdc,1,
848k8s.io/kubernetes/plugin/pkg/admission/namespace/autoprovision,derekwaynecarr,0,
849k8s.io/kubernetes/plugin/pkg/admission/namespace/exists,derekwaynecarr,0,
850k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle,derekwaynecarr,0,
851k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label,rrati,0,
852k8s.io/kubernetes/plugin/pkg/admission/podnodeselector,ixdy,1,
853k8s.io/kubernetes/plugin/pkg/admission/resourcequota,fabioy,1,
854k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy,maisem,1,
855k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny,rrati,0,
856k8s.io/kubernetes/plugin/pkg/admission/serviceaccount,liggitt,0,
857k8s.io/kubernetes/plugin/pkg/admission/storageclass/default,pmorie,1,
858k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac,rrati,0,
859k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy,mml,1,
860k8s.io/kubernetes/plugin/pkg/scheduler,fgrzadkowski,0,
861k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates,fgrzadkowski,0,
862k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities,fgrzadkowski,0,
863k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider,fgrzadkowski,0,
864k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults,fgrzadkowski,0,
865k8s.io/kubernetes/plugin/pkg/scheduler/api/validation,fgrzadkowski,0,
866k8s.io/kubernetes/plugin/pkg/scheduler/factory,fgrzadkowski,0,
867k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache,fgrzadkowski,0,
868k8s.io/kubernetes/plugin/pkg/scheduler/util,wojtek-t,1,
869k8s.io/kubernetes/test/e2e,kevin-wangzefeng,1,
870k8s.io/kubernetes/test/e2e/chaosmonkey,pmorie,1,
871k8s.io/kubernetes/test/e2e_node,mml,1,
872k8s.io/kubernetes/test/e2e_node/system,Random-Liu,0,
873k8s.io/kubernetes/test/integration/auth,jbeda,1,
874k8s.io/kubernetes/test/integration/client,Q-Lee,1,
875k8s.io/kubernetes/test/integration/configmap,Q-Lee,1,
876k8s.io/kubernetes/test/integration/evictions,brendandburns,0,
877k8s.io/kubernetes/test/integration/examples,maisem,1,
878k8s.io/kubernetes/test/integration/federation,rrati,0,
879k8s.io/kubernetes/test/integration/garbagecollector,jlowdermilk,1,
880k8s.io/kubernetes/test/integration/kubeaggregator,deads2k,1,
881k8s.io/kubernetes/test/integration/kubectl,rrati,0,
882k8s.io/kubernetes/test/integration/master,fabioy,1,
883k8s.io/kubernetes/test/integration/metrics,lavalamp,1,
884k8s.io/kubernetes/test/integration/objectmeta,janetkuo,1,
885k8s.io/kubernetes/test/integration/openshift,kevin-wangzefeng,1,
886k8s.io/kubernetes/test/integration/pods,smarterclayton,1,
887k8s.io/kubernetes/test/integration/quota,alex-mohr,1,
888k8s.io/kubernetes/test/integration/replicaset,janetkuo,1,
889k8s.io/kubernetes/test/integration/replicationcontroller,jbeda,1,
890k8s.io/kubernetes/test/integration/scheduler,mikedanese,1,
891k8s.io/kubernetes/test/integration/scheduler_perf,roberthbailey,1,
892k8s.io/kubernetes/test/integration/secrets,rmmh,1,
893k8s.io/kubernetes/test/integration/serviceaccount,deads2k,1,
894k8s.io/kubernetes/test/integration/storageclasses,rrati,0,
895k8s.io/kubernetes/test/integration/thirdparty,davidopp,1,
896k8s.io/kubernetes/test/integration/ttlcontroller,wojtek-t,1,
897k8s.io/kubernetes/test/integration/volume,rrati,0,
898k8s.io/kubernetes/test/list,maisem,1,
899kubelet Clean up pods on node kubelet should be able to delete * pods per node in *.,yujuhong,0,node,
900kubelet host cleanup with volume mounts Host cleanup after disrupting NFS volume *,yujuhong,0,node,