test_owners.csv 69 KB

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