Update tests listed in test/test_owners.py

- Adds SIG Storage ownership of Projected* tests
  - discussion: https://github.com/kubernetes/kubernetes/issues/19762
  - proposal: https://github.com/kubernetes/kubernetes/pull/35313
pull/6/head
caleb miles 2017-02-21 14:48:34 -08:00
parent 86b8cb411a
commit f3eee6af65
1 changed files with 193 additions and 150 deletions

View File

@ -9,7 +9,6 @@ AppArmor when running without AppArmor should reject a pod with an AppArmor prof
Cadvisor should be healthy on every node.,vishh,0,node
Cassandra should create and scale cassandra,fabioy,1,apps
CassandraStatefulSet should create statefulset,wojtek-t,1,apps
ClusterDns should create pod that uses dns,sttts,0,network
Cluster level logging using Elasticsearch should check that logs from containers are ingested into Elasticsearch,crassirostris,0,instrumentation
Cluster level logging using GCL should check that logs from containers are ingested in GCL,crassirostris,0,instrumentation
Cluster level logging using GCL should create a constant load with long-living pods and ensure logs delivery,crassirostris,0,instrumentation
@ -18,21 +17,22 @@ Cluster size autoscaling should add node to the particular mig,spxtr,1,autoscali
Cluster size autoscaling should correctly scale down after a node is not needed,pmorie,1,autoscaling
Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool,krousey,1,autoscaling
Cluster size autoscaling should disable node pool autoscaling,Q-Lee,1,autoscaling
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
Cluster size autoscaling should increase cluster size if pending pods are small,childsb,1,autoscaling
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
Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict,brendandburns,1,autoscaling
Cluster size autoscaling shouldn't increase cluster size if pending pod is too large,rrati,0,autoscaling
Cluster size autoscaling should scale up correct target pool,mikedanese,1,autoscaling
Cluster size autoscaling shouldn't increase cluster size if pending pod is too large,rrati,0,autoscaling
ClusterDns should create pod that uses dns,sttts,0,network
ConfigMap optional updates should be reflected in volume,timothysc,1,apps
ConfigMap should be consumable from pods in volume,alex-mohr,1,apps
ConfigMap should be consumable from pods in volume as non-root,rrati,0,apps
ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps
ConfigMap should be consumable from pods in volume as non-root with FSGroup,roberthbailey,1,apps
ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps
ConfigMap should be consumable from pods in volume with defaultMode set,Random-Liu,1,apps
ConfigMap should be consumable from pods in volume with mappings,rrati,0,apps
ConfigMap should be consumable from pods in volume with mappings and Item mode set,eparis,1,apps
ConfigMap should be consumable from pods in volume with mappings as non-root,apelisse,1,apps
ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup,zmerlynn,1,apps
ConfigMap should be consumable from pods in volume with mappings,rrati,0,apps
ConfigMap should be consumable in multiple volumes in the same pod,caesarxuchao,1,apps
ConfigMap should be consumable via environment variable,ncdc,1,apps
ConfigMap should be consumable via the environment,rkouj,0,apps
@ -41,28 +41,37 @@ Container Lifecycle Hook when create a pod with lifecycle hook when it is exec h
Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute prestop exec hook properly,rrati,0,node
Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute poststart http hook properly,vishh,1,node
Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute prestop http hook properly,freehan,1,node
ContainerLogPath Pod with a container printed log to stdout should print log to correct log path,resouer,0,node
Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image *,Random-Liu,0,node
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
Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message *,alex-mohr,1,node
ContainerLogPath Pod with a container printed log to stdout should print log to correct log path,resouer,0,node
CronJob should not emit unexpected warnings,soltysh,1,apps
CronJob should not schedule jobs when suspended,soltysh,1,apps
CronJob should not schedule new jobs when ForbidConcurrent,soltysh,1,apps
CronJob should remove from active list jobs that have been deleted,soltysh,1,apps
CronJob should replace jobs when ReplaceConcurrent,soltysh,1,apps
CronJob should schedule multiple jobs concurrently,soltysh,1,apps
DaemonRestart Controller Manager should not create/delete replicas across restart,rrati,0,apps
DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1,apps
DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1,apps
DNS config map should be able to change configuration,rkouj,0,network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios,MrHohn,0,network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed,MrHohn,0,network
DNS should provide DNS for ExternalName services,rmmh,1,network
DNS should provide DNS for pods for Hostname and Subdomain Annotation,mtaufen,1,network
DNS should provide DNS for services,roberthbailey,1,network
DNS should provide DNS for the cluster,roberthbailey,1,network
Daemon set should retry creating failed daemon pods,yifan-gu,1,apps
Daemon set should run and stop complex daemon,jlowdermilk,1,apps
Daemon set should run and stop complex daemon with node affinity,erictune,1,apps
Daemon set should run and stop simple daemon,mtaufen,1,apps
DaemonRestart Controller Manager should not create/delete replicas across restart,rrati,0,apps
DaemonRestart Kubelet should not restart containers across restart,madhusudancs,1,apps
DaemonRestart Scheduler should continue assigning pods to nodes across restart,lavalamp,1,apps
Density create a batch of pods latency/resource should be within limit when create * pods with * interval,apelisse,1,scalability
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
Density create a sequence of pods latency/resource should be within limit when create * pods with * background pods,wojtek-t,1,scalability
Density should allow running maximum capacity pods on nodes,smarterclayton,1,scalability
Density should allow starting * pods per node using * with * secrets and * daemons,rkouj,0,scalability
Deployment RecreateDeployment should delete old pods and create new ones,pwittrock,0,apps
Deployment RollingUpdateDeployment should delete old pods and create new ones,pwittrock,0,apps
Deployment deployment reaping should cascade to its replica sets and pods,wojtek-t,1,apps
Deployment deployment should create new pods,pwittrock,0,apps
Deployment deployment should delete old replica sets,pwittrock,0,apps
@ -75,19 +84,10 @@ Deployment lack of progress should be reported in the deployment status,kargakis
Deployment overlapping deployment should not fight with each other,kargakis,1,apps
Deployment paused deployment should be able to scale,kargakis,1,apps
Deployment paused deployment should be ignored by the controller,kargakis,0,apps
Deployment RecreateDeployment should delete old pods and create new ones,pwittrock,0,apps
Deployment RollingUpdateDeployment should delete old pods and create new ones,pwittrock,0,apps
Deployment scaled rollout deployment should not block on annotation check,kargakis,1,apps
DisruptionController evictions: * => *,rkouj,0,scheduling
DisruptionController should create a PodDisruptionBudget,rkouj,0,scheduling
DisruptionController should update PodDisruptionBudget status,rkouj,0,scheduling
DNS config map should be able to change configuration,rkouj,0,network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios,MrHohn,0,network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed,MrHohn,0,network
DNS should provide DNS for ExternalName services,rmmh,1,network
DNS should provide DNS for pods for Hostname and Subdomain Annotation,mtaufen,1,network
DNS should provide DNS for services,roberthbailey,1,network
DNS should provide DNS for the cluster,roberthbailey,1,network
Docker Containers should be able to override the image's default arguments (docker cmd),maisem,0,node
Docker Containers should be able to override the image's default command and arguments,maisem,0,node
Docker Containers should be able to override the image's default commmand (docker entrypoint),maisem,0,node
@ -103,17 +103,24 @@ Downward API volume should provide container's memory limit,krousey,1,node
Downward API volume should provide container's memory request,mikedanese,1,node
Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set,lavalamp,1,node
Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set,freehan,1,node
Downward API volume should provide podname as non-root with fsgroup and defaultMode,rrati,0,node
Downward API volume should provide podname as non-root with fsgroup,rrati,0,node
Downward API volume should provide podname as non-root with fsgroup and defaultMode,rrati,0,node
Downward API volume should provide podname only,mwielgus,1,node
Downward API volume should set DefaultMode on files,davidopp,1,node
Downward API volume should set mode on item file,mtaufen,1,node
Downward API volume should update annotations on modification,eparis,1,node
Downward API volume should update labels on modification,timothysc,1,node
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
Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes,rrati,0,storage
Dynamic provisioning DynamicProvisioner External should let an external dynamic provisioner create and delete persistent volumes,jsafrane,0,storage
Dynamic provisioning DynamicProvisioner should create and delete persistent volumes,jsafrane,0,storage
Dynamic provisioning DynamicProvisioner should not provision a volume in an unmanaged GCE zone.,jszczepkowski,1,
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
ESIPP should handle updates to source ip annotation,bprashanth,1,network
ESIPP should only target nodes with endpoints,rrati,0,network
ESIPP should work for type=LoadBalancer,fgrzadkowski,1,network
ESIPP should work for type=NodePort,kargakis,1,network
ESIPP should work from pods,cjcullen,1,network
Empty starts a pod,childsb,1,
"EmptyDir volumes should support (non-root,0644,default)",timstclair,1,node
"EmptyDir volumes should support (non-root,0644,tmpfs)",spxtr,1,node
"EmptyDir volumes should support (non-root,0666,default)",dchen1107,1,node
@ -136,33 +143,27 @@ EmptyDir volumes when FSGroup is specified volume on tmpfs should have the corre
EmptyDir wrapper volumes should not cause race condition when used for configmaps,mtaufen,1,node
EmptyDir wrapper volumes should not cause race condition when used for git_repo,brendandburns,1,node
EmptyDir wrapper volumes should not conflict,deads2k,1,node
Empty does nothing,cjcullen,1,node
ESIPP should handle updates to source ip annotation,bprashanth,1,network
ESIPP should only target nodes with endpoints,rrati,0,network
ESIPP should work for type=LoadBalancer,fgrzadkowski,1,network
ESIPP should work for type=NodePort,kargakis,1,network
ESIPP should work from pods,cjcullen,1,network
Etcd failure should recover from network partition with master,justinsb,1,api-machinery
Etcd failure should recover from SIGKILL,pmorie,1,api-machinery
Etcd failure should recover from network partition with master,justinsb,1,api-machinery
Events should be sent by kubelets and the scheduler about pods scheduling and running,zmerlynn,1,node
Federated Services Without Clusters should succeed when a service is created,rmmh,1,federation
Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service,mml,0,federation
Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service,jlowdermilk,1,federation
Federated Services with clusters DNS should be able to discover a federated service,derekwaynecarr,1,federation
Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false,zmerlynn,1,
Federated Services with clusters Federated Service should create matching services in underlying clusters,thockin,1,
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil,yifan-gu,1,
Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true,davidopp,1,
Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer,rmmh,1,federation
Federated ingresses Federated Ingresses should be created and deleted successfully,dchen1107,1,federation
Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters,rrati,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil,nikhiljindal,0,federation
Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service,mml,0,federation
Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service,jlowdermilk,1,federation
Federated Services with clusters DNS should be able to discover a federated service,derekwaynecarr,1,federation
Federated Services with clusters service creation should be deleted from underlying clusters when OrphanDependents is false,rkouj,0,federation
Federated Services with clusters service creation should create matching services in underlying clusters,jbeda,1,federation
Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is nil,rkouj,0,federation
Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is true,rkouj,0,federation
Federated Services Without Clusters should succeed when a service is created,rmmh,1,federation
Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1,federation
Federation API server authentication should accept cluster resources when the client has right authentication credentials,davidopp,1,federation
Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials,yujuhong,1,federation
Federation API server authentication should not accept cluster resources when the client has no authentication credentials,nikhiljindal,1,federation
Federation apiserver Admission control should not be able to create resources if namespace does not exist,alex-mohr,1,federation
Federation apiserver Cluster objects should be created and deleted successfully,rrati,0,federation
Federation daemonsets DaemonSet objects should be created and deleted successfully,nikhiljindal,0,federation
Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false,nikhiljindal,0,federation
@ -191,18 +192,18 @@ Federation secrets Secret objects should not be deleted from underlying clusters
Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true,nikhiljindal,0,federation
Firewall rule should create valid firewall rules for LoadBalancer type service,rkouj,0,network
Firewall rule should have correct firewall rules for e2e cluster,rkouj,0,network
Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container,Random-Liu,0,cluster-lifecycle
Garbage collector should delete pods created by rc when not orphaning,justinsb,1,cluster-lifecycle
Garbage collector should delete RS created by deployment when not orphaning,rkouj,0,cluster-lifecycle
Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil,zmerlynn,1,cluster-lifecycle
Garbage collector should orphan pods created by rc if delete options say so,fabioy,1,cluster-lifecycle
Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true,rkouj,0,cluster-lifecycle
GCP Volumes GlusterFS should be mountable,nikhiljindal,0,storage
GCP Volumes NFSv4 should be mountable for NFSv4,nikhiljindal,0,storage
"Generated release_1_5 clientset should create pods, delete pods, watch pods",rrati,0,api-machinery
"Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs",soltysh,1,api-machinery
GKE local SSD should write and read from node local SSD,fabioy,0,storage
GKE node pools should create a cluster with multiple node pools,fabioy,1,cluster-lifecycle
Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container,Random-Liu,0,cluster-lifecycle
Garbage collector should delete RS created by deployment when not orphaning,rkouj,0,cluster-lifecycle
Garbage collector should delete pods created by rc when not orphaning,justinsb,1,cluster-lifecycle
Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true,rkouj,0,cluster-lifecycle
Garbage collector should orphan pods created by rc if delete options say so,fabioy,1,cluster-lifecycle
Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil,zmerlynn,1,cluster-lifecycle
"Generated release_1_5 clientset should create pods, delete pods, watch pods",rrati,0,api-machinery
"Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs",soltysh,1,api-machinery
HA-master survive addition/removal replicas different zones,derekwaynecarr,0,api-machinery
HA-master survive addition/removal replicas multizone workers,rkouj,0,api-machinery
HA-master survive addition/removal replicas same zone,derekwaynecarr,0,api-machinery
@ -235,8 +236,8 @@ Kubectl client Kubectl api-versions should check if v1 is in available api versi
Kubectl client Kubectl apply should apply a new configuration to an existing RC,pwittrock,0,cli
Kubectl client Kubectl apply should reuse port when apply to an existing SVC,deads2k,0,cli
Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info,pwittrock,0,cli
Kubectl client Kubectl create quota should create a quota without scopes,xiang90,1,cli
Kubectl client Kubectl create quota should create a quota with scopes,rrati,0,cli
Kubectl client Kubectl create quota should create a quota without scopes,xiang90,1,cli
Kubectl client Kubectl create quota should reject quota with invalid scopes,brendandburns,1,cli
Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods,pwittrock,0,cli
Kubectl client Kubectl expose should create services for rc,pwittrock,0,cli
@ -245,17 +246,17 @@ Kubectl client Kubectl logs should be able to retrieve and filter logs,jlowdermi
Kubectl client Kubectl patch should add annotations for pods in rc,janetkuo,0,cli
Kubectl client Kubectl replace should update a single-container pod's image,rrati,0,cli
Kubectl client Kubectl rolling-update should support rolling-update to same image,janetkuo,0,cli
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",soltysh,1,cli
Kubectl client Kubectl run default should create an rc or deployment from an image,janetkuo,0,cli
Kubectl client Kubectl run deployment should create a deployment from an image,janetkuo,0,cli
Kubectl client Kubectl run job should create a job from an image when restart is OnFailure,soltysh,1,cli
Kubectl client Kubectl run pod should create a pod from an image when restart is Never,janetkuo,0,cli
Kubectl client Kubectl run rc should create an rc from an image,janetkuo,0,cli
"Kubectl client Kubectl run --rm job should create a job from an image, then delete the job",soltysh,1,cli
Kubectl client Kubectl taint should remove all the taints with the same key off a node,erictune,1,cli
Kubectl client Kubectl taint should update the taint on a node, pwittrock,0,cli
Kubectl client Kubectl version should check is all data is printed,janetkuo,0,cli
Kubectl client Proxy server should support proxy with --port 0,ncdc,1,cli
Kubectl client Proxy server should support --unix-socket=/path,zmerlynn,1,cli
Kubectl client Proxy server should support proxy with --port 0,ncdc,1,cli
Kubectl client Simple pod should handle in-cluster config,rkouj,0,cli
Kubectl client Simple pod should return command exit codes,yifan-gu,1,cli
Kubectl client Simple pod should support exec,ncdc,0,cli
@ -269,37 +270,35 @@ Kubelet Cgroup Manager Pod containers On scheduling a BestEffort Pod Pod contain
Kubelet Cgroup Manager Pod containers On scheduling a Burstable Pod Pod containers should have been created under the Burstable cgroup,derekwaynecarr,0,node
Kubelet Cgroup Manager Pod containers On scheduling a Guaranteed Pod Pod containers should have been created under the cgroup-root,derekwaynecarr,0,node
Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created,davidopp,1,node
kubelet Clean up pods on node kubelet should be able to delete * pods per node in *.,yujuhong,0,node
Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999,kargakis,1,node
"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
Kubelet Container Manager Validate OOM score adjustments once the node is setup docker daemon's oom-score-adj should be -999,thockin,1,node
Kubelet Container Manager Validate OOM score adjustments once the node is setup guaranteed container's oom-score-adj should be -998,kargakis,1,node
Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999,kargakis,1,node
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
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
Kubelet experimental resource usage tracking resource tracking for * pods per node,yujuhong,0,node
kubelet host cleanup with volume mounts Host cleanup after disrupting NFS volume *,yujuhong,0,node
KubeletManagedEtcHosts should test kubelet managed /etc/hosts file,Random-Liu,1,node
Kubelet regular resource usage tracking resource tracking for * pods per node,yujuhong,0,node
Kubelet Volume Manager Volume Manager On terminatation of pod with memory backed volume should remove the volume from the node,rkouj,0,node
Kubelet experimental resource usage tracking resource tracking for * pods per node,yujuhong,0,node
Kubelet regular resource usage tracking resource tracking for * pods per node,yujuhong,0,node
Kubelet when scheduling a busybox command in a pod it should print the output to logs,ixdy,1,node
Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete,smarterclayton,1,node
Kubelet when scheduling a busybox command that always fails in a pod should have an error terminated reason,deads2k,1,node
Kubelet when scheduling a read only busybox container it should not write to root filesystem,timothysc,1,node
KubeletManagedEtcHosts should test kubelet managed /etc/hosts file,Random-Liu,1,node
Kubernetes Dashboard should check that the kubernetes-dashboard instance is alive,wonderfly,0,ui
LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied.,cjcullen,1,node
Liveness liveness pods should be automatically restarted,derekwaynecarr,0,node
Loadbalancing: L7 GCE shoud create ingress with given static-ip,derekwaynecarr,0,network
Loadbalancing: L7 GCE should conform to Ingress spec,derekwaynecarr,0,network
Loadbalancing: L7 Nginx should conform to Ingress spec,ncdc,1,network
Load capacity should be able to handle * pods per node * with * secrets and * daemons,rkouj,0,network
Loadbalancing: L7 GCE should conform to Ingress spec,derekwaynecarr,0,network
Loadbalancing: L7 GCE should create ingress with given static-ip,eparis,1,
Loadbalancing: L7 Nginx should conform to Ingress spec,ncdc,1,network
"Logging soak should survive logging 1KB every * seconds, for a duration of *, scaling up to * pods per node",justinsb,1,node
"MemoryEviction when there is memory pressure should evict pods in the correct order (besteffort first, then burstable, then guaranteed)",ixdy,1,node
Mesos applies slave attributes as labels,justinsb,1,apps
Mesos schedules pods annotated with roles on correct slaves,timstclair,1,apps
Mesos starts static pods on every node in the mesos cluster,lavalamp,1,apps
MetricsGrabber should grab all metrics from API server.,gmarek,0,instrumentation
MetricsGrabber should grab all metrics from a ControllerManager.,gmarek,0,instrumentation
MetricsGrabber should grab all metrics from a Kubelet.,gmarek,0,instrumentation
MetricsGrabber should grab all metrics from API server.,gmarek,0,instrumentation
MetricsGrabber should grab all metrics from a Scheduler.,gmarek,0,instrumentation
MirrorPod when create a mirror pod should be recreated when mirror pod forcibly deleted,roberthbailey,1,node
MirrorPod when create a mirror pod should be recreated when mirror pod gracefully deleted,justinsb,1,node
@ -311,6 +310,13 @@ Namespaces should always delete fast (ALL of 100 namespaces in 150 seconds),rmmh
Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds),kevin-wangzefeng,1,api-machinery
Namespaces should ensure that all pods are removed when a namespace is deleted.,xiang90,1,api-machinery
Namespaces should ensure that all services are removed when a namespace is deleted.,pmorie,1,api-machinery
Network Partition *,foxish,0,network
Network Partition Pods should return to running and ready state after network partition is healed *,foxish,0,network
Network Partition should come back up if node goes down,foxish,0,network
Network Partition should create new pods when node is partitioned,foxish,0,network
Network Partition should eagerly create replacement pod during network partition when termination grace is non-zero,foxish,0,network
Network Partition should not reschedule stateful pods if there is a network partition,brendandburns,0,network
Network should set TCP CLOSE_WAIT timeout,bowei,0,network
Networking Granular Checks: Pods should function for intra-pod communication: http,stts,0,network
Networking Granular Checks: Pods should function for intra-pod communication: udp,freehan,0,network
Networking Granular Checks: Pods should function for node-pod communication: http,spxtr,1,network
@ -329,49 +335,43 @@ Networking IPerf should transfer ~ 1GB onto the service endpoint * servers (maxi
Networking should check kube-proxy urls,lavalamp,1,network
Networking should provide Internet connection for containers,sttts,0,network
"Networking should provide unchanging, static URL paths for kubernetes api services",freehan,0,network
Network Partition *,foxish,0,network
Network Partition Pods should return to running and ready state after network partition is healed *,foxish,0,network
Network Partition should come back up if node goes down,foxish,0,network
Network Partition should create new pods when node is partitioned,foxish,0,network
Network Partition should eagerly create replacement pod during network partition when termination grace is non-zero,foxish,0,network
Network Partition should not reschedule stateful pods if there is a network partition,brendandburns,0,network
Network should set TCP CLOSE_WAIT timeout,bowei,0,network
NodeOutOfDisk runs out of disk space,vishh,0,node
NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors,Random-Liu,0,node
Nodes Resize should be able to add nodes,piosz,1,cluster-lifecycle
Nodes Resize should be able to delete nodes,zmerlynn,1,cluster-lifecycle
NoExecuteTaintManager doesn't evict pod with tolerations from tainted nodes,freehan,0,scheduling
NoExecuteTaintManager eventually evict pod with finite tolerations from tainted nodes,freehan,0,scheduling
NoExecuteTaintManager evicts pods from tainted nodes,freehan,0,scheduling
NoExecuteTaintManager removing taint cancels eviction,freehan,0,scheduling
NodeOutOfDisk runs out of disk space,vishh,0,node
NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors,Random-Liu,0,node
Nodes Resize should be able to add nodes,piosz,1,cluster-lifecycle
Nodes Resize should be able to delete nodes,zmerlynn,1,cluster-lifecycle
Opaque resources should account opaque integer resources in pods with multiple containers.,ConnorDoyle,0,node
Opaque resources should not break pods that do not consume opaque integer resources.,ConnorDoyle,0,node
Opaque resources should not schedule pods that exceed the available amount of opaque integer resource.,ConnorDoyle,0,node
Opaque resources should schedule pods that do consume opaque integer resources.,ConnorDoyle,0,node
PersistentVolumes persistentvolumereclaim:vsphere should delete persistent volume when reclaimPolicy set to delete and associated claim is deleted,copejon,0,storage
PersistentVolumes persistentvolumereclaim:vsphere should retain persistent volume when reclaimPolicy set to retain when associated claim is deleted,copejon,0,storage
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
PersistentVolumes PersistentVolumes:GCEPD should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk,thockin,1,storage
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
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
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
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
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,
PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PV and a pre-bound PVC: test write access,copejon,0,storage
PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and a pre-bound PV: test write access,copejon,0,storage
PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and non-pre-bound PV: test write access,copejon,0,storage
PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs should create a non-pre-bound PV and PVC: test write access,copejon,0,storage
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
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
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
PersistentVolumes Selector-Label Volume Binding:vsphere should bind volume with claim for given label,copejon,0,storage
PersistentVolumes persistentvolumereclaim:vsphere should delete persistent volume when reclaimPolicy set to delete and associated claim is deleted,copejon,0,storage
PersistentVolumes persistentvolumereclaim:vsphere should retain persistent volume when reclaimPolicy set to retain when associated claim is deleted,copejon,0,storage
PersistentVolumes when kubelet restarts *,rkouj,0,storage
PersistentVolumes:vsphere should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach,rkouj,0,storage
PersistentVolumes:vsphere should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach,rkouj,0,storage
PersistentVolumes when kubelet restarts *,rkouj,0,storage
Pet Store should scale to persist a nominal number ( * ) of transactions in * seconds,xiang90,1,apps
"Pod Disks Should schedule a pod w/ a RW PD, gracefully remove it, then schedule it on another host",saad-ali,0,storage
"Pod Disks Should schedule a pod w/ a readonly PD on two hosts, then remove both gracefully.",saad-ali,0,storage
Pod Disks should be able to detach from a node which was deleted,rkouj,0,storage
Pod Disks should be able to detach from a node whose api object was deleted,rkouj,0,storage
"Pod Disks Should schedule a pod w/ a readonly PD on two hosts, then remove both gracefully.",saad-ali,0,storage
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",saad-ali,1,storage
"Pod Disks Should schedule a pod w/ a RW PD, gracefully remove it, then schedule it on another host",saad-ali,0,storage
"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
"Pod Disks should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host",mml,1,storage
"Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully.",saad-ali,1,storage
"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
Pod garbage collector should handle the creation of 1000 pods,wojtek-t,1,node
Pods Extended Delete Grace Period should be submitted and removed,rkouj,0,node
@ -395,14 +395,43 @@ Port forwarding With a server listening on localhost should support forwarding o
"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
PreStop should call prestop when killing a pod,ncdc,1,node
PrivilegedPod should enable privileged commands,derekwaynecarr,0,node
Probing container should *not* be restarted with a /healthz http liveness probe,Random-Liu,0,node
"Probing container should *not* be restarted with a exec ""cat /tmp/health"" liveness probe",Random-Liu,0,node
Probing container should be restarted with a /healthz http liveness probe,Random-Liu,0,node
Probing container should be restarted with a docker exec liveness probe with timeout,timstclair,0,node
"Probing container should be restarted with a exec ""cat /tmp/health"" liveness probe",Random-Liu,0,node
Probing container should be restarted with a /healthz http liveness probe,Random-Liu,0,node
Probing container should have monotonically increasing restart count,Random-Liu,0,node
"Probing container should *not* be restarted with a exec ""cat /tmp/health"" liveness probe",Random-Liu,0,node
Probing container should *not* be restarted with a /healthz http liveness probe,Random-Liu,0,node
Probing container with readiness probe should not be ready before initial delay and never restart,Random-Liu,0,node
Probing container with readiness probe that fails should never be ready and never restart,Random-Liu,0,node
Projected optional updates should be reflected in volume,pmorie,1,storage
Projected should be able to mount in a volume regardless of a different secret existing with same name in different namespace,Q-Lee,1,
Projected should be consumable from pods in volume,yujuhong,1,storage
Projected should be consumable from pods in volume as non-root,fabioy,1,storage
Projected should be consumable from pods in volume as non-root with FSGroup,timothysc,1,storage
Projected should be consumable from pods in volume as non-root with defaultMode and fsGroup set,xiang90,1,storage
Projected should be consumable from pods in volume with defaultMode set,piosz,1,storage
Projected should be consumable from pods in volume with mappings,lavalamp,1,storage
Projected should be consumable from pods in volume with mappings and Item Mode set,dchen1107,1,storage
Projected should be consumable from pods in volume with mappings and Item mode set,kevin-wangzefeng,1,storage
Projected should be consumable from pods in volume with mappings as non-root,roberthbailey,1,storage
Projected should be consumable from pods in volume with mappings as non-root with FSGroup,ixdy,1,storage
Projected should be consumable in multiple volumes in a pod,ixdy,1,storage
Projected should be consumable in multiple volumes in the same pod,luxas,1,storage
Projected should project all components that make up the projection API,fabioy,1,storage
Projected should provide container's cpu limit,justinsb,1,storage
Projected should provide container's cpu request,smarterclayton,1,storage
Projected should provide container's memory limit,cjcullen,1,storage
Projected should provide container's memory request,spxtr,1,storage
Projected should provide node allocatable (cpu) as default cpu limit if the limit is not set,zmerlynn,1,storage
Projected should provide node allocatable (memory) as default memory limit if the limit is not set,mikedanese,1,storage
Projected should provide podname as non-root with fsgroup,fabioy,1,storage
Projected should provide podname as non-root with fsgroup and defaultMode,gmarek,1,storage
Projected should provide podname only,vishh,1,storage
Projected should set DefaultMode on files,timstclair,1,storage
Projected should set mode on item file,gmarek,1,storage
Projected should update annotations on modification,janetkuo,1,storage
Projected should update labels on modification,xiang90,1,storage
Projected updates should be reflected in volume,yujuhong,1,storage
Proxy * should proxy logs on node,rrati,0,node
Proxy * should proxy logs on node using proxy subresource,rrati,0,node
Proxy * should proxy logs on node with explicit kubelet port,ixdy,1,node
@ -424,9 +453,10 @@ ReplicationController should serve a basic image on each replica with a private
ReplicationController should serve a basic image on each replica with a public image,krousey,1,apps
ReplicationController should surface a failure condition on a common issue like exceeded quota,kargakis,0,apps
Rescheduler should ensure that critical pod is scheduled in case there is no resources available,mtaufen,1,apps
Resource-usage regular resource usage tracking resource tracking for * pods per node,janetkuo,1,
ResourceQuota should create a ResourceQuota and capture the life of a configMap.,timstclair,1,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class.,derekwaynecarr,0,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim.,bgrant0607,1,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a pod.,pmorie,1,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a replication controller.,rrati,0,api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a secret.,ncdc,1,api-machinery
@ -434,23 +464,23 @@ ResourceQuota should create a ResourceQuota and capture the life of a service.,t
ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated.,krousey,1,api-machinery
ResourceQuota should verify ResourceQuota with best effort scope.,mml,1,api-machinery
ResourceQuota should verify ResourceQuota with terminating scopes.,ncdc,1,api-machinery
Resource-usage regular resource usage tracking resource tracking for * pods per node,janetkuo,1,
Restart Docker Daemon Network should recover from ip leak,bprashanth,0,node
Restart should restart all nodes and ensure all nodes and pods recover,rrati,0,node
RethinkDB should create and stop rethinkdb servers,mwielgus,1,apps
SSH should SSH to all nodes and run commands,quinton-hoole,0,
SchedulerPredicates validates MaxPods limit number of pods that are allowed to run,gmarek,0,scheduling
SchedulerPredicates validates resource limits of pods that are allowed to run,gmarek,0,scheduling
SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected,deads2k,1,scheduling
SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalid,smarterclayton,1,scheduling
SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work,rrati,0,scheduling
SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching,rrati,0,scheduling
SchedulerPredicates validates that InterPod Affinity and AntiAffinity is respected if matching,yifan-gu,1,scheduling
SchedulerPredicates validates that InterPodAffinity is respected if matching,kevin-wangzefeng,1,scheduling
SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinities,caesarxuchao,1,scheduling
SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching,rrati,0,scheduling
SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2,sttts,0,scheduling
SchedulerPredicates validates that NodeAffinity is respected if not matching,fgrzadkowski,0,scheduling
SchedulerPredicates validates that NodeSelector is respected if matching,gmarek,0,scheduling
SchedulerPredicates validates that NodeSelector is respected if not matching,gmarek,0,scheduling
SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected,deads2k,1,scheduling
SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalid,smarterclayton,1,scheduling
SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work,rrati,0,scheduling
SchedulerPredicates validates that required NodeAffinity setting is respected if matching,mml,1,scheduling
SchedulerPredicates validates that taints-tolerations is respected if matching,jlowdermilk,1,scheduling
SchedulerPredicates validates that taints-tolerations is respected if not matching,derekwaynecarr,1,scheduling
@ -458,11 +488,11 @@ Secret should create a pod that reads a secret,luxas,1,apps
Secrets optional updates should be reflected in volume,justinsb,1,apps
Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace,rkouj,0,apps
Secrets should be consumable from pods in env vars,mml,1,apps
Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps
Secrets should be consumable from pods in volume,rrati,0,apps
Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set,rrati,0,apps
Secrets should be consumable from pods in volume with defaultMode set,derekwaynecarr,1,apps
Secrets should be consumable from pods in volume with mappings and Item Mode set,quinton-hoole,1,apps
Secrets should be consumable from pods in volume with mappings,jbeda,1,apps
Secrets should be consumable from pods in volume with mappings and Item Mode set,quinton-hoole,1,apps
Secrets should be consumable in multiple volumes in a pod,alex-mohr,1,apps
Secrets should be consumable via the environment,ixdy,1,apps
Security Context should support container.SecurityContext.RunAsUser,alex-mohr,1,apps
@ -475,9 +505,10 @@ Security Context should support seccomp default which is unconfined,lavalamp,1,a
Security Context should support volume SELinux relabeling,thockin,1,apps
Security Context should support volume SELinux relabeling when using hostIPC,alex-mohr,1,apps
Security Context should support volume SELinux relabeling when using hostPID,dchen1107,1,apps
Service endpoints latency should not be very high,cjcullen,1,network
ServiceAccounts should allow opting out of API token automount,bgrant0607,1,
ServiceAccounts should ensure a single API token exists,liggitt,0,network
ServiceAccounts should mount an API token into pods,liggitt,0,network
Service endpoints latency should not be very high,cjcullen,1,network
ServiceLoadBalancer should support simple GET on Ingress ips,bprashanth,0,network
Services should be able to change the type and ports of a service,bprashanth,0,network
Services should be able to create a functioning NodePort service,bprashanth,0,network
@ -496,14 +527,13 @@ Services should work after restarting apiserver,bprashanth,0,network
Services should work after restarting kube-proxy,bprashanth,0,network
SimpleMount should be able to mount an emptydir on a container,rrati,0,node
"Spark should start spark master, driver and workers",jszczepkowski,1,apps
SSH should SSH to all nodes and run commands,quinton-hoole,0,
"Staging client repo client should create pods, delete pods, watch pods",jbeda,1,api-machinery
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
StatefulSet Basic StatefulSet functionality Scaling should happen in predictable order and halt if any stateful pod is unhealthy,derekwaynecarr,0,apps
StatefulSet Basic StatefulSet functionality Should recreate evicted statefulset,rrati,0,apps
StatefulSet Basic StatefulSet functionality should allow template updates,rkouj,0,apps
StatefulSet Basic StatefulSet functionality should not deadlock when a pod's predecessor fails,rkouj,0,apps
StatefulSet Basic StatefulSet functionality should provide basic identity,bprashanth,1,apps
StatefulSet Basic StatefulSet functionality Should recreate evicted statefulset,rrati,0,apps
StatefulSet Deploy clustered applications should creating a working CockroachDB cluster,rkouj,0,apps
StatefulSet Deploy clustered applications should creating a working mysql cluster,yujuhong,1,apps
StatefulSet Deploy clustered applications should creating a working redis cluster,yifan-gu,1,apps
@ -521,20 +551,27 @@ Upgrade node upgrade should maintain a functioning cluster,zmerlynn,1,cluster-li
Variable Expansion should allow composing env vars into new env vars,derekwaynecarr,0,node
Variable Expansion should allow substituting values in a container's args,dchen1107,1,node
Variable Expansion should allow substituting values in a container's command,mml,1,node
Volume Disk Format verify disk format type - eagerzeroedthick is honored for dynamically provisioned pv using storageclass,piosz,1,
Volume Disk Format verify disk format type - thin is honored for dynamically provisioned pv using storageclass,alex-mohr,1,
Volume Disk Format verify disk format type - zeroedthick is honored for dynamically provisioned pv using storageclass,jlowdermilk,1,
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
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
Volumes CephFS should be mountable,Q-Lee,1,storage
Volumes Ceph RBD should be mountable,fabioy,1,storage
Volumes CephFS should be mountable,Q-Lee,1,storage
Volumes Cinder should be mountable,cjcullen,1,storage
Volumes ConfigMap should be mountable,rkouj,0,storage
Volumes GlusterFS should be mountable,eparis,1,storage
Volumes iSCSI should be mountable,jsafrane,1,storage
Volumes NFS should be mountable,rrati,0,storage
Volumes PD should be mountable,caesarxuchao,1,storage
Volumes iSCSI should be mountable,jsafrane,1,storage
Volumes vsphere should be mountable,jsafrane,0,storage
"when we run containers that should cause * should eventually see *, and then evict all of the correct pods",Random-Liu,0,node
k8s.io/kubernetes/cmd/genutils,rmmh,1,
k8s.io/kubernetes/cmd/hyperkube,jbeda,0,
k8s.io/kubernetes/cmd/kube-apiserver/app/options,nikhiljindal,0,
k8s.io/kubernetes/cmd/kube-controller-manager/app,dchen1107,1,
k8s.io/kubernetes/cmd/kube-discovery/app,pmorie,1,
k8s.io/kubernetes/cmd/kube-proxy/app,luxas,1,
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/install,ixdy,1,
k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation,caesarxuchao,1,
k8s.io/kubernetes/cmd/kubeadm/app/cmd,caesarxuchao,1,
k8s.io/kubernetes/cmd/kubeadm/app/discovery,brendandburns,0,
@ -542,18 +579,15 @@ k8s.io/kubernetes/cmd/kubeadm/app/images,davidopp,1,
k8s.io/kubernetes/cmd/kubeadm/app/master,apprenda,0,
k8s.io/kubernetes/cmd/kubeadm/app/node,apprenda,0,
k8s.io/kubernetes/cmd/kubeadm/app/phases/addons,rkouj,0,
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil,ixdy,1,
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs,rkouj,0,
k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig,rkouj,0,
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil,ixdy,1,
k8s.io/kubernetes/cmd/kubeadm/app/phases/token,pmorie,1,
k8s.io/kubernetes/cmd/kubeadm/app/preflight,apprenda,0,
k8s.io/kubernetes/cmd/kubeadm/app/util,krousey,1,
k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig,apelisse,1,
k8s.io/kubernetes/cmd/kubeadm/app/util/token,sttts,1,
k8s.io/kubernetes/cmd/kubeadm/test/cmd,krousey,0,
k8s.io/kubernetes/cmd/kube-aggregator/pkg/apiserver,brendandburns,0,
k8s.io/kubernetes/cmd/kube-apiserver/app/options,nikhiljindal,0,
k8s.io/kubernetes/cmd/kube-controller-manager/app,dchen1107,1,
k8s.io/kubernetes/cmd/kube-discovery/app,pmorie,1,
k8s.io/kubernetes/cmd/kubelet/app,derekwaynecarr,0,
k8s.io/kubernetes/cmd/kube-proxy/app,luxas,1,
k8s.io/kubernetes/cmd/libs/go2idl/client-gen/types,caesarxuchao,0,
k8s.io/kubernetes/cmd/libs/go2idl/go-to-protobuf/protobuf,smarterclayton,0,
k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators,davidopp,1,
@ -562,10 +596,10 @@ k8s.io/kubernetes/examples,Random-Liu,0,
k8s.io/kubernetes/federation/apis/federation/install,nikhiljindal,0,
k8s.io/kubernetes/federation/apis/federation/validation,nikhiljindal,0,
k8s.io/kubernetes/federation/cmd/federation-controller-manager/app,kzwang,0,
k8s.io/kubernetes/federation/pkg/dnsprovider,sttts,1,
k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53,cjcullen,1,
k8s.io/kubernetes/federation/pkg/dnsprovider/providers/coredns,brendandburns,0,
k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddns,madhusudancs,1,
k8s.io/kubernetes/federation/pkg/dnsprovider,sttts,1,
k8s.io/kubernetes/federation/pkg/federation-controller/cluster,nikhiljindal,0,
k8s.io/kubernetes/federation/pkg/federation-controller/configmap,mwielgus,0,
k8s.io/kubernetes/federation/pkg/federation-controller/daemonset,childsb,1,
@ -579,17 +613,25 @@ k8s.io/kubernetes/federation/pkg/federation-controller/util,bgrant0607,1,
k8s.io/kubernetes/federation/pkg/federation-controller/util/eventsink,luxas,1,
k8s.io/kubernetes/federation/pkg/federation-controller/util/planner,Q-Lee,1,
k8s.io/kubernetes/federation/pkg/federation-controller/util/podanalyzer,caesarxuchao,1,
k8s.io/kubernetes/federation/pkg/kubefed/init,madhusudancs,0,
k8s.io/kubernetes/federation/pkg/kubefed,madhusudancs,0,
k8s.io/kubernetes/federation/registry/cluster/etcd,nikhiljindal,0,
k8s.io/kubernetes/federation/pkg/kubefed/init,madhusudancs,0,
k8s.io/kubernetes/federation/registry/cluster,nikhiljindal,0,
k8s.io/kubernetes/hack/cmd/teststale,thockin,1,
k8s.io/kubernetes/federation/registry/cluster/etcd,nikhiljindal,0,
k8s.io/kubernetes/hack,thockin,1,
k8s.io/kubernetes/hack/cmd/teststale,thockin,1,
k8s.io/kubernetes/pkg/api,Q-Lee,1,
k8s.io/kubernetes/pkg/api/endpoints,cjcullen,1,
k8s.io/kubernetes/pkg/api/events,jlowdermilk,1,
k8s.io/kubernetes/pkg/api/install,timothysc,1,
k8s.io/kubernetes/pkg/api/service,spxtr,1,
k8s.io/kubernetes/pkg/api/testapi,caesarxuchao,1,
k8s.io/kubernetes/pkg/api/util,rkouj,0,
k8s.io/kubernetes/pkg/api/v1,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/endpoints,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/pod,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/service,rkouj,0,
k8s.io/kubernetes/pkg/api/validation,smarterclayton,1,
k8s.io/kubernetes/pkg/apimachinery/tests,rkouj,0,
k8s.io/kubernetes/pkg/api,Q-Lee,1,
k8s.io/kubernetes/pkg/apis/abac/v0,liggitt,0,
k8s.io/kubernetes/pkg/apis/abac/v1beta1,liggitt,0,
k8s.io/kubernetes/pkg/apis/apps/validation,derekwaynecarr,1,
@ -600,7 +642,6 @@ k8s.io/kubernetes/pkg/apis/batch/v1,vishh,1,
k8s.io/kubernetes/pkg/apis/batch/v2alpha1,jlowdermilk,1,
k8s.io/kubernetes/pkg/apis/batch/validation,erictune,0,
k8s.io/kubernetes/pkg/apis/componentconfig,jbeda,1,
k8s.io/kubernetes/pkg/api/service,spxtr,1,
k8s.io/kubernetes/pkg/apis/extensions,bgrant0607,1,
k8s.io/kubernetes/pkg/apis/extensions/v1beta1,madhusudancs,1,
k8s.io/kubernetes/pkg/apis/extensions/validation,nikhiljindal,1,
@ -608,13 +649,6 @@ k8s.io/kubernetes/pkg/apis/policy/validation,deads2k,1,
k8s.io/kubernetes/pkg/apis/rbac/v1alpha1,liggitt,0,
k8s.io/kubernetes/pkg/apis/rbac/validation,erictune,0,
k8s.io/kubernetes/pkg/apis/storage/validation,caesarxuchao,1,
k8s.io/kubernetes/pkg/api/testapi,caesarxuchao,1,
k8s.io/kubernetes/pkg/api/util,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/endpoints,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/pod,rkouj,0,
k8s.io/kubernetes/pkg/api/v1,rkouj,0,
k8s.io/kubernetes/pkg/api/v1/service,rkouj,0,
k8s.io/kubernetes/pkg/api/validation,smarterclayton,1,
k8s.io/kubernetes/pkg/auth/authorizer/abac,liggitt,0,
k8s.io/kubernetes/pkg/client/chaosclient,deads2k,1,
k8s.io/kubernetes/pkg/client/leaderelection,xiang90,1,
@ -636,6 +670,7 @@ k8s.io/kubernetes/pkg/cloudprovider/providers/ovirt,dchen1107,1,
k8s.io/kubernetes/pkg/cloudprovider/providers/photon,luomiao,0,
k8s.io/kubernetes/pkg/cloudprovider/providers/rackspace,caesarxuchao,1,
k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere,apelisse,1,
k8s.io/kubernetes/pkg/controller,mikedanese,1,
k8s.io/kubernetes/pkg/controller/bootstrap,mikedanese,0,
k8s.io/kubernetes/pkg/controller/certificates,rkouj,0,
k8s.io/kubernetes/pkg/controller/cloud,rkouj,0,
@ -645,45 +680,45 @@ k8s.io/kubernetes/pkg/controller/deployment,asalkeld,0,
k8s.io/kubernetes/pkg/controller/deployment/util,saad-ali,1,
k8s.io/kubernetes/pkg/controller/disruption,fabioy,1,
k8s.io/kubernetes/pkg/controller/endpoint,mwielgus,1,
k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly,cjcullen,1,
k8s.io/kubernetes/pkg/controller/garbagecollector,rmmh,1,
k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly,cjcullen,1,
k8s.io/kubernetes/pkg/controller/job,soltysh,1,
k8s.io/kubernetes/pkg/controller,mikedanese,1,
k8s.io/kubernetes/pkg/controller/namespace/deletion,nikhiljindal,1,
k8s.io/kubernetes/pkg/controller/node,gmarek,0,
k8s.io/kubernetes/pkg/controller/podautoscaler/metrics,piosz,0,
k8s.io/kubernetes/pkg/controller/podautoscaler,piosz,0,
k8s.io/kubernetes/pkg/controller/podautoscaler/metrics,piosz,0,
k8s.io/kubernetes/pkg/controller/podgc,rrati,0,
k8s.io/kubernetes/pkg/controller/replicaset,fgrzadkowski,0,
k8s.io/kubernetes/pkg/controller/replication,fgrzadkowski,0,
k8s.io/kubernetes/pkg/controller/resourcequota,rrati,0,
k8s.io/kubernetes/pkg/controller/route,gmarek,0,
k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0,
k8s.io/kubernetes/pkg/controller/service,asalkeld,0,
k8s.io/kubernetes/pkg/controller/serviceaccount,liggitt,0,
k8s.io/kubernetes/pkg/controller/statefulset,justinsb,1,
k8s.io/kubernetes/pkg/controller/ttl,wojtek-t,1,
k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache,rrati,0,
k8s.io/kubernetes/pkg/controller/volume/attachdetach,luxas,1,
k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache,rrati,0,
k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler,jsafrane,1,
k8s.io/kubernetes/pkg/controller/volume/persistentvolume,jsafrane,0,
k8s.io/kubernetes/pkg/controller/volume/persistentvolume/testing,ixdy,1,
k8s.io/kubernetes/pkg/credentialprovider,justinsb,1,
k8s.io/kubernetes/pkg/credentialprovider/aws,zmerlynn,1,
k8s.io/kubernetes/pkg/credentialprovider/azure,brendandburns,0,
k8s.io/kubernetes/pkg/credentialprovider/gcp,mml,1,
k8s.io/kubernetes/pkg/credentialprovider,justinsb,1,
k8s.io/kubernetes/pkg/fieldpath,childsb,1,
k8s.io/kubernetes/pkg/kubeapiserver,piosz,1,
k8s.io/kubernetes/pkg/kubeapiserver/admission,rkouj,0,
k8s.io/kubernetes/pkg/kubeapiserver/authorizer,rkouj,0,
k8s.io/kubernetes/pkg/kubeapiserver/options,thockin,1,
k8s.io/kubernetes/pkg/kubeapiserver,piosz,1,
k8s.io/kubernetes/pkg/kubectl/cmd/config,asalkeld,0,
k8s.io/kubernetes/pkg/kubectl,madhusudancs,1,
k8s.io/kubernetes/pkg/kubectl/cmd,rmmh,1,
k8s.io/kubernetes/pkg/kubectl/cmd/config,asalkeld,0,
k8s.io/kubernetes/pkg/kubectl/cmd/set,erictune,1,
k8s.io/kubernetes/pkg/kubectl/cmd/util,asalkeld,0,
k8s.io/kubernetes/pkg/kubectl/cmd/util/editor,rrati,0,
k8s.io/kubernetes/pkg/kubectl,madhusudancs,1,
k8s.io/kubernetes/pkg/kubectl/resource,caesarxuchao,1,
k8s.io/kubernetes/pkg/kubelet,vishh,0,
k8s.io/kubernetes/pkg/kubelet/cadvisor,sttts,1,
k8s.io/kubernetes/pkg/kubelet/certificate,mikedanese,1,
k8s.io/kubernetes/pkg/kubelet/client,timstclair,1,
k8s.io/kubernetes/pkg/kubelet/cm,vishh,0,
k8s.io/kubernetes/pkg/kubelet/config,mikedanese,1,
@ -698,10 +733,10 @@ k8s.io/kubernetes/pkg/kubelet/images,caesarxuchao,1,
k8s.io/kubernetes/pkg/kubelet/kuberuntime,yifan-gu,1,
k8s.io/kubernetes/pkg/kubelet/lifecycle,yujuhong,1,
k8s.io/kubernetes/pkg/kubelet/network/cni,freehan,0,
k8s.io/kubernetes/pkg/kubelet/network,freehan,0,
k8s.io/kubernetes/pkg/kubelet/network/hairpin,freehan,0,
k8s.io/kubernetes/pkg/kubelet/network/hostport,erictune,1,
k8s.io/kubernetes/pkg/kubelet/network/kubenet,freehan,0,
k8s.io/kubernetes/pkg/kubelet/network/testing,spxtr,1,
k8s.io/kubernetes/pkg/kubelet/pleg,yujuhong,0,
k8s.io/kubernetes/pkg/kubelet/pod,alex-mohr,1,
k8s.io/kubernetes/pkg/kubelet/prober,alex-mohr,1,
@ -710,20 +745,20 @@ k8s.io/kubernetes/pkg/kubelet/qos,vishh,0,
k8s.io/kubernetes/pkg/kubelet/rkt,apelisse,1,
k8s.io/kubernetes/pkg/kubelet/rktshim,mml,1,
k8s.io/kubernetes/pkg/kubelet/secret,kevin-wangzefeng,1,
k8s.io/kubernetes/pkg/kubelet/server,timstclair,0,
k8s.io/kubernetes/pkg/kubelet/server/portforward,rkouj,0,
k8s.io/kubernetes/pkg/kubelet/server/stats,timstclair,0,
k8s.io/kubernetes/pkg/kubelet/server/streaming,caesarxuchao,1,
k8s.io/kubernetes/pkg/kubelet/server,timstclair,0,
k8s.io/kubernetes/pkg/kubelet/status,mwielgus,1,
k8s.io/kubernetes/pkg/kubelet/sysctl,piosz,1,
k8s.io/kubernetes/pkg/kubelet/types,jlowdermilk,1,
k8s.io/kubernetes/pkg/kubelet/util/cache,timothysc,1,
k8s.io/kubernetes/pkg/kubelet/util/csr,apelisse,1,
k8s.io/kubernetes/pkg/kubelet/util/format,ncdc,1,
k8s.io/kubernetes/pkg/kubelet/util/queue,yujuhong,0,
k8s.io/kubernetes/pkg/kubelet,vishh,0,
k8s.io/kubernetes/pkg/kubelet/volumemanager,rrati,0,
k8s.io/kubernetes/pkg/kubelet/volumemanager/cache,janetkuo,1,
k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler,timstclair,1,
k8s.io/kubernetes/pkg/kubelet/volumemanager,rrati,0,
k8s.io/kubernetes/pkg/master,fabioy,1,
k8s.io/kubernetes/pkg/master/tunneler,jsafrane,1,
k8s.io/kubernetes/pkg/probe/exec,bgrant0607,1,
@ -734,8 +769,8 @@ k8s.io/kubernetes/pkg/proxy/healthcheck,rrati,0,
k8s.io/kubernetes/pkg/proxy/iptables,freehan,0,
k8s.io/kubernetes/pkg/proxy/userspace,luxas,1,
k8s.io/kubernetes/pkg/proxy/winuserspace,jbhurat,0,
k8s.io/kubernetes/pkg/quota/evaluator/core,yifan-gu,1,
k8s.io/kubernetes/pkg/quota,sttts,1,
k8s.io/kubernetes/pkg/quota/evaluator/core,yifan-gu,1,
k8s.io/kubernetes/pkg/registry/apps/petset,kevin-wangzefeng,1,
k8s.io/kubernetes/pkg/registry/apps/petset/storage,jlowdermilk,1,
k8s.io/kubernetes/pkg/registry/authorization/subjectaccessreview,liggitt,1,
@ -754,21 +789,21 @@ k8s.io/kubernetes/pkg/registry/core/endpoint,bprashanth,1,
k8s.io/kubernetes/pkg/registry/core/endpoint/storage,wojtek-t,1,
k8s.io/kubernetes/pkg/registry/core/event,ixdy,1,
k8s.io/kubernetes/pkg/registry/core/event/storage,thockin,1,
k8s.io/kubernetes/pkg/registry/core/limitrange/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/limitrange,yifan-gu,1,
k8s.io/kubernetes/pkg/registry/core/limitrange/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/namespace,quinton-hoole,1,
k8s.io/kubernetes/pkg/registry/core/namespace/storage,jsafrane,1,
k8s.io/kubernetes/pkg/registry/core/node,rmmh,1,
k8s.io/kubernetes/pkg/registry/core/node/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim,bgrant0607,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage,cjcullen,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolume,lavalamp,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolume/storage,alex-mohr,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim,bgrant0607,1,
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage,cjcullen,1,
k8s.io/kubernetes/pkg/registry/core/pod,Random-Liu,1,
k8s.io/kubernetes/pkg/registry/core/pod/rest,jsafrane,1,
k8s.io/kubernetes/pkg/registry/core/pod/storage,wojtek-t,1,
k8s.io/kubernetes/pkg/registry/core/podtemplate/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/podtemplate,thockin,1,
k8s.io/kubernetes/pkg/registry/core/podtemplate/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/replicationcontroller,freehan,1,
k8s.io/kubernetes/pkg/registry/core/replicationcontroller/storage,liggitt,1,
k8s.io/kubernetes/pkg/registry/core/resourcequota,rrati,0,
@ -776,17 +811,17 @@ k8s.io/kubernetes/pkg/registry/core/resourcequota/storage,childsb,1,
k8s.io/kubernetes/pkg/registry/core/rest,deads2k,0,
k8s.io/kubernetes/pkg/registry/core/secret,rrati,0,
k8s.io/kubernetes/pkg/registry/core/secret/storage,childsb,1,
k8s.io/kubernetes/pkg/registry/core/serviceaccount,caesarxuchao,1,
k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage,smarterclayton,1,
k8s.io/kubernetes/pkg/registry/core/service,madhusudancs,1,
k8s.io/kubernetes/pkg/registry/core/service/allocator,jbeda,1,
k8s.io/kubernetes/pkg/registry/core/service/allocator/storage,spxtr,1,
k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller,mtaufen,1,
k8s.io/kubernetes/pkg/registry/core/service/ipallocator,eparis,1,
k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller,mtaufen,1,
k8s.io/kubernetes/pkg/registry/core/service/ipallocator/storage,xiang90,1,
k8s.io/kubernetes/pkg/registry/core/service,madhusudancs,1,
k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller,rkouj,0,
k8s.io/kubernetes/pkg/registry/core/service/portallocator,rrati,0,
k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller,rkouj,0,
k8s.io/kubernetes/pkg/registry/core/service/storage,cjcullen,1,
k8s.io/kubernetes/pkg/registry/core/serviceaccount,caesarxuchao,1,
k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage,smarterclayton,1,
k8s.io/kubernetes/pkg/registry/extensions/controller/storage,jsafrane,1,
k8s.io/kubernetes/pkg/registry/extensions/daemonset,nikhiljindal,1,
k8s.io/kubernetes/pkg/registry/extensions/daemonset/storage,kevin-wangzefeng,1,
@ -800,28 +835,30 @@ k8s.io/kubernetes/pkg/registry/extensions/podsecuritypolicy/storage,dchen1107,1,
k8s.io/kubernetes/pkg/registry/extensions/replicaset,rrati,0,
k8s.io/kubernetes/pkg/registry/extensions/replicaset/storage,wojtek-t,1,
k8s.io/kubernetes/pkg/registry/extensions/rest,rrati,0,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage,childsb,1,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata,sttts,1,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource,mwielgus,1,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource/storage,mikedanese,1,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata,sttts,1,
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage,childsb,1,
k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget,Q-Lee,1,
k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget/storage,dchen1107,1,
k8s.io/kubernetes/pkg/registry/rbac/reconciliation,roberthbailey,1,
k8s.io/kubernetes/pkg/registry/rbac/validation,rkouj,0,
k8s.io/kubernetes/pkg/registry/storage/storageclass,brendandburns,1,
k8s.io/kubernetes/pkg/registry/storage/storageclass/storage,wojtek-t,1,
k8s.io/kubernetes/pkg/security/apparmor,bgrant0607,1,
k8s.io/kubernetes/pkg/securitycontext,erictune,1,
k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor,rrati,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/group,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp,rmmh,1,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctl,rrati,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/user,erictune,0,
k8s.io/kubernetes/pkg/security/podsecuritypolicy/util,erictune,0,
k8s.io/kubernetes/pkg/securitycontext,erictune,1,
k8s.io/kubernetes/pkg/serviceaccount,liggitt,0,
k8s.io/kubernetes/pkg/ssh,jbeda,1,
k8s.io/kubernetes/pkg/util,jbeda,1,
k8s.io/kubernetes/pkg/util/async,spxtr,1,
k8s.io/kubernetes/pkg/util/bandwidth,thockin,1,
k8s.io/kubernetes/pkg/util/config,jszczepkowski,1,
@ -834,7 +871,6 @@ k8s.io/kubernetes/pkg/util/hash,timothysc,1,
k8s.io/kubernetes/pkg/util/i18n,brendandburns,0,
k8s.io/kubernetes/pkg/util/io,mtaufen,1,
k8s.io/kubernetes/pkg/util/iptables,rrati,0,
k8s.io/kubernetes/pkg/util,jbeda,1,
k8s.io/kubernetes/pkg/util/keymutex,saad-ali,0,
k8s.io/kubernetes/pkg/util/labels,rmmh,1,
k8s.io/kubernetes/pkg/util/limitwriter,deads2k,1,
@ -852,6 +888,7 @@ k8s.io/kubernetes/pkg/util/taints,rrati,0,
k8s.io/kubernetes/pkg/util/term,davidopp,1,
k8s.io/kubernetes/pkg/util/threading,roberthbailey,1,
k8s.io/kubernetes/pkg/util/version,danwinship,0,
k8s.io/kubernetes/pkg/volume,saad-ali,0,
k8s.io/kubernetes/pkg/volume/aws_ebs,caesarxuchao,1,
k8s.io/kubernetes/pkg/volume/azure_dd,bgrant0607,1,
k8s.io/kubernetes/pkg/volume/azure_file,maisem,1,
@ -870,18 +907,19 @@ k8s.io/kubernetes/pkg/volume/host_path,jbeda,1,
k8s.io/kubernetes/pkg/volume/iscsi,cjcullen,1,
k8s.io/kubernetes/pkg/volume/nfs,justinsb,1,
k8s.io/kubernetes/pkg/volume/photon_pd,luomiao,0,
k8s.io/kubernetes/pkg/volume/projected,kevin-wangzefeng,1,
k8s.io/kubernetes/pkg/volume/quobyte,yujuhong,1,
k8s.io/kubernetes/pkg/volume/rbd,piosz,1,
k8s.io/kubernetes/pkg/volume,saad-ali,0,
k8s.io/kubernetes/pkg/volume/secret,rmmh,1,
k8s.io/kubernetes/pkg/volume/util,saad-ali,0,
k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations,freehan,1,
k8s.io/kubernetes/pkg/volume/util/operationexecutor,rkouj,0,
k8s.io/kubernetes/pkg/volume/util,saad-ali,0,
k8s.io/kubernetes/pkg/volume/vsphere_volume,deads2k,1,
k8s.io/kubernetes/plugin/cmd/kube-scheduler/app,deads2k,1,
k8s.io/kubernetes/plugin/pkg/admission/admit,piosz,1,
k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages,kargakis,1,
k8s.io/kubernetes/plugin/pkg/admission/antiaffinity,timothysc,1,
k8s.io/kubernetes/plugin/pkg/admission/defaulttolerationseconds,luxas,1,
k8s.io/kubernetes/plugin/pkg/admission/deny,eparis,1,
k8s.io/kubernetes/plugin/pkg/admission/exec,deads2k,1,
k8s.io/kubernetes/plugin/pkg/admission/gc,kevin-wangzefeng,1,
@ -894,23 +932,25 @@ k8s.io/kubernetes/plugin/pkg/admission/namespace/lifecycle,derekwaynecarr,0,
k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label,rrati,0,
k8s.io/kubernetes/plugin/pkg/admission/podnodeselector,ixdy,1,
k8s.io/kubernetes/plugin/pkg/admission/resourcequota,fabioy,1,
k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny,rrati,0,
k8s.io/kubernetes/plugin/pkg/admission/resourcequota/apis/resourcequota/validation,cjcullen,1,
k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy,maisem,1,
k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny,rrati,0,
k8s.io/kubernetes/plugin/pkg/admission/serviceaccount,liggitt,0,
k8s.io/kubernetes/plugin/pkg/admission/storageclass/default,pmorie,1,
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy,mml,1,
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac,rrati,0,
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy,mml,1,
k8s.io/kubernetes/plugin/pkg/scheduler,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/api/validation,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/core,madhusudancs,1,
k8s.io/kubernetes/plugin/pkg/scheduler/factory,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache,fgrzadkowski,0,
k8s.io/kubernetes/plugin/pkg/scheduler/util,wojtek-t,1,
k8s.io/kubernetes/test/e2e/chaosmonkey,pmorie,1,
k8s.io/kubernetes/test/e2e,kevin-wangzefeng,1,
k8s.io/kubernetes/test/e2e/chaosmonkey,pmorie,1,
k8s.io/kubernetes/test/e2e_node,mml,1,
k8s.io/kubernetes/test/e2e_node/system,Random-Liu,0,
k8s.io/kubernetes/test/integration/auth,jbeda,1,
@ -939,3 +979,6 @@ k8s.io/kubernetes/test/integration/thirdparty,davidopp,1,
k8s.io/kubernetes/test/integration/ttlcontroller,wojtek-t,1,
k8s.io/kubernetes/test/integration/volume,rrati,0,
k8s.io/kubernetes/test/list,maisem,1,
kubelet Clean up pods on node kubelet should be able to delete * pods per node in *.,yujuhong,0,node
kubelet host cleanup with volume mounts Host cleanup after pod using NFS mount is deleted *,bgrant0607,1,
"when we run containers that should cause * should eventually see *, and then evict all of the correct pods",Random-Liu,0,node

1 name owner auto-assigned sig
9 Cadvisor should be healthy on every node. vishh 0 node
10 Cassandra should create and scale cassandra fabioy 1 apps
11 CassandraStatefulSet should create statefulset wojtek-t 1 apps
ClusterDns should create pod that uses dns sttts 0 network
12 Cluster level logging using Elasticsearch should check that logs from containers are ingested into Elasticsearch crassirostris 0 instrumentation
13 Cluster level logging using GCL should check that logs from containers are ingested in GCL crassirostris 0 instrumentation
14 Cluster level logging using GCL should create a constant load with long-living pods and ensure logs delivery crassirostris 0 instrumentation
17 Cluster size autoscaling should correctly scale down after a node is not needed pmorie 1 autoscaling
18 Cluster size autoscaling should correctly scale down after a node is not needed when there is non autoscaled pool krousey 1 autoscaling
19 Cluster size autoscaling should disable node pool autoscaling Q-Lee 1 autoscaling
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
20 Cluster size autoscaling should increase cluster size if pending pods are small childsb 1 autoscaling
21 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
22 Cluster size autoscaling should increase cluster size if pods are pending due to host port conflict brendandburns 1 autoscaling
Cluster size autoscaling shouldn't increase cluster size if pending pod is too large rrati 0 autoscaling
23 Cluster size autoscaling should scale up correct target pool mikedanese 1 autoscaling
24 Cluster size autoscaling shouldn't increase cluster size if pending pod is too large rrati 0 autoscaling
25 ClusterDns should create pod that uses dns sttts 0 network
26 ConfigMap optional updates should be reflected in volume timothysc 1 apps
27 ConfigMap should be consumable from pods in volume alex-mohr 1 apps
28 ConfigMap should be consumable from pods in volume as non-root rrati 0 apps
ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set rrati 0 apps
29 ConfigMap should be consumable from pods in volume as non-root with FSGroup roberthbailey 1 apps
30 ConfigMap should be consumable from pods in volume as non-root with defaultMode and fsGroup set rrati 0 apps
31 ConfigMap should be consumable from pods in volume with defaultMode set Random-Liu 1 apps
32 ConfigMap should be consumable from pods in volume with mappings rrati 0 apps
33 ConfigMap should be consumable from pods in volume with mappings and Item mode set eparis 1 apps
34 ConfigMap should be consumable from pods in volume with mappings as non-root apelisse 1 apps
35 ConfigMap should be consumable from pods in volume with mappings as non-root with FSGroup zmerlynn 1 apps
ConfigMap should be consumable from pods in volume with mappings rrati 0 apps
36 ConfigMap should be consumable in multiple volumes in the same pod caesarxuchao 1 apps
37 ConfigMap should be consumable via environment variable ncdc 1 apps
38 ConfigMap should be consumable via the environment rkouj 0 apps
41 Container Lifecycle Hook when create a pod with lifecycle hook when it is exec hook should execute prestop exec hook properly rrati 0 node
42 Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute poststart http hook properly vishh 1 node
43 Container Lifecycle Hook when create a pod with lifecycle hook when it is http hook should execute prestop http hook properly freehan 1 node
ContainerLogPath Pod with a container printed log to stdout should print log to correct log path resouer 0 node
44 Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image * Random-Liu 0 node
45 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
46 Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits should report termination message * alex-mohr 1 node
47 ContainerLogPath Pod with a container printed log to stdout should print log to correct log path resouer 0 node
48 CronJob should not emit unexpected warnings soltysh 1 apps
49 CronJob should not schedule jobs when suspended soltysh 1 apps
50 CronJob should not schedule new jobs when ForbidConcurrent soltysh 1 apps
51 CronJob should remove from active list jobs that have been deleted soltysh 1 apps
52 CronJob should replace jobs when ReplaceConcurrent soltysh 1 apps
53 CronJob should schedule multiple jobs concurrently soltysh 1 apps
54 DaemonRestart Controller Manager should not create/delete replicas across restart DNS config map should be able to change configuration rrati rkouj 0 apps network
55 DaemonRestart Kubelet should not restart containers across restart DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios madhusudancs MrHohn 1 0 apps network
56 DaemonRestart Scheduler should continue assigning pods to nodes across restart DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed lavalamp MrHohn 1 0 apps network
57 DNS should provide DNS for ExternalName services rmmh 1 network
58 DNS should provide DNS for pods for Hostname and Subdomain Annotation mtaufen 1 network
59 DNS should provide DNS for services roberthbailey 1 network
60 DNS should provide DNS for the cluster roberthbailey 1 network
61 Daemon set should retry creating failed daemon pods yifan-gu 1 apps
62 Daemon set should run and stop complex daemon jlowdermilk 1 apps
63 Daemon set should run and stop complex daemon with node affinity erictune 1 apps
64 Daemon set should run and stop simple daemon mtaufen 1 apps
65 DaemonRestart Controller Manager should not create/delete replicas across restart rrati 0 apps
66 DaemonRestart Kubelet should not restart containers across restart madhusudancs 1 apps
67 DaemonRestart Scheduler should continue assigning pods to nodes across restart lavalamp 1 apps
68 Density create a batch of pods latency/resource should be within limit when create * pods with * interval apelisse 1 scalability
69 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
70 Density create a sequence of pods latency/resource should be within limit when create * pods with * background pods wojtek-t 1 scalability
71 Density should allow running maximum capacity pods on nodes smarterclayton 1 scalability
72 Density should allow starting * pods per node using * with * secrets and * daemons rkouj 0 scalability
73 Deployment RecreateDeployment should delete old pods and create new ones pwittrock 0 apps
74 Deployment RollingUpdateDeployment should delete old pods and create new ones pwittrock 0 apps
75 Deployment deployment reaping should cascade to its replica sets and pods wojtek-t 1 apps
76 Deployment deployment should create new pods pwittrock 0 apps
77 Deployment deployment should delete old replica sets pwittrock 0 apps
84 Deployment overlapping deployment should not fight with each other kargakis 1 apps
85 Deployment paused deployment should be able to scale kargakis 1 apps
86 Deployment paused deployment should be ignored by the controller kargakis 0 apps
Deployment RecreateDeployment should delete old pods and create new ones pwittrock 0 apps
Deployment RollingUpdateDeployment should delete old pods and create new ones pwittrock 0 apps
87 Deployment scaled rollout deployment should not block on annotation check kargakis 1 apps
88 DisruptionController evictions: * => * rkouj 0 scheduling
89 DisruptionController should create a PodDisruptionBudget rkouj 0 scheduling
90 DisruptionController should update PodDisruptionBudget status rkouj 0 scheduling
DNS config map should be able to change configuration rkouj 0 network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios MrHohn 0 network
DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods when cluster size changed MrHohn 0 network
DNS should provide DNS for ExternalName services rmmh 1 network
DNS should provide DNS for pods for Hostname and Subdomain Annotation mtaufen 1 network
DNS should provide DNS for services roberthbailey 1 network
DNS should provide DNS for the cluster roberthbailey 1 network
91 Docker Containers should be able to override the image's default arguments (docker cmd) maisem 0 node
92 Docker Containers should be able to override the image's default command and arguments maisem 0 node
93 Docker Containers should be able to override the image's default commmand (docker entrypoint) maisem 0 node
103 Downward API volume should provide container's memory request mikedanese 1 node
104 Downward API volume should provide node allocatable (cpu) as default cpu limit if the limit is not set lavalamp 1 node
105 Downward API volume should provide node allocatable (memory) as default memory limit if the limit is not set freehan 1 node
Downward API volume should provide podname as non-root with fsgroup and defaultMode rrati 0 node
106 Downward API volume should provide podname as non-root with fsgroup rrati 0 node
107 Downward API volume should provide podname as non-root with fsgroup and defaultMode rrati 0 node
108 Downward API volume should provide podname only mwielgus 1 node
109 Downward API volume should set DefaultMode on files davidopp 1 node
110 Downward API volume should set mode on item file mtaufen 1 node
111 Downward API volume should update annotations on modification eparis 1 node
112 Downward API volume should update labels on modification timothysc 1 node
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
113 Dynamic provisioning DynamicProvisioner Alpha should create and delete alpha persistent volumes rrati 0 storage
114 Dynamic provisioning DynamicProvisioner External should let an external dynamic provisioner create and delete persistent volumes jsafrane 0 storage
115 Dynamic provisioning DynamicProvisioner should create and delete persistent volumes jsafrane 0 storage
116 Dynamic provisioning DynamicProvisioner should not provision a volume in an unmanaged GCE zone. jszczepkowski 1
117 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
118 ESIPP should handle updates to source ip annotation bprashanth 1 network
119 ESIPP should only target nodes with endpoints rrati 0 network
120 ESIPP should work for type=LoadBalancer fgrzadkowski 1 network
121 ESIPP should work for type=NodePort kargakis 1 network
122 ESIPP should work from pods cjcullen 1 network
123 Empty starts a pod childsb 1
124 EmptyDir volumes should support (non-root,0644,default) timstclair 1 node
125 EmptyDir volumes should support (non-root,0644,tmpfs) spxtr 1 node
126 EmptyDir volumes should support (non-root,0666,default) dchen1107 1 node
143 EmptyDir wrapper volumes should not cause race condition when used for configmaps mtaufen 1 node
144 EmptyDir wrapper volumes should not cause race condition when used for git_repo brendandburns 1 node
145 EmptyDir wrapper volumes should not conflict deads2k 1 node
Empty does nothing cjcullen 1 node
ESIPP should handle updates to source ip annotation bprashanth 1 network
ESIPP should only target nodes with endpoints rrati 0 network
ESIPP should work for type=LoadBalancer fgrzadkowski 1 network
ESIPP should work for type=NodePort kargakis 1 network
ESIPP should work from pods cjcullen 1 network
Etcd failure should recover from network partition with master justinsb 1 api-machinery
146 Etcd failure should recover from SIGKILL pmorie 1 api-machinery
147 Etcd failure should recover from network partition with master justinsb 1 api-machinery
148 Events should be sent by kubelets and the scheduler about pods scheduling and running zmerlynn 1 node
149 Federated Services Without Clusters should succeed when a service is created rmmh 1 federation
150 Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service mml 0 federation
151 Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service jlowdermilk 1 federation
152 Federated Services with clusters DNS should be able to discover a federated service derekwaynecarr 1 federation
153 Federated Services with clusters Federated Service should be deleted from underlying clusters when OrphanDependents is false zmerlynn 1
154 Federated Services with clusters Federated Service should create matching services in underlying clusters thockin 1
155 Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is nil yifan-gu 1
156 Federated Services with clusters Federated Service should not be deleted from underlying clusters when OrphanDependents is true davidopp 1
157 Federated ingresses Federated Ingresses Ingress connectivity and DNS should be able to connect to a federated ingress via its load balancer rmmh 1 federation
158 Federated ingresses Federated Ingresses should be created and deleted successfully dchen1107 1 federation
159 Federated ingresses Federated Ingresses should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
160 Federated ingresses Federated Ingresses should create and update matching ingresses in underlying clusters rrati 0 federation
161 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is nil nikhiljindal 0 federation
162 Federated ingresses Federated Ingresses should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
Federated Services with clusters DNS non-local federated service missing local service should never find DNS entries for a missing local service mml 0 federation
Federated Services with clusters DNS non-local federated service should be able to discover a non-local federated service jlowdermilk 1 federation
Federated Services with clusters DNS should be able to discover a federated service derekwaynecarr 1 federation
Federated Services with clusters service creation should be deleted from underlying clusters when OrphanDependents is false rkouj 0 federation
Federated Services with clusters service creation should create matching services in underlying clusters jbeda 1 federation
Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is nil rkouj 0 federation
Federated Services with clusters service creation should not be deleted from underlying clusters when OrphanDependents is true rkouj 0 federation
Federated Services Without Clusters should succeed when a service is created rmmh 1 federation
Federation apiserver Admission control should not be able to create resources if namespace does not exist alex-mohr 1 federation
163 Federation API server authentication should accept cluster resources when the client has right authentication credentials davidopp 1 federation
164 Federation API server authentication should not accept cluster resources when the client has invalid authentication credentials yujuhong 1 federation
165 Federation API server authentication should not accept cluster resources when the client has no authentication credentials nikhiljindal 1 federation
166 Federation apiserver Admission control should not be able to create resources if namespace does not exist alex-mohr 1 federation
167 Federation apiserver Cluster objects should be created and deleted successfully rrati 0 federation
168 Federation daemonsets DaemonSet objects should be created and deleted successfully nikhiljindal 0 federation
169 Federation daemonsets DaemonSet objects should be deleted from underlying clusters when OrphanDependents is false nikhiljindal 0 federation
192 Federation secrets Secret objects should not be deleted from underlying clusters when OrphanDependents is true nikhiljindal 0 federation
193 Firewall rule should create valid firewall rules for LoadBalancer type service rkouj 0 network
194 Firewall rule should have correct firewall rules for e2e cluster rkouj 0 network
Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container Random-Liu 0 cluster-lifecycle
Garbage collector should delete pods created by rc when not orphaning justinsb 1 cluster-lifecycle
Garbage collector should delete RS created by deployment when not orphaning rkouj 0 cluster-lifecycle
Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil zmerlynn 1 cluster-lifecycle
Garbage collector should orphan pods created by rc if delete options say so fabioy 1 cluster-lifecycle
Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true rkouj 0 cluster-lifecycle
195 GCP Volumes GlusterFS should be mountable nikhiljindal 0 storage
196 GCP Volumes NFSv4 should be mountable for NFSv4 nikhiljindal 0 storage
Generated release_1_5 clientset should create pods, delete pods, watch pods rrati 0 api-machinery
Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs soltysh 1 api-machinery
197 GKE local SSD should write and read from node local SSD fabioy 0 storage
198 GKE node pools should create a cluster with multiple node pools fabioy 1 cluster-lifecycle
199 Garbage Collection Test: * Should eventually garbage collect containers when we exceed the number of dead containers per container Random-Liu 0 cluster-lifecycle
200 Garbage collector should delete RS created by deployment when not orphaning rkouj 0 cluster-lifecycle
201 Garbage collector should delete pods created by rc when not orphaning justinsb 1 cluster-lifecycle
202 Garbage collector should orphan RS created by deployment when deleteOptions.OrphanDependents is true rkouj 0 cluster-lifecycle
203 Garbage collector should orphan pods created by rc if delete options say so fabioy 1 cluster-lifecycle
204 Garbage collector should orphan pods created by rc if deleteOptions.OrphanDependents is nil zmerlynn 1 cluster-lifecycle
205 Generated release_1_5 clientset should create pods, delete pods, watch pods rrati 0 api-machinery
206 Generated release_1_5 clientset should create v2alpha1 cronJobs, delete cronJobs, watch cronJobs soltysh 1 api-machinery
207 HA-master survive addition/removal replicas different zones derekwaynecarr 0 api-machinery
208 HA-master survive addition/removal replicas multizone workers rkouj 0 api-machinery
209 HA-master survive addition/removal replicas same zone derekwaynecarr 0 api-machinery
236 Kubectl client Kubectl apply should apply a new configuration to an existing RC pwittrock 0 cli
237 Kubectl client Kubectl apply should reuse port when apply to an existing SVC deads2k 0 cli
238 Kubectl client Kubectl cluster-info should check if Kubernetes master services is included in cluster-info pwittrock 0 cli
Kubectl client Kubectl create quota should create a quota without scopes xiang90 1 cli
239 Kubectl client Kubectl create quota should create a quota with scopes rrati 0 cli
240 Kubectl client Kubectl create quota should create a quota without scopes xiang90 1 cli
241 Kubectl client Kubectl create quota should reject quota with invalid scopes brendandburns 1 cli
242 Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods pwittrock 0 cli
243 Kubectl client Kubectl expose should create services for rc pwittrock 0 cli
246 Kubectl client Kubectl patch should add annotations for pods in rc janetkuo 0 cli
247 Kubectl client Kubectl replace should update a single-container pod's image rrati 0 cli
248 Kubectl client Kubectl rolling-update should support rolling-update to same image janetkuo 0 cli
249 Kubectl client Kubectl run --rm job should create a job from an image, then delete the job soltysh 1 cli
250 Kubectl client Kubectl run default should create an rc or deployment from an image janetkuo 0 cli
251 Kubectl client Kubectl run deployment should create a deployment from an image janetkuo 0 cli
252 Kubectl client Kubectl run job should create a job from an image when restart is OnFailure soltysh 1 cli
253 Kubectl client Kubectl run pod should create a pod from an image when restart is Never janetkuo 0 cli
254 Kubectl client Kubectl run rc should create an rc from an image janetkuo 0 cli
Kubectl client Kubectl run --rm job should create a job from an image, then delete the job soltysh 1 cli
255 Kubectl client Kubectl taint should remove all the taints with the same key off a node erictune 1 cli
256 Kubectl client Kubectl taint should update the taint on a node pwittrock 0 cli
257 Kubectl client Kubectl version should check is all data is printed janetkuo 0 cli
Kubectl client Proxy server should support proxy with --port 0 ncdc 1 cli
258 Kubectl client Proxy server should support --unix-socket=/path zmerlynn 1 cli
259 Kubectl client Proxy server should support proxy with --port 0 ncdc 1 cli
260 Kubectl client Simple pod should handle in-cluster config rkouj 0 cli
261 Kubectl client Simple pod should return command exit codes yifan-gu 1 cli
262 Kubectl client Simple pod should support exec ncdc 0 cli
270 Kubelet Cgroup Manager Pod containers On scheduling a Burstable Pod Pod containers should have been created under the Burstable cgroup derekwaynecarr 0 node
271 Kubelet Cgroup Manager Pod containers On scheduling a Guaranteed Pod Pod containers should have been created under the cgroup-root derekwaynecarr 0 node
272 Kubelet Cgroup Manager QOS containers On enabling QOS cgroup hierarchy Top level QoS containers should have been created davidopp 1 node
273 kubelet Clean up pods on node kubelet should be able to delete * pods per node in *. Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999 yujuhong kargakis 0 1 node
274 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
275 Kubelet Container Manager Validate OOM score adjustments once the node is setup docker daemon's oom-score-adj should be -999 thockin 1 node
276 Kubelet Container Manager Validate OOM score adjustments once the node is setup guaranteed container's oom-score-adj should be -998 kargakis 1 node
Kubelet Container Manager Validate OOM score adjustments once the node is setup Kubelet's oom-score-adj should be -999 kargakis 1 node
277 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
278 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
Kubelet experimental resource usage tracking resource tracking for * pods per node yujuhong 0 node
kubelet host cleanup with volume mounts Host cleanup after disrupting NFS volume * yujuhong 0 node
KubeletManagedEtcHosts should test kubelet managed /etc/hosts file Random-Liu 1 node
Kubelet regular resource usage tracking resource tracking for * pods per node yujuhong 0 node
279 Kubelet Volume Manager Volume Manager On terminatation of pod with memory backed volume should remove the volume from the node rkouj 0 node
280 Kubelet experimental resource usage tracking resource tracking for * pods per node yujuhong 0 node
281 Kubelet regular resource usage tracking resource tracking for * pods per node yujuhong 0 node
282 Kubelet when scheduling a busybox command in a pod it should print the output to logs ixdy 1 node
283 Kubelet when scheduling a busybox command that always fails in a pod should be possible to delete smarterclayton 1 node
284 Kubelet when scheduling a busybox command that always fails in a pod should have an error terminated reason deads2k 1 node
285 Kubelet when scheduling a read only busybox container it should not write to root filesystem timothysc 1 node
286 KubeletManagedEtcHosts should test kubelet managed /etc/hosts file Random-Liu 1 node
287 Kubernetes Dashboard should check that the kubernetes-dashboard instance is alive wonderfly 0 ui
288 LimitRange should create a LimitRange with defaults and ensure pod has those defaults applied. cjcullen 1 node
289 Liveness liveness pods should be automatically restarted derekwaynecarr 0 node
Loadbalancing: L7 GCE shoud create ingress with given static-ip derekwaynecarr 0 network
Loadbalancing: L7 GCE should conform to Ingress spec derekwaynecarr 0 network
Loadbalancing: L7 Nginx should conform to Ingress spec ncdc 1 network
290 Load capacity should be able to handle * pods per node * with * secrets and * daemons rkouj 0 network
291 Loadbalancing: L7 GCE should conform to Ingress spec derekwaynecarr 0 network
292 Loadbalancing: L7 GCE should create ingress with given static-ip eparis 1
293 Loadbalancing: L7 Nginx should conform to Ingress spec ncdc 1 network
294 Logging soak should survive logging 1KB every * seconds, for a duration of *, scaling up to * pods per node justinsb 1 node
295 MemoryEviction when there is memory pressure should evict pods in the correct order (besteffort first, then burstable, then guaranteed) ixdy 1 node
296 Mesos applies slave attributes as labels justinsb 1 apps
297 Mesos schedules pods annotated with roles on correct slaves timstclair 1 apps
298 Mesos starts static pods on every node in the mesos cluster lavalamp 1 apps
299 MetricsGrabber should grab all metrics from API server. gmarek 0 instrumentation
300 MetricsGrabber should grab all metrics from a ControllerManager. gmarek 0 instrumentation
301 MetricsGrabber should grab all metrics from a Kubelet. gmarek 0 instrumentation
MetricsGrabber should grab all metrics from API server. gmarek 0 instrumentation
302 MetricsGrabber should grab all metrics from a Scheduler. gmarek 0 instrumentation
303 MirrorPod when create a mirror pod should be recreated when mirror pod forcibly deleted roberthbailey 1 node
304 MirrorPod when create a mirror pod should be recreated when mirror pod gracefully deleted justinsb 1 node
310 Namespaces should delete fast enough (90 percent of 100 namespaces in 150 seconds) kevin-wangzefeng 1 api-machinery
311 Namespaces should ensure that all pods are removed when a namespace is deleted. xiang90 1 api-machinery
312 Namespaces should ensure that all services are removed when a namespace is deleted. pmorie 1 api-machinery
313 Network Partition * foxish 0 network
314 Network Partition Pods should return to running and ready state after network partition is healed * foxish 0 network
315 Network Partition should come back up if node goes down foxish 0 network
316 Network Partition should create new pods when node is partitioned foxish 0 network
317 Network Partition should eagerly create replacement pod during network partition when termination grace is non-zero foxish 0 network
318 Network Partition should not reschedule stateful pods if there is a network partition brendandburns 0 network
319 Network should set TCP CLOSE_WAIT timeout bowei 0 network
320 Networking Granular Checks: Pods should function for intra-pod communication: http stts 0 network
321 Networking Granular Checks: Pods should function for intra-pod communication: udp freehan 0 network
322 Networking Granular Checks: Pods should function for node-pod communication: http spxtr 1 network
335 Networking should check kube-proxy urls lavalamp 1 network
336 Networking should provide Internet connection for containers sttts 0 network
337 Networking should provide unchanging, static URL paths for kubernetes api services freehan 0 network
Network Partition * foxish 0 network
Network Partition Pods should return to running and ready state after network partition is healed * foxish 0 network
Network Partition should come back up if node goes down foxish 0 network
Network Partition should create new pods when node is partitioned foxish 0 network
Network Partition should eagerly create replacement pod during network partition when termination grace is non-zero foxish 0 network
Network Partition should not reschedule stateful pods if there is a network partition brendandburns 0 network
Network should set TCP CLOSE_WAIT timeout bowei 0 network
NodeOutOfDisk runs out of disk space vishh 0 node
NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors Random-Liu 0 node
Nodes Resize should be able to add nodes piosz 1 cluster-lifecycle
Nodes Resize should be able to delete nodes zmerlynn 1 cluster-lifecycle
338 NoExecuteTaintManager doesn't evict pod with tolerations from tainted nodes freehan 0 scheduling
339 NoExecuteTaintManager eventually evict pod with finite tolerations from tainted nodes freehan 0 scheduling
340 NoExecuteTaintManager evicts pods from tainted nodes freehan 0 scheduling
341 NoExecuteTaintManager removing taint cancels eviction freehan 0 scheduling
342 NodeOutOfDisk runs out of disk space vishh 0 node
343 NodeProblemDetector KernelMonitor should generate node condition and events for corresponding errors Random-Liu 0 node
344 Nodes Resize should be able to add nodes piosz 1 cluster-lifecycle
345 Nodes Resize should be able to delete nodes zmerlynn 1 cluster-lifecycle
346 Opaque resources should account opaque integer resources in pods with multiple containers. ConnorDoyle 0 node
347 Opaque resources should not break pods that do not consume opaque integer resources. ConnorDoyle 0 node
348 Opaque resources should not schedule pods that exceed the available amount of opaque integer resource. ConnorDoyle 0 node
349 Opaque resources should schedule pods that do consume opaque integer resources. ConnorDoyle 0 node
PersistentVolumes persistentvolumereclaim:vsphere should delete persistent volume when reclaimPolicy set to delete and associated claim is deleted copejon 0 storage
PersistentVolumes persistentvolumereclaim:vsphere should retain persistent volume when reclaimPolicy set to retain when associated claim is deleted copejon 0 storage
350 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
351 PersistentVolumes PersistentVolumes:GCEPD should test that deleting the Namespace of a PVC and Pod causes the successful detach of Persistent Disk thockin 1 storage
352 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
353 PersistentVolumes PersistentVolumes:NFS with multiple PVs and PVCs all in same ns should create 2 PVs and 4 PVCs: test write access PersistentVolumes PersistentVolumes:NFS when invoking the Recycle reclaim policy should test that a PV becomes Available and is clean after the PVC is deleted. copejon lavalamp 0 1 storage
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
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
354 PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PV and a pre-bound PVC: test write access copejon 0 storage
355 PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and a pre-bound PV: test write access copejon 0 storage
356 PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs create a PVC and non-pre-bound PV: test write access copejon 0 storage
357 PersistentVolumes PersistentVolumes:NFS with Single PV - PVC pairs should create a non-pre-bound PV and PVC: test write access copejon 0 storage
358 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
359 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
360 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
361 PersistentVolumes Selector-Label Volume Binding:vsphere should bind volume with claim for given label copejon 0 storage
362 PersistentVolumes persistentvolumereclaim:vsphere should delete persistent volume when reclaimPolicy set to delete and associated claim is deleted copejon 0 storage
363 PersistentVolumes persistentvolumereclaim:vsphere should retain persistent volume when reclaimPolicy set to retain when associated claim is deleted copejon 0 storage
364 PersistentVolumes when kubelet restarts * rkouj 0 storage
365 PersistentVolumes:vsphere should test that deleting a PVC before the pod does not cause pod deletion to fail on PD detach rkouj 0 storage
366 PersistentVolumes:vsphere should test that deleting the PV before the pod does not cause pod deletion to fail on PD detach rkouj 0 storage
PersistentVolumes when kubelet restarts * rkouj 0 storage
367 Pet Store should scale to persist a nominal number ( * ) of transactions in * seconds xiang90 1 apps
368 Pod Disks Should schedule a pod w/ a RW PD, gracefully remove it, then schedule it on another host saad-ali 0 storage
369 Pod Disks Should schedule a pod w/ a readonly PD on two hosts, then remove both gracefully. saad-ali 0 storage
370 Pod Disks should be able to detach from a node which was deleted rkouj 0 storage
371 Pod Disks should be able to detach from a node whose api object was deleted rkouj 0 storage
Pod Disks Should schedule a pod w/ a readonly PD on two hosts, then remove both gracefully. saad-ali 0 storage
Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. saad-ali 1 storage
Pod Disks Should schedule a pod w/ a RW PD, gracefully remove it, then schedule it on another host saad-ali 0 storage
372 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
373 Pod Disks should schedule a pod w/ a RW PD, ungracefully remove it, then schedule it on another host mml 1 storage
374 Pod Disks should schedule a pod w/ a readonly PD on two hosts, then remove both ungracefully. saad-ali 1 storage
375 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
376 Pod garbage collector should handle the creation of 1000 pods wojtek-t 1 node
377 Pods Extended Delete Grace Period should be submitted and removed rkouj 0 node
395 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
396 PreStop should call prestop when killing a pod ncdc 1 node
397 PrivilegedPod should enable privileged commands derekwaynecarr 0 node
398 Probing container should *not* be restarted with a /healthz http liveness probe Random-Liu 0 node
399 Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probe Random-Liu 0 node
400 Probing container should be restarted with a /healthz http liveness probe Random-Liu 0 node
401 Probing container should be restarted with a docker exec liveness probe with timeout timstclair 0 node
402 Probing container should be restarted with a exec "cat /tmp/health" liveness probe Random-Liu 0 node
Probing container should be restarted with a /healthz http liveness probe Random-Liu 0 node
403 Probing container should have monotonically increasing restart count Random-Liu 0 node
Probing container should *not* be restarted with a exec "cat /tmp/health" liveness probe Random-Liu 0 node
Probing container should *not* be restarted with a /healthz http liveness probe Random-Liu 0 node
404 Probing container with readiness probe should not be ready before initial delay and never restart Random-Liu 0 node
405 Probing container with readiness probe that fails should never be ready and never restart Random-Liu 0 node
406 Projected optional updates should be reflected in volume pmorie 1 storage
407 Projected should be able to mount in a volume regardless of a different secret existing with same name in different namespace Q-Lee 1
408 Projected should be consumable from pods in volume yujuhong 1 storage
409 Projected should be consumable from pods in volume as non-root fabioy 1 storage
410 Projected should be consumable from pods in volume as non-root with FSGroup timothysc 1 storage
411 Projected should be consumable from pods in volume as non-root with defaultMode and fsGroup set xiang90 1 storage
412 Projected should be consumable from pods in volume with defaultMode set piosz 1 storage
413 Projected should be consumable from pods in volume with mappings lavalamp 1 storage
414 Projected should be consumable from pods in volume with mappings and Item Mode set dchen1107 1 storage
415 Projected should be consumable from pods in volume with mappings and Item mode set kevin-wangzefeng 1 storage
416 Projected should be consumable from pods in volume with mappings as non-root roberthbailey 1 storage
417 Projected should be consumable from pods in volume with mappings as non-root with FSGroup ixdy 1 storage
418 Projected should be consumable in multiple volumes in a pod ixdy 1 storage
419 Projected should be consumable in multiple volumes in the same pod luxas 1 storage
420 Projected should project all components that make up the projection API fabioy 1 storage
421 Projected should provide container's cpu limit justinsb 1 storage
422 Projected should provide container's cpu request smarterclayton 1 storage
423 Projected should provide container's memory limit cjcullen 1 storage
424 Projected should provide container's memory request spxtr 1 storage
425 Projected should provide node allocatable (cpu) as default cpu limit if the limit is not set zmerlynn 1 storage
426 Projected should provide node allocatable (memory) as default memory limit if the limit is not set mikedanese 1 storage
427 Projected should provide podname as non-root with fsgroup fabioy 1 storage
428 Projected should provide podname as non-root with fsgroup and defaultMode gmarek 1 storage
429 Projected should provide podname only vishh 1 storage
430 Projected should set DefaultMode on files timstclair 1 storage
431 Projected should set mode on item file gmarek 1 storage
432 Projected should update annotations on modification janetkuo 1 storage
433 Projected should update labels on modification xiang90 1 storage
434 Projected updates should be reflected in volume yujuhong 1 storage
435 Proxy * should proxy logs on node rrati 0 node
436 Proxy * should proxy logs on node using proxy subresource rrati 0 node
437 Proxy * should proxy logs on node with explicit kubelet port ixdy 1 node
453 ReplicationController should serve a basic image on each replica with a public image krousey 1 apps
454 ReplicationController should surface a failure condition on a common issue like exceeded quota kargakis 0 apps
455 Rescheduler should ensure that critical pod is scheduled in case there is no resources available mtaufen 1 apps
456 Resource-usage regular resource usage tracking resource tracking for * pods per node janetkuo 1
457 ResourceQuota should create a ResourceQuota and capture the life of a configMap. timstclair 1 api-machinery
ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. bgrant0607 1 api-machinery
458 ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. derekwaynecarr 0 api-machinery
459 ResourceQuota should create a ResourceQuota and capture the life of a persistent volume claim. bgrant0607 1 api-machinery
460 ResourceQuota should create a ResourceQuota and capture the life of a pod. pmorie 1 api-machinery
461 ResourceQuota should create a ResourceQuota and capture the life of a replication controller. rrati 0 api-machinery
462 ResourceQuota should create a ResourceQuota and capture the life of a secret. ncdc 1 api-machinery
464 ResourceQuota should create a ResourceQuota and ensure its status is promptly calculated. krousey 1 api-machinery
465 ResourceQuota should verify ResourceQuota with best effort scope. mml 1 api-machinery
466 ResourceQuota should verify ResourceQuota with terminating scopes. ncdc 1 api-machinery
Resource-usage regular resource usage tracking resource tracking for * pods per node janetkuo 1
467 Restart Docker Daemon Network should recover from ip leak bprashanth 0 node
468 Restart should restart all nodes and ensure all nodes and pods recover rrati 0 node
469 RethinkDB should create and stop rethinkdb servers mwielgus 1 apps
470 SSH should SSH to all nodes and run commands quinton-hoole 0
471 SchedulerPredicates validates MaxPods limit number of pods that are allowed to run gmarek 0 scheduling
472 SchedulerPredicates validates resource limits of pods that are allowed to run gmarek 0 scheduling
473 SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching deads2k rrati 1 0 scheduling
SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalid smarterclayton 1 scheduling
SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work rrati 0 scheduling
474 SchedulerPredicates validates that InterPod Affinity and AntiAffinity is respected if matching yifan-gu 1 scheduling
475 SchedulerPredicates validates that InterPodAffinity is respected if matching kevin-wangzefeng 1 scheduling
476 SchedulerPredicates validates that InterPodAffinity is respected if matching with multiple Affinities caesarxuchao 1 scheduling
SchedulerPredicates validates that Inter-pod-Affinity is respected if not matching rrati 0 scheduling
477 SchedulerPredicates validates that InterPodAntiAffinity is respected if matching 2 sttts 0 scheduling
478 SchedulerPredicates validates that NodeAffinity is respected if not matching fgrzadkowski 0 scheduling
479 SchedulerPredicates validates that NodeSelector is respected if matching gmarek 0 scheduling
480 SchedulerPredicates validates that NodeSelector is respected if not matching gmarek 0 scheduling
481 SchedulerPredicates validates that a pod with an invalid NodeAffinity is rejected deads2k 1 scheduling
482 SchedulerPredicates validates that a pod with an invalid podAffinity is rejected because of the LabelSelectorRequirement is invalid smarterclayton 1 scheduling
483 SchedulerPredicates validates that embedding the JSON PodAffinity and PodAntiAffinity setting as a string in the annotation value work rrati 0 scheduling
484 SchedulerPredicates validates that required NodeAffinity setting is respected if matching mml 1 scheduling
485 SchedulerPredicates validates that taints-tolerations is respected if matching jlowdermilk 1 scheduling
486 SchedulerPredicates validates that taints-tolerations is respected if not matching derekwaynecarr 1 scheduling
488 Secrets optional updates should be reflected in volume justinsb 1 apps
489 Secrets should be able to mount in a volume regardless of a different secret existing with same name in different namespace rkouj 0 apps
490 Secrets should be consumable from pods in env vars mml 1 apps
Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set rrati 0 apps
491 Secrets should be consumable from pods in volume rrati 0 apps
492 Secrets should be consumable from pods in volume as non-root with defaultMode and fsGroup set rrati 0 apps
493 Secrets should be consumable from pods in volume with defaultMode set derekwaynecarr 1 apps
Secrets should be consumable from pods in volume with mappings and Item Mode set quinton-hoole 1 apps
494 Secrets should be consumable from pods in volume with mappings jbeda 1 apps
495 Secrets should be consumable from pods in volume with mappings and Item Mode set quinton-hoole 1 apps
496 Secrets should be consumable in multiple volumes in a pod alex-mohr 1 apps
497 Secrets should be consumable via the environment ixdy 1 apps
498 Security Context should support container.SecurityContext.RunAsUser alex-mohr 1 apps
505 Security Context should support volume SELinux relabeling thockin 1 apps
506 Security Context should support volume SELinux relabeling when using hostIPC alex-mohr 1 apps
507 Security Context should support volume SELinux relabeling when using hostPID dchen1107 1 apps
508 Service endpoints latency should not be very high cjcullen 1 network
509 ServiceAccounts should allow opting out of API token automount bgrant0607 1
510 ServiceAccounts should ensure a single API token exists liggitt 0 network
511 ServiceAccounts should mount an API token into pods liggitt 0 network
Service endpoints latency should not be very high cjcullen 1 network
512 ServiceLoadBalancer should support simple GET on Ingress ips bprashanth 0 network
513 Services should be able to change the type and ports of a service bprashanth 0 network
514 Services should be able to create a functioning NodePort service bprashanth 0 network
527 Services should work after restarting kube-proxy bprashanth 0 network
528 SimpleMount should be able to mount an emptydir on a container rrati 0 node
529 Spark should start spark master, driver and workers jszczepkowski 1 apps
SSH should SSH to all nodes and run commands quinton-hoole 0
530 Staging client repo client should create pods, delete pods, watch pods jbeda 1 api-machinery
531 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
532 StatefulSet Basic StatefulSet functionality Scaling should happen in predictable order and halt if any stateful pod is unhealthy derekwaynecarr 0 apps
533 StatefulSet Basic StatefulSet functionality Should recreate evicted statefulset rrati 0 apps
534 StatefulSet Basic StatefulSet functionality should allow template updates rkouj 0 apps
535 StatefulSet Basic StatefulSet functionality should not deadlock when a pod's predecessor fails rkouj 0 apps
536 StatefulSet Basic StatefulSet functionality should provide basic identity bprashanth 1 apps
StatefulSet Basic StatefulSet functionality Should recreate evicted statefulset rrati 0 apps
537 StatefulSet Deploy clustered applications should creating a working CockroachDB cluster rkouj 0 apps
538 StatefulSet Deploy clustered applications should creating a working mysql cluster yujuhong 1 apps
539 StatefulSet Deploy clustered applications should creating a working redis cluster yifan-gu 1 apps
551 Variable Expansion should allow composing env vars into new env vars derekwaynecarr 0 node
552 Variable Expansion should allow substituting values in a container's args dchen1107 1 node
553 Variable Expansion should allow substituting values in a container's command mml 1 node
554 Volume Disk Format verify disk format type - eagerzeroedthick is honored for dynamically provisioned pv using storageclass piosz 1
555 Volume Disk Format verify disk format type - thin is honored for dynamically provisioned pv using storageclass alex-mohr 1
556 Volume Disk Format verify disk format type - zeroedthick is honored for dynamically provisioned pv using storageclass jlowdermilk 1
557 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
558 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
Volumes CephFS should be mountable Q-Lee 1 storage
559 Volumes Ceph RBD should be mountable fabioy 1 storage
560 Volumes CephFS should be mountable Q-Lee 1 storage
561 Volumes Cinder should be mountable cjcullen 1 storage
562 Volumes ConfigMap should be mountable rkouj 0 storage
563 Volumes GlusterFS should be mountable eparis 1 storage
Volumes iSCSI should be mountable jsafrane 1 storage
564 Volumes NFS should be mountable rrati 0 storage
565 Volumes PD should be mountable caesarxuchao 1 storage
566 Volumes iSCSI should be mountable jsafrane 1 storage
567 Volumes vsphere should be mountable jsafrane 0 storage
when we run containers that should cause * should eventually see *, and then evict all of the correct pods Random-Liu 0 node
568 k8s.io/kubernetes/cmd/genutils rmmh 1
569 k8s.io/kubernetes/cmd/hyperkube jbeda 0
570 k8s.io/kubernetes/cmd/kube-apiserver/app/options nikhiljindal 0
571 k8s.io/kubernetes/cmd/kube-controller-manager/app dchen1107 1
572 k8s.io/kubernetes/cmd/kube-discovery/app pmorie 1
573 k8s.io/kubernetes/cmd/kube-proxy/app luxas 1
574 k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/install ixdy 1
575 k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/validation caesarxuchao 1
576 k8s.io/kubernetes/cmd/kubeadm/app/cmd caesarxuchao 1
577 k8s.io/kubernetes/cmd/kubeadm/app/discovery brendandburns 0
579 k8s.io/kubernetes/cmd/kubeadm/app/master apprenda 0
580 k8s.io/kubernetes/cmd/kubeadm/app/node apprenda 0
581 k8s.io/kubernetes/cmd/kubeadm/app/phases/addons rkouj 0
k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil ixdy 1
582 k8s.io/kubernetes/cmd/kubeadm/app/phases/certs rkouj 0
583 k8s.io/kubernetes/cmd/kubeadm/app/phases/kubeconfig k8s.io/kubernetes/cmd/kubeadm/app/phases/certs/pkiutil rkouj ixdy 0 1
584 k8s.io/kubernetes/cmd/kubeadm/app/phases/token pmorie 1
585 k8s.io/kubernetes/cmd/kubeadm/app/preflight apprenda 0
586 k8s.io/kubernetes/cmd/kubeadm/app/util krousey 1
587 k8s.io/kubernetes/cmd/kubeadm/app/util/kubeconfig apelisse 1
588 k8s.io/kubernetes/cmd/kubeadm/app/util/token sttts 1
589 k8s.io/kubernetes/cmd/kubeadm/test/cmd krousey 0
k8s.io/kubernetes/cmd/kube-aggregator/pkg/apiserver brendandburns 0
k8s.io/kubernetes/cmd/kube-apiserver/app/options nikhiljindal 0
k8s.io/kubernetes/cmd/kube-controller-manager/app dchen1107 1
k8s.io/kubernetes/cmd/kube-discovery/app pmorie 1
590 k8s.io/kubernetes/cmd/kubelet/app derekwaynecarr 0
k8s.io/kubernetes/cmd/kube-proxy/app luxas 1
591 k8s.io/kubernetes/cmd/libs/go2idl/client-gen/types caesarxuchao 0
592 k8s.io/kubernetes/cmd/libs/go2idl/go-to-protobuf/protobuf smarterclayton 0
593 k8s.io/kubernetes/cmd/libs/go2idl/openapi-gen/generators davidopp 1
596 k8s.io/kubernetes/federation/apis/federation/install nikhiljindal 0
597 k8s.io/kubernetes/federation/apis/federation/validation nikhiljindal 0
598 k8s.io/kubernetes/federation/cmd/federation-controller-manager/app kzwang 0
599 k8s.io/kubernetes/federation/pkg/dnsprovider sttts 1
600 k8s.io/kubernetes/federation/pkg/dnsprovider/providers/aws/route53 cjcullen 1
601 k8s.io/kubernetes/federation/pkg/dnsprovider/providers/coredns brendandburns 0
602 k8s.io/kubernetes/federation/pkg/dnsprovider/providers/google/clouddns madhusudancs 1
k8s.io/kubernetes/federation/pkg/dnsprovider sttts 1
603 k8s.io/kubernetes/federation/pkg/federation-controller/cluster nikhiljindal 0
604 k8s.io/kubernetes/federation/pkg/federation-controller/configmap mwielgus 0
605 k8s.io/kubernetes/federation/pkg/federation-controller/daemonset childsb 1
613 k8s.io/kubernetes/federation/pkg/federation-controller/util/eventsink luxas 1
614 k8s.io/kubernetes/federation/pkg/federation-controller/util/planner Q-Lee 1
615 k8s.io/kubernetes/federation/pkg/federation-controller/util/podanalyzer caesarxuchao 1
k8s.io/kubernetes/federation/pkg/kubefed/init madhusudancs 0
616 k8s.io/kubernetes/federation/pkg/kubefed madhusudancs 0
617 k8s.io/kubernetes/federation/registry/cluster/etcd k8s.io/kubernetes/federation/pkg/kubefed/init nikhiljindal madhusudancs 0
618 k8s.io/kubernetes/federation/registry/cluster nikhiljindal 0
619 k8s.io/kubernetes/hack/cmd/teststale k8s.io/kubernetes/federation/registry/cluster/etcd thockin nikhiljindal 1 0
620 k8s.io/kubernetes/hack thockin 1
621 k8s.io/kubernetes/hack/cmd/teststale thockin 1
622 k8s.io/kubernetes/pkg/api Q-Lee 1
623 k8s.io/kubernetes/pkg/api/endpoints cjcullen 1
624 k8s.io/kubernetes/pkg/api/events jlowdermilk 1
625 k8s.io/kubernetes/pkg/api/install timothysc 1
626 k8s.io/kubernetes/pkg/api/service spxtr 1
627 k8s.io/kubernetes/pkg/api/testapi caesarxuchao 1
628 k8s.io/kubernetes/pkg/api/util rkouj 0
629 k8s.io/kubernetes/pkg/api/v1 rkouj 0
630 k8s.io/kubernetes/pkg/api/v1/endpoints rkouj 0
631 k8s.io/kubernetes/pkg/api/v1/pod rkouj 0
632 k8s.io/kubernetes/pkg/api/v1/service rkouj 0
633 k8s.io/kubernetes/pkg/api/validation smarterclayton 1
634 k8s.io/kubernetes/pkg/apimachinery/tests rkouj 0
k8s.io/kubernetes/pkg/api Q-Lee 1
635 k8s.io/kubernetes/pkg/apis/abac/v0 liggitt 0
636 k8s.io/kubernetes/pkg/apis/abac/v1beta1 liggitt 0
637 k8s.io/kubernetes/pkg/apis/apps/validation derekwaynecarr 1
642 k8s.io/kubernetes/pkg/apis/batch/v2alpha1 jlowdermilk 1
643 k8s.io/kubernetes/pkg/apis/batch/validation erictune 0
644 k8s.io/kubernetes/pkg/apis/componentconfig jbeda 1
k8s.io/kubernetes/pkg/api/service spxtr 1
645 k8s.io/kubernetes/pkg/apis/extensions bgrant0607 1
646 k8s.io/kubernetes/pkg/apis/extensions/v1beta1 madhusudancs 1
647 k8s.io/kubernetes/pkg/apis/extensions/validation nikhiljindal 1
649 k8s.io/kubernetes/pkg/apis/rbac/v1alpha1 liggitt 0
650 k8s.io/kubernetes/pkg/apis/rbac/validation erictune 0
651 k8s.io/kubernetes/pkg/apis/storage/validation caesarxuchao 1
k8s.io/kubernetes/pkg/api/testapi caesarxuchao 1
k8s.io/kubernetes/pkg/api/util rkouj 0
k8s.io/kubernetes/pkg/api/v1/endpoints rkouj 0
k8s.io/kubernetes/pkg/api/v1/pod rkouj 0
k8s.io/kubernetes/pkg/api/v1 rkouj 0
k8s.io/kubernetes/pkg/api/v1/service rkouj 0
k8s.io/kubernetes/pkg/api/validation smarterclayton 1
652 k8s.io/kubernetes/pkg/auth/authorizer/abac liggitt 0
653 k8s.io/kubernetes/pkg/client/chaosclient deads2k 1
654 k8s.io/kubernetes/pkg/client/leaderelection xiang90 1
670 k8s.io/kubernetes/pkg/cloudprovider/providers/photon luomiao 0
671 k8s.io/kubernetes/pkg/cloudprovider/providers/rackspace caesarxuchao 1
672 k8s.io/kubernetes/pkg/cloudprovider/providers/vsphere apelisse 1
673 k8s.io/kubernetes/pkg/controller mikedanese 1
674 k8s.io/kubernetes/pkg/controller/bootstrap mikedanese 0
675 k8s.io/kubernetes/pkg/controller/certificates rkouj 0
676 k8s.io/kubernetes/pkg/controller/cloud rkouj 0
680 k8s.io/kubernetes/pkg/controller/deployment/util saad-ali 1
681 k8s.io/kubernetes/pkg/controller/disruption fabioy 1
682 k8s.io/kubernetes/pkg/controller/endpoint mwielgus 1
k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly cjcullen 1
683 k8s.io/kubernetes/pkg/controller/garbagecollector rmmh 1
684 k8s.io/kubernetes/pkg/controller/garbagecollector/metaonly cjcullen 1
685 k8s.io/kubernetes/pkg/controller/job soltysh 1
k8s.io/kubernetes/pkg/controller mikedanese 1
686 k8s.io/kubernetes/pkg/controller/namespace/deletion nikhiljindal 1
687 k8s.io/kubernetes/pkg/controller/node gmarek 0
k8s.io/kubernetes/pkg/controller/podautoscaler/metrics piosz 0
688 k8s.io/kubernetes/pkg/controller/podautoscaler piosz 0
689 k8s.io/kubernetes/pkg/controller/podautoscaler/metrics piosz 0
690 k8s.io/kubernetes/pkg/controller/podgc rrati 0
691 k8s.io/kubernetes/pkg/controller/replicaset fgrzadkowski 0
692 k8s.io/kubernetes/pkg/controller/replication fgrzadkowski 0
693 k8s.io/kubernetes/pkg/controller/resourcequota rrati 0
694 k8s.io/kubernetes/pkg/controller/route gmarek 0
k8s.io/kubernetes/pkg/controller/serviceaccount liggitt 0
695 k8s.io/kubernetes/pkg/controller/service asalkeld 0
696 k8s.io/kubernetes/pkg/controller/serviceaccount liggitt 0
697 k8s.io/kubernetes/pkg/controller/statefulset justinsb 1
698 k8s.io/kubernetes/pkg/controller/ttl wojtek-t 1
k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache rrati 0
699 k8s.io/kubernetes/pkg/controller/volume/attachdetach luxas 1
700 k8s.io/kubernetes/pkg/controller/volume/attachdetach/cache rrati 0
701 k8s.io/kubernetes/pkg/controller/volume/attachdetach/reconciler jsafrane 1
702 k8s.io/kubernetes/pkg/controller/volume/persistentvolume jsafrane 0
703 k8s.io/kubernetes/pkg/controller/volume/persistentvolume/testing k8s.io/kubernetes/pkg/credentialprovider ixdy justinsb 1
704 k8s.io/kubernetes/pkg/credentialprovider/aws zmerlynn 1
705 k8s.io/kubernetes/pkg/credentialprovider/azure brendandburns 0
706 k8s.io/kubernetes/pkg/credentialprovider/gcp mml 1
k8s.io/kubernetes/pkg/credentialprovider justinsb 1
707 k8s.io/kubernetes/pkg/fieldpath childsb 1
708 k8s.io/kubernetes/pkg/kubeapiserver piosz 1
709 k8s.io/kubernetes/pkg/kubeapiserver/admission rkouj 0
710 k8s.io/kubernetes/pkg/kubeapiserver/authorizer rkouj 0
711 k8s.io/kubernetes/pkg/kubeapiserver/options thockin 1
712 k8s.io/kubernetes/pkg/kubeapiserver k8s.io/kubernetes/pkg/kubectl piosz madhusudancs 1
k8s.io/kubernetes/pkg/kubectl/cmd/config asalkeld 0
713 k8s.io/kubernetes/pkg/kubectl/cmd rmmh 1
714 k8s.io/kubernetes/pkg/kubectl/cmd/config asalkeld 0
715 k8s.io/kubernetes/pkg/kubectl/cmd/set erictune 1
716 k8s.io/kubernetes/pkg/kubectl/cmd/util asalkeld 0
717 k8s.io/kubernetes/pkg/kubectl/cmd/util/editor rrati 0
k8s.io/kubernetes/pkg/kubectl madhusudancs 1
718 k8s.io/kubernetes/pkg/kubectl/resource caesarxuchao 1
719 k8s.io/kubernetes/pkg/kubelet vishh 0
720 k8s.io/kubernetes/pkg/kubelet/cadvisor sttts 1
721 k8s.io/kubernetes/pkg/kubelet/certificate mikedanese 1
722 k8s.io/kubernetes/pkg/kubelet/client timstclair 1
723 k8s.io/kubernetes/pkg/kubelet/cm vishh 0
724 k8s.io/kubernetes/pkg/kubelet/config mikedanese 1
733 k8s.io/kubernetes/pkg/kubelet/kuberuntime yifan-gu 1
734 k8s.io/kubernetes/pkg/kubelet/lifecycle yujuhong 1
735 k8s.io/kubernetes/pkg/kubelet/network/cni freehan 0
k8s.io/kubernetes/pkg/kubelet/network freehan 0
736 k8s.io/kubernetes/pkg/kubelet/network/hairpin freehan 0
737 k8s.io/kubernetes/pkg/kubelet/network/hostport erictune 1
738 k8s.io/kubernetes/pkg/kubelet/network/kubenet freehan 0
739 k8s.io/kubernetes/pkg/kubelet/network/testing spxtr 1
740 k8s.io/kubernetes/pkg/kubelet/pleg yujuhong 0
741 k8s.io/kubernetes/pkg/kubelet/pod alex-mohr 1
742 k8s.io/kubernetes/pkg/kubelet/prober alex-mohr 1
745 k8s.io/kubernetes/pkg/kubelet/rkt apelisse 1
746 k8s.io/kubernetes/pkg/kubelet/rktshim mml 1
747 k8s.io/kubernetes/pkg/kubelet/secret kevin-wangzefeng 1
748 k8s.io/kubernetes/pkg/kubelet/server timstclair 0
749 k8s.io/kubernetes/pkg/kubelet/server/portforward rkouj 0
750 k8s.io/kubernetes/pkg/kubelet/server/stats timstclair 0
751 k8s.io/kubernetes/pkg/kubelet/server/streaming caesarxuchao 1
k8s.io/kubernetes/pkg/kubelet/server timstclair 0
752 k8s.io/kubernetes/pkg/kubelet/status mwielgus 1
753 k8s.io/kubernetes/pkg/kubelet/sysctl piosz 1
754 k8s.io/kubernetes/pkg/kubelet/types jlowdermilk 1
755 k8s.io/kubernetes/pkg/kubelet/util/cache timothysc 1
756 k8s.io/kubernetes/pkg/kubelet/util/csr apelisse 1
757 k8s.io/kubernetes/pkg/kubelet/util/format ncdc 1
758 k8s.io/kubernetes/pkg/kubelet/util/queue yujuhong 0
759 k8s.io/kubernetes/pkg/kubelet k8s.io/kubernetes/pkg/kubelet/volumemanager vishh rrati 0
760 k8s.io/kubernetes/pkg/kubelet/volumemanager/cache janetkuo 1
761 k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler timstclair 1
k8s.io/kubernetes/pkg/kubelet/volumemanager rrati 0
762 k8s.io/kubernetes/pkg/master fabioy 1
763 k8s.io/kubernetes/pkg/master/tunneler jsafrane 1
764 k8s.io/kubernetes/pkg/probe/exec bgrant0607 1
769 k8s.io/kubernetes/pkg/proxy/iptables freehan 0
770 k8s.io/kubernetes/pkg/proxy/userspace luxas 1
771 k8s.io/kubernetes/pkg/proxy/winuserspace jbhurat 0
k8s.io/kubernetes/pkg/quota/evaluator/core yifan-gu 1
772 k8s.io/kubernetes/pkg/quota sttts 1
773 k8s.io/kubernetes/pkg/quota/evaluator/core yifan-gu 1
774 k8s.io/kubernetes/pkg/registry/apps/petset kevin-wangzefeng 1
775 k8s.io/kubernetes/pkg/registry/apps/petset/storage jlowdermilk 1
776 k8s.io/kubernetes/pkg/registry/authorization/subjectaccessreview liggitt 1
789 k8s.io/kubernetes/pkg/registry/core/endpoint/storage wojtek-t 1
790 k8s.io/kubernetes/pkg/registry/core/event ixdy 1
791 k8s.io/kubernetes/pkg/registry/core/event/storage thockin 1
k8s.io/kubernetes/pkg/registry/core/limitrange/storage spxtr 1
792 k8s.io/kubernetes/pkg/registry/core/limitrange yifan-gu 1
793 k8s.io/kubernetes/pkg/registry/core/limitrange/storage spxtr 1
794 k8s.io/kubernetes/pkg/registry/core/namespace quinton-hoole 1
795 k8s.io/kubernetes/pkg/registry/core/namespace/storage jsafrane 1
796 k8s.io/kubernetes/pkg/registry/core/node rmmh 1
797 k8s.io/kubernetes/pkg/registry/core/node/storage spxtr 1
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim bgrant0607 1
k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage cjcullen 1
798 k8s.io/kubernetes/pkg/registry/core/persistentvolume lavalamp 1
799 k8s.io/kubernetes/pkg/registry/core/persistentvolume/storage alex-mohr 1
800 k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim bgrant0607 1
801 k8s.io/kubernetes/pkg/registry/core/persistentvolumeclaim/storage cjcullen 1
802 k8s.io/kubernetes/pkg/registry/core/pod Random-Liu 1
803 k8s.io/kubernetes/pkg/registry/core/pod/rest jsafrane 1
804 k8s.io/kubernetes/pkg/registry/core/pod/storage wojtek-t 1
k8s.io/kubernetes/pkg/registry/core/podtemplate/storage spxtr 1
805 k8s.io/kubernetes/pkg/registry/core/podtemplate thockin 1
806 k8s.io/kubernetes/pkg/registry/core/podtemplate/storage spxtr 1
807 k8s.io/kubernetes/pkg/registry/core/replicationcontroller freehan 1
808 k8s.io/kubernetes/pkg/registry/core/replicationcontroller/storage liggitt 1
809 k8s.io/kubernetes/pkg/registry/core/resourcequota rrati 0
811 k8s.io/kubernetes/pkg/registry/core/rest deads2k 0
812 k8s.io/kubernetes/pkg/registry/core/secret rrati 0
813 k8s.io/kubernetes/pkg/registry/core/secret/storage childsb 1
814 k8s.io/kubernetes/pkg/registry/core/serviceaccount k8s.io/kubernetes/pkg/registry/core/service caesarxuchao madhusudancs 1
k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage smarterclayton 1
815 k8s.io/kubernetes/pkg/registry/core/service/allocator jbeda 1
816 k8s.io/kubernetes/pkg/registry/core/service/allocator/storage spxtr 1
k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller mtaufen 1
817 k8s.io/kubernetes/pkg/registry/core/service/ipallocator eparis 1
818 k8s.io/kubernetes/pkg/registry/core/service/ipallocator/controller mtaufen 1
819 k8s.io/kubernetes/pkg/registry/core/service/ipallocator/storage xiang90 1
k8s.io/kubernetes/pkg/registry/core/service madhusudancs 1
k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller rkouj 0
820 k8s.io/kubernetes/pkg/registry/core/service/portallocator rrati 0
821 k8s.io/kubernetes/pkg/registry/core/service/portallocator/controller rkouj 0
822 k8s.io/kubernetes/pkg/registry/core/service/storage cjcullen 1
823 k8s.io/kubernetes/pkg/registry/core/serviceaccount caesarxuchao 1
824 k8s.io/kubernetes/pkg/registry/core/serviceaccount/storage smarterclayton 1
825 k8s.io/kubernetes/pkg/registry/extensions/controller/storage jsafrane 1
826 k8s.io/kubernetes/pkg/registry/extensions/daemonset nikhiljindal 1
827 k8s.io/kubernetes/pkg/registry/extensions/daemonset/storage kevin-wangzefeng 1
835 k8s.io/kubernetes/pkg/registry/extensions/replicaset rrati 0
836 k8s.io/kubernetes/pkg/registry/extensions/replicaset/storage wojtek-t 1
837 k8s.io/kubernetes/pkg/registry/extensions/rest rrati 0
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage childsb 1
k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata sttts 1
838 k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource mwielgus 1
839 k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresource/storage mikedanese 1
840 k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata sttts 1
841 k8s.io/kubernetes/pkg/registry/extensions/thirdpartyresourcedata/storage childsb 1
842 k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget Q-Lee 1
843 k8s.io/kubernetes/pkg/registry/policy/poddisruptionbudget/storage dchen1107 1
844 k8s.io/kubernetes/pkg/registry/rbac/reconciliation roberthbailey 1
845 k8s.io/kubernetes/pkg/registry/rbac/validation rkouj 0
846 k8s.io/kubernetes/pkg/registry/storage/storageclass brendandburns 1
847 k8s.io/kubernetes/pkg/registry/storage/storageclass/storage wojtek-t 1
848 k8s.io/kubernetes/pkg/security/apparmor bgrant0607 1
849 k8s.io/kubernetes/pkg/securitycontext k8s.io/kubernetes/pkg/security/podsecuritypolicy erictune 1 0
850 k8s.io/kubernetes/pkg/security/podsecuritypolicy/apparmor rrati 0
851 k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities erictune 0
k8s.io/kubernetes/pkg/security/podsecuritypolicy erictune 0
852 k8s.io/kubernetes/pkg/security/podsecuritypolicy/group erictune 0
853 k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp rmmh 1
854 k8s.io/kubernetes/pkg/security/podsecuritypolicy/selinux erictune 0
855 k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctl rrati 0
856 k8s.io/kubernetes/pkg/security/podsecuritypolicy/user erictune 0
857 k8s.io/kubernetes/pkg/security/podsecuritypolicy/util erictune 0
858 k8s.io/kubernetes/pkg/securitycontext erictune 1
859 k8s.io/kubernetes/pkg/serviceaccount liggitt 0
860 k8s.io/kubernetes/pkg/ssh jbeda 1
861 k8s.io/kubernetes/pkg/util jbeda 1
862 k8s.io/kubernetes/pkg/util/async spxtr 1
863 k8s.io/kubernetes/pkg/util/bandwidth thockin 1
864 k8s.io/kubernetes/pkg/util/config jszczepkowski 1
871 k8s.io/kubernetes/pkg/util/i18n brendandburns 0
872 k8s.io/kubernetes/pkg/util/io mtaufen 1
873 k8s.io/kubernetes/pkg/util/iptables rrati 0
k8s.io/kubernetes/pkg/util jbeda 1
874 k8s.io/kubernetes/pkg/util/keymutex saad-ali 0
875 k8s.io/kubernetes/pkg/util/labels rmmh 1
876 k8s.io/kubernetes/pkg/util/limitwriter deads2k 1
888 k8s.io/kubernetes/pkg/util/term davidopp 1
889 k8s.io/kubernetes/pkg/util/threading roberthbailey 1
890 k8s.io/kubernetes/pkg/util/version danwinship 0
891 k8s.io/kubernetes/pkg/volume saad-ali 0
892 k8s.io/kubernetes/pkg/volume/aws_ebs caesarxuchao 1
893 k8s.io/kubernetes/pkg/volume/azure_dd bgrant0607 1
894 k8s.io/kubernetes/pkg/volume/azure_file maisem 1
907 k8s.io/kubernetes/pkg/volume/iscsi cjcullen 1
908 k8s.io/kubernetes/pkg/volume/nfs justinsb 1
909 k8s.io/kubernetes/pkg/volume/photon_pd luomiao 0
910 k8s.io/kubernetes/pkg/volume/projected kevin-wangzefeng 1
911 k8s.io/kubernetes/pkg/volume/quobyte yujuhong 1
912 k8s.io/kubernetes/pkg/volume/rbd piosz 1
k8s.io/kubernetes/pkg/volume saad-ali 0
913 k8s.io/kubernetes/pkg/volume/secret rmmh 1
914 k8s.io/kubernetes/pkg/volume/util saad-ali 0
915 k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations freehan 1
916 k8s.io/kubernetes/pkg/volume/util/operationexecutor rkouj 0
k8s.io/kubernetes/pkg/volume/util saad-ali 0
917 k8s.io/kubernetes/pkg/volume/vsphere_volume deads2k 1
918 k8s.io/kubernetes/plugin/cmd/kube-scheduler/app deads2k 1
919 k8s.io/kubernetes/plugin/pkg/admission/admit piosz 1
920 k8s.io/kubernetes/plugin/pkg/admission/alwayspullimages kargakis 1
921 k8s.io/kubernetes/plugin/pkg/admission/antiaffinity timothysc 1
922 k8s.io/kubernetes/plugin/pkg/admission/defaulttolerationseconds luxas 1
923 k8s.io/kubernetes/plugin/pkg/admission/deny eparis 1
924 k8s.io/kubernetes/plugin/pkg/admission/exec deads2k 1
925 k8s.io/kubernetes/plugin/pkg/admission/gc kevin-wangzefeng 1
932 k8s.io/kubernetes/plugin/pkg/admission/persistentvolume/label rrati 0
933 k8s.io/kubernetes/plugin/pkg/admission/podnodeselector ixdy 1
934 k8s.io/kubernetes/plugin/pkg/admission/resourcequota fabioy 1
935 k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny k8s.io/kubernetes/plugin/pkg/admission/resourcequota/apis/resourcequota/validation rrati cjcullen 0 1
936 k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy maisem 1
937 k8s.io/kubernetes/plugin/pkg/admission/securitycontext/scdeny rrati 0
938 k8s.io/kubernetes/plugin/pkg/admission/serviceaccount liggitt 0
939 k8s.io/kubernetes/plugin/pkg/admission/storageclass/default pmorie 1
k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy mml 1
940 k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac rrati 0
941 k8s.io/kubernetes/plugin/pkg/auth/authorizer/rbac/bootstrappolicy mml 1
942 k8s.io/kubernetes/plugin/pkg/scheduler fgrzadkowski 0
943 k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/predicates fgrzadkowski 0
944 k8s.io/kubernetes/plugin/pkg/scheduler/algorithm/priorities fgrzadkowski 0
k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults fgrzadkowski 0
945 k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider fgrzadkowski 0
946 k8s.io/kubernetes/plugin/pkg/scheduler/algorithmprovider/defaults fgrzadkowski 0
947 k8s.io/kubernetes/plugin/pkg/scheduler/api/validation fgrzadkowski 0
948 k8s.io/kubernetes/plugin/pkg/scheduler/core madhusudancs 1
949 k8s.io/kubernetes/plugin/pkg/scheduler/factory fgrzadkowski 0
k8s.io/kubernetes/plugin/pkg/scheduler fgrzadkowski 0
950 k8s.io/kubernetes/plugin/pkg/scheduler/schedulercache fgrzadkowski 0
951 k8s.io/kubernetes/plugin/pkg/scheduler/util wojtek-t 1
k8s.io/kubernetes/test/e2e/chaosmonkey pmorie 1
952 k8s.io/kubernetes/test/e2e kevin-wangzefeng 1
953 k8s.io/kubernetes/test/e2e/chaosmonkey pmorie 1
954 k8s.io/kubernetes/test/e2e_node mml 1
955 k8s.io/kubernetes/test/e2e_node/system Random-Liu 0
956 k8s.io/kubernetes/test/integration/auth jbeda 1
979 k8s.io/kubernetes/test/integration/ttlcontroller wojtek-t 1
980 k8s.io/kubernetes/test/integration/volume rrati 0
981 k8s.io/kubernetes/test/list maisem 1
982 kubelet Clean up pods on node kubelet should be able to delete * pods per node in *. yujuhong 0 node
983 kubelet host cleanup with volume mounts Host cleanup after pod using NFS mount is deleted * bgrant0607 1
984 when we run containers that should cause * should eventually see *, and then evict all of the correct pods Random-Liu 0 node