conformance.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. test/e2e/apimachinery/aggregator.go: "Should be able to support the 1.17 Sample API Server using the current Aggregator"
  2. test/e2e/apimachinery/crd_conversion_webhook.go: "should be able to convert from CR v1 to CR v2"
  3. test/e2e/apimachinery/crd_conversion_webhook.go: "should be able to convert a non homogeneous list of CRs"
  4. test/e2e/apimachinery/crd_publish_openapi.go: "works for CRD with validation schema"
  5. test/e2e/apimachinery/crd_publish_openapi.go: "works for CRD without validation schema"
  6. test/e2e/apimachinery/crd_publish_openapi.go: "works for CRD preserving unknown fields at the schema root"
  7. test/e2e/apimachinery/crd_publish_openapi.go: "works for CRD preserving unknown fields in an embedded object"
  8. test/e2e/apimachinery/crd_publish_openapi.go: "works for multiple CRDs of different groups"
  9. test/e2e/apimachinery/crd_publish_openapi.go: "works for multiple CRDs of same group but different versions"
  10. test/e2e/apimachinery/crd_publish_openapi.go: "works for multiple CRDs of same group and version but different kinds"
  11. test/e2e/apimachinery/crd_publish_openapi.go: "updates the published spec when one version gets renamed"
  12. test/e2e/apimachinery/crd_publish_openapi.go: "removes definition from spec when one version gets changed to not be served"
  13. test/e2e/apimachinery/crd_watch.go: "watch on custom resource definition objects"
  14. test/e2e/apimachinery/custom_resource_definition.go: "creating/deleting custom resource definition objects works"
  15. test/e2e/apimachinery/custom_resource_definition.go: "listing custom resource definition objects works"
  16. test/e2e/apimachinery/custom_resource_definition.go: "getting/updating/patching custom resource definition status sub-resource works"
  17. test/e2e/apimachinery/custom_resource_definition.go: "should include custom resource definition resources in discovery documents"
  18. test/e2e/apimachinery/custom_resource_definition.go: "custom resource defaulting for requests and from storage works"
  19. test/e2e/apimachinery/garbage_collector.go: "should delete pods created by rc when not orphaning"
  20. test/e2e/apimachinery/garbage_collector.go: "should orphan pods created by rc if delete options say so"
  21. test/e2e/apimachinery/garbage_collector.go: "should delete RS created by deployment when not orphaning"
  22. test/e2e/apimachinery/garbage_collector.go: "should orphan RS created by deployment when deleteOptions.PropagationPolicy is Orphan"
  23. test/e2e/apimachinery/garbage_collector.go: "should keep the rc around until all its pods are deleted if the deleteOptions says so"
  24. test/e2e/apimachinery/garbage_collector.go: "should not delete dependents that have both valid owner and owner that's waiting for dependents to be deleted"
  25. test/e2e/apimachinery/garbage_collector.go: "should not be blocked by dependency circle"
  26. test/e2e/apimachinery/namespace.go: "should ensure that all pods are removed when a namespace is deleted"
  27. test/e2e/apimachinery/namespace.go: "should ensure that all services are removed when a namespace is deleted"
  28. test/e2e/apimachinery/namespace.go: "should patch a Namespace"
  29. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and ensure its status is promptly calculated."
  30. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a service."
  31. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a secret."
  32. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a pod."
  33. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a configMap."
  34. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a replication controller."
  35. test/e2e/apimachinery/resource_quota.go: "should create a ResourceQuota and capture the life of a replica set."
  36. test/e2e/apimachinery/resource_quota.go: "should verify ResourceQuota with terminating scopes."
  37. test/e2e/apimachinery/resource_quota.go: "should verify ResourceQuota with best effort scope."
  38. test/e2e/apimachinery/resource_quota.go: "should be able to update and delete ResourceQuota."
  39. test/e2e/apimachinery/table_conversion.go: "should return a 406 for a backend which does not implement metadata"
  40. test/e2e/apimachinery/watch.go: "should observe add, update, and delete watch notifications on configmaps"
  41. test/e2e/apimachinery/watch.go: "should be able to start watching from a specific resource version"
  42. test/e2e/apimachinery/watch.go: "should be able to restart watching from the last resource version observed by the previous watch"
  43. test/e2e/apimachinery/watch.go: "should observe an object deletion if it stops meeting the requirements of the selector"
  44. test/e2e/apimachinery/watch.go: "should receive events on concurrent watches in same order"
  45. test/e2e/apimachinery/webhook.go: "should include webhook resources in discovery documents"
  46. test/e2e/apimachinery/webhook.go: "should be able to deny pod and configmap creation"
  47. test/e2e/apimachinery/webhook.go: "should be able to deny attaching pod"
  48. test/e2e/apimachinery/webhook.go: "should be able to deny custom resource creation, update and deletion"
  49. test/e2e/apimachinery/webhook.go: "should unconditionally reject operations on fail closed webhook"
  50. test/e2e/apimachinery/webhook.go: "should mutate configmap"
  51. test/e2e/apimachinery/webhook.go: "should mutate pod and apply defaults after mutation"
  52. test/e2e/apimachinery/webhook.go: "should not be able to mutate or prevent deletion of webhook configuration objects"
  53. test/e2e/apimachinery/webhook.go: "should mutate custom resource"
  54. test/e2e/apimachinery/webhook.go: "should deny crd creation"
  55. test/e2e/apimachinery/webhook.go: "should mutate custom resource with different stored version"
  56. test/e2e/apimachinery/webhook.go: "should mutate custom resource with pruning"
  57. test/e2e/apimachinery/webhook.go: "should honor timeout"
  58. test/e2e/apimachinery/webhook.go: "patching/updating a validating webhook should work"
  59. test/e2e/apimachinery/webhook.go: "patching/updating a mutating webhook should work"
  60. test/e2e/apimachinery/webhook.go: "listing validating webhooks should work"
  61. test/e2e/apimachinery/webhook.go: "listing mutating webhooks should work"
  62. test/e2e/apps/daemon_set.go: "should run and stop simple daemon"
  63. test/e2e/apps/daemon_set.go: "should run and stop complex daemon"
  64. test/e2e/apps/daemon_set.go: "should retry creating failed daemon pods"
  65. test/e2e/apps/daemon_set.go: "should update pod when spec was updated and update strategy is RollingUpdate"
  66. test/e2e/apps/daemon_set.go: "should rollback without unnecessary restarts"
  67. test/e2e/apps/deployment.go: "RollingUpdateDeployment should delete old pods and create new ones"
  68. test/e2e/apps/deployment.go: "RecreateDeployment should delete old pods and create new ones"
  69. test/e2e/apps/deployment.go: "deployment should delete old replica sets"
  70. test/e2e/apps/deployment.go: "deployment should support rollover"
  71. test/e2e/apps/deployment.go: "deployment should support proportional scaling"
  72. test/e2e/apps/job.go: "should run a job to completion when tasks sometimes fail and are locally restarted"
  73. test/e2e/apps/job.go: "should delete a job"
  74. test/e2e/apps/job.go: "should adopt matching orphans and release non-matching pods"
  75. test/e2e/apps/rc.go: "should serve a basic image on each replica with a public image"
  76. test/e2e/apps/rc.go: "should surface a failure condition on a common issue like exceeded quota"
  77. test/e2e/apps/rc.go: "should adopt matching pods on creation"
  78. test/e2e/apps/rc.go: "should release no longer matching pods"
  79. test/e2e/apps/replica_set.go: "should serve a basic image on each replica with a public image"
  80. test/e2e/apps/replica_set.go: "should adopt matching pods on creation and release no longer matching pods"
  81. test/e2e/apps/statefulset.go: "should perform rolling updates and roll backs of template modifications"
  82. test/e2e/apps/statefulset.go: "should perform canary updates and phased rolling updates of template modifications"
  83. test/e2e/apps/statefulset.go: "Scaling should happen in predictable order and halt if any stateful pod is unhealthy"
  84. test/e2e/apps/statefulset.go: "Burst scaling should run to completion even with unhealthy pods"
  85. test/e2e/apps/statefulset.go: "Should recreate evicted statefulset"
  86. test/e2e/apps/statefulset.go: "should have a working scale subresource"
  87. test/e2e/auth/service_accounts.go: "should mount an API token into pods"
  88. test/e2e/auth/service_accounts.go: "should allow opting out of API token automount"
  89. test/e2e/common/configmap.go: "should be consumable via environment variable"
  90. test/e2e/common/configmap.go: "should be consumable via the environment"
  91. test/e2e/common/configmap.go: "should fail to create ConfigMap with empty key"
  92. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume"
  93. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume with defaultMode set"
  94. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume as non-root"
  95. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume with mappings"
  96. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume with mappings and Item mode set"
  97. test/e2e/common/configmap_volume.go: "should be consumable from pods in volume with mappings as non-root"
  98. test/e2e/common/configmap_volume.go: "updates should be reflected in volume"
  99. test/e2e/common/configmap_volume.go: "binary data should be reflected in volume"
  100. test/e2e/common/configmap_volume.go: "optional updates should be reflected in volume"
  101. test/e2e/common/configmap_volume.go: "should be consumable in multiple volumes in the same pod"
  102. test/e2e/common/container_probe.go: "with readiness probe should not be ready before initial delay and never restart"
  103. test/e2e/common/container_probe.go: "with readiness probe that fails should never be ready and never restart"
  104. test/e2e/common/container_probe.go: "should be restarted with a exec \\\"cat /tmp/health\\\" liveness probe"
  105. test/e2e/common/container_probe.go: "should *not* be restarted with a exec \\\"cat /tmp/health\\\" liveness probe"
  106. test/e2e/common/container_probe.go: "should be restarted with a /healthz http liveness probe"
  107. test/e2e/common/container_probe.go: "should *not* be restarted with a tcp:8080 liveness probe"
  108. test/e2e/common/container_probe.go: "should have monotonically increasing restart count"
  109. test/e2e/common/container_probe.go: "should *not* be restarted with a /healthz http liveness probe"
  110. test/e2e/common/docker_containers.go: "should use the image defaults if command and args are blank"
  111. test/e2e/common/docker_containers.go: "should be able to override the image's default arguments (docker cmd)"
  112. test/e2e/common/docker_containers.go: "should be able to override the image's default command (docker entrypoint)"
  113. test/e2e/common/docker_containers.go: "should be able to override the image's default command and arguments"
  114. test/e2e/common/downward_api.go: "should provide pod name, namespace and IP address as env vars"
  115. test/e2e/common/downward_api.go: "should provide host IP as an env var"
  116. test/e2e/common/downward_api.go: "should provide container's limits.cpu/memory and requests.cpu/memory as env vars"
  117. test/e2e/common/downward_api.go: "should provide default limits.cpu/memory from node allocatable"
  118. test/e2e/common/downward_api.go: "should provide pod UID as env vars"
  119. test/e2e/common/downwardapi_volume.go: "should provide podname only"
  120. test/e2e/common/downwardapi_volume.go: "should set DefaultMode on files"
  121. test/e2e/common/downwardapi_volume.go: "should set mode on item file"
  122. test/e2e/common/downwardapi_volume.go: "should update labels on modification"
  123. test/e2e/common/downwardapi_volume.go: "should update annotations on modification"
  124. test/e2e/common/downwardapi_volume.go: "should provide container's cpu limit"
  125. test/e2e/common/downwardapi_volume.go: "should provide container's memory limit"
  126. test/e2e/common/downwardapi_volume.go: "should provide container's cpu request"
  127. test/e2e/common/downwardapi_volume.go: "should provide container's memory request"
  128. test/e2e/common/downwardapi_volume.go: "should provide node allocatable (cpu) as default cpu limit if the limit is not set"
  129. test/e2e/common/downwardapi_volume.go: "should provide node allocatable (memory) as default memory limit if the limit is not set"
  130. test/e2e/common/empty_dir.go: "volume on tmpfs should have the correct mode"
  131. test/e2e/common/empty_dir.go: "should support (root,0644,tmpfs)"
  132. test/e2e/common/empty_dir.go: "should support (root,0666,tmpfs)"
  133. test/e2e/common/empty_dir.go: "should support (root,0777,tmpfs)"
  134. test/e2e/common/empty_dir.go: "should support (non-root,0644,tmpfs)"
  135. test/e2e/common/empty_dir.go: "should support (non-root,0666,tmpfs)"
  136. test/e2e/common/empty_dir.go: "should support (non-root,0777,tmpfs)"
  137. test/e2e/common/empty_dir.go: "volume on default medium should have the correct mode"
  138. test/e2e/common/empty_dir.go: "should support (root,0644,default)"
  139. test/e2e/common/empty_dir.go: "should support (root,0666,default)"
  140. test/e2e/common/empty_dir.go: "should support (root,0777,default)"
  141. test/e2e/common/empty_dir.go: "should support (non-root,0644,default)"
  142. test/e2e/common/empty_dir.go: "should support (non-root,0666,default)"
  143. test/e2e/common/empty_dir.go: "should support (non-root,0777,default)"
  144. test/e2e/common/empty_dir.go: "pod should support shared volumes between containers"
  145. test/e2e/common/expansion.go: "should allow composing env vars into new env vars"
  146. test/e2e/common/expansion.go: "should allow substituting values in a container's command"
  147. test/e2e/common/expansion.go: "should allow substituting values in a container's args"
  148. test/e2e/common/host_path.go: "should give a volume the correct mode"
  149. test/e2e/common/init_container.go: "should invoke init containers on a RestartNever pod"
  150. test/e2e/common/init_container.go: "should invoke init containers on a RestartAlways pod"
  151. test/e2e/common/init_container.go: "should not start app containers if init containers fail on a RestartAlways pod"
  152. test/e2e/common/init_container.go: "should not start app containers and fail the pod if init containers fail on a RestartNever pod"
  153. test/e2e/common/kubelet.go: "should print the output to logs"
  154. test/e2e/common/kubelet.go: "should have an terminated reason"
  155. test/e2e/common/kubelet.go: "should be possible to delete"
  156. test/e2e/common/kubelet.go: "should write entries to /etc/hosts"
  157. test/e2e/common/kubelet.go: "should not write to root filesystem"
  158. test/e2e/common/kubelet_etc_hosts.go: "should test kubelet managed /etc/hosts file"
  159. test/e2e/common/lease.go: "lease API should be available"
  160. test/e2e/common/lifecycle_hook.go: "should execute poststart exec hook properly"
  161. test/e2e/common/lifecycle_hook.go: "should execute prestop exec hook properly"
  162. test/e2e/common/lifecycle_hook.go: "should execute poststart http hook properly"
  163. test/e2e/common/lifecycle_hook.go: "should execute prestop http hook properly"
  164. test/e2e/common/networking.go: "should function for intra-pod communication: http"
  165. test/e2e/common/networking.go: "should function for intra-pod communication: udp"
  166. test/e2e/common/networking.go: "should function for node-pod communication: http"
  167. test/e2e/common/networking.go: "should function for node-pod communication: udp"
  168. test/e2e/common/pods.go: "should get a host IP"
  169. test/e2e/common/pods.go: "should be submitted and removed"
  170. test/e2e/common/pods.go: "should be updated"
  171. test/e2e/common/pods.go: "should allow activeDeadlineSeconds to be updated"
  172. test/e2e/common/pods.go: "should contain environment variables for services"
  173. test/e2e/common/pods.go: "should support remote command execution over websockets"
  174. test/e2e/common/pods.go: "should support retrieving logs from the container over websockets"
  175. test/e2e/common/projected_combined.go: "should project all components that make up the projection API"
  176. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume"
  177. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume with defaultMode set"
  178. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume as non-root"
  179. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume with mappings"
  180. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume with mappings and Item mode set"
  181. test/e2e/common/projected_configmap.go: "should be consumable from pods in volume with mappings as non-root"
  182. test/e2e/common/projected_configmap.go: "updates should be reflected in volume"
  183. test/e2e/common/projected_configmap.go: "optional updates should be reflected in volume"
  184. test/e2e/common/projected_configmap.go: "should be consumable in multiple volumes in the same pod"
  185. test/e2e/common/projected_downwardapi.go: "should provide podname only"
  186. test/e2e/common/projected_downwardapi.go: "should set DefaultMode on files"
  187. test/e2e/common/projected_downwardapi.go: "should set mode on item file"
  188. test/e2e/common/projected_downwardapi.go: "should update labels on modification"
  189. test/e2e/common/projected_downwardapi.go: "should update annotations on modification"
  190. test/e2e/common/projected_downwardapi.go: "should provide container's cpu limit"
  191. test/e2e/common/projected_downwardapi.go: "should provide container's memory limit"
  192. test/e2e/common/projected_downwardapi.go: "should provide container's cpu request"
  193. test/e2e/common/projected_downwardapi.go: "should provide container's memory request"
  194. test/e2e/common/projected_downwardapi.go: "should provide node allocatable (cpu) as default cpu limit if the limit is not set"
  195. test/e2e/common/projected_downwardapi.go: "should provide node allocatable (memory) as default memory limit if the limit is not set"
  196. test/e2e/common/projected_secret.go: "should be consumable from pods in volume"
  197. test/e2e/common/projected_secret.go: "should be consumable from pods in volume with defaultMode set"
  198. test/e2e/common/projected_secret.go: "should be consumable from pods in volume as non-root with defaultMode and fsGroup set"
  199. test/e2e/common/projected_secret.go: "should be consumable from pods in volume with mappings"
  200. test/e2e/common/projected_secret.go: "should be consumable from pods in volume with mappings and Item Mode set"
  201. test/e2e/common/projected_secret.go: "should be consumable in multiple volumes in a pod"
  202. test/e2e/common/projected_secret.go: "optional updates should be reflected in volume"
  203. test/e2e/common/runtime.go: "should run with the expected status"
  204. test/e2e/common/runtime.go: "should report termination message if TerminationMessagePath is set as non-root user and at a non-default path"
  205. test/e2e/common/runtime.go: "should report termination message from log output if TerminationMessagePolicy FallbackToLogsOnError is set"
  206. test/e2e/common/runtime.go: "should report termination message as empty when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set"
  207. test/e2e/common/runtime.go: "should report termination message from file when pod succeeds and TerminationMessagePolicy FallbackToLogsOnError is set"
  208. test/e2e/common/secrets.go: "should be consumable from pods in env vars"
  209. test/e2e/common/secrets.go: "should be consumable via the environment"
  210. test/e2e/common/secrets.go: "should fail to create secret due to empty secret key"
  211. test/e2e/common/secrets.go: "should patch a secret"
  212. test/e2e/common/secrets_volume.go: "should be consumable from pods in volume"
  213. test/e2e/common/secrets_volume.go: "should be consumable from pods in volume with defaultMode set"
  214. test/e2e/common/secrets_volume.go: "should be consumable from pods in volume as non-root with defaultMode and fsGroup set"
  215. test/e2e/common/secrets_volume.go: "should be consumable from pods in volume with mappings"
  216. test/e2e/common/secrets_volume.go: "should be consumable from pods in volume with mappings and Item Mode set"
  217. test/e2e/common/secrets_volume.go: "should be able to mount in a volume regardless of a different secret existing with same name in different namespace"
  218. test/e2e/common/secrets_volume.go: "should be consumable in multiple volumes in a pod"
  219. test/e2e/common/secrets_volume.go: "optional updates should be reflected in volume"
  220. test/e2e/common/security_context.go: "should run the container with uid 65534"
  221. test/e2e/common/security_context.go: "should run the container with writable rootfs when readOnlyRootFilesystem=false"
  222. test/e2e/common/security_context.go: "should run the container as unprivileged when false"
  223. test/e2e/common/security_context.go: "should not allow privilege escalation when false"
  224. test/e2e/kubectl/kubectl.go: "should create and stop a replication controller"
  225. test/e2e/kubectl/kubectl.go: "should scale a replication controller"
  226. test/e2e/kubectl/kubectl.go: "should create and stop a working application"
  227. test/e2e/kubectl/kubectl.go: "should check if v1 is in available api versions"
  228. test/e2e/kubectl/kubectl.go: "should check if Kubernetes master services is included in cluster-info"
  229. test/e2e/kubectl/kubectl.go: "should check if kubectl describe prints relevant information for rc and pods"
  230. test/e2e/kubectl/kubectl.go: "should create services for rc"
  231. test/e2e/kubectl/kubectl.go: "should update the label on a resource"
  232. test/e2e/kubectl/kubectl.go: "should be able to retrieve and filter logs"
  233. test/e2e/kubectl/kubectl.go: "should add annotations for pods in rc"
  234. test/e2e/kubectl/kubectl.go: "should check is all data is printed"
  235. test/e2e/kubectl/kubectl.go: "should create a pod from an image when restart is Never"
  236. test/e2e/kubectl/kubectl.go: "should update a single-container pod's image"
  237. test/e2e/kubectl/kubectl.go: "should support proxy with --port 0"
  238. test/e2e/kubectl/kubectl.go: "should support --unix-socket=/path"
  239. test/e2e/network/dns.go: "should provide DNS for the cluster"
  240. test/e2e/network/dns.go: "should provide /etc/hosts entries for the cluster"
  241. test/e2e/network/dns.go: "should provide DNS for services"
  242. test/e2e/network/dns.go: "should resolve DNS of partial qualified names for services"
  243. test/e2e/network/dns.go: "should provide DNS for pods for Hostname"
  244. test/e2e/network/dns.go: "should provide DNS for pods for Subdomain"
  245. test/e2e/network/dns.go: "should provide DNS for ExternalName services"
  246. test/e2e/network/dns.go: "should support configurable pod DNS nameservers"
  247. test/e2e/network/proxy.go: "should proxy logs on node with explicit kubelet port using proxy subresource"
  248. test/e2e/network/proxy.go: "should proxy logs on node using proxy subresource"
  249. test/e2e/network/proxy.go: "should proxy through a service and a pod"
  250. test/e2e/network/service.go: "should provide secure master service"
  251. test/e2e/network/service.go: "should serve a basic endpoint from pods"
  252. test/e2e/network/service.go: "should serve multiport endpoints from pods"
  253. test/e2e/network/service.go: "should be able to create a functioning NodePort service"
  254. test/e2e/network/service.go: "should be able to change the type from ExternalName to ClusterIP"
  255. test/e2e/network/service.go: "should be able to change the type from ExternalName to NodePort"
  256. test/e2e/network/service.go: "should be able to change the type from ClusterIP to ExternalName"
  257. test/e2e/network/service.go: "should be able to change the type from NodePort to ExternalName"
  258. test/e2e/network/service.go: "should find a service from listing all namespaces"
  259. test/e2e/network/service_latency.go: "should not be very high"
  260. test/e2e/node/events.go: "should be sent by kubelets and the scheduler about pods scheduling and running"
  261. test/e2e/node/pods.go: "should be set on Pods with matching resource requests and limits for memory and cpu"
  262. test/e2e/node/pre_stop.go: "should call prestop when killing a pod"
  263. test/e2e/scheduling/limit_range.go: "should create a LimitRange with defaults and ensure pod has those defaults applied."
  264. test/e2e/scheduling/predicates.go: "validates resource limits of pods that are allowed to run"
  265. test/e2e/scheduling/predicates.go: "validates that NodeSelector is respected if not matching"
  266. test/e2e/scheduling/predicates.go: "validates that NodeSelector is respected if matching"
  267. test/e2e/scheduling/predicates.go: "validates that there is no conflict between pods with same hostPort but different hostIP and protocol"
  268. test/e2e/scheduling/predicates.go: "validates that there exists conflict between pods with same hostPort and protocol but one using 0.0.0.0 hostIP"
  269. test/e2e/scheduling/taints.go: "removing taint cancels eviction"
  270. test/e2e/scheduling/taints.go: "evicts pods with minTolerationSeconds"
  271. test/e2e/storage/empty_dir_wrapper.go: "should not conflict"
  272. test/e2e/storage/empty_dir_wrapper.go: "should not cause race condition when used for configmaps"
  273. test/e2e/storage/subpath.go: "should support subpaths with secret pod"
  274. test/e2e/storage/subpath.go: "should support subpaths with configmap pod"
  275. test/e2e/storage/subpath.go: "should support subpaths with configmap pod with mountPath of existing file"
  276. test/e2e/storage/subpath.go: "should support subpaths with downward pod"
  277. test/e2e/storage/subpath.go: "should support subpaths with projected pod"