|
649 | 649 | API Server using the current Aggregator [Conformance]'
|
650 | 650 | description: Ensure that the sample-apiserver code from 1.17 and compiled against
|
651 | 651 | 1.17 will work on the current Aggregator/API-Server.
|
652 |
| - release: "" |
| 652 | + release: v1.17 |
653 | 653 | file: test/e2e/apimachinery/aggregator.go
|
654 | 654 | - testname: Custom Resource Definition Conversion Webhook, convert mixed version list
|
655 | 655 | codename: '[sig-api-machinery] CustomResourceConversionWebhook [Privileged:ClusterAdmin]
|
|
886 | 886 | removed when a namespace is deleted [Conformance]'
|
887 | 887 | description: Ensure that if a namespace is deleted then all pods are removed from
|
888 | 888 | that namespace.
|
889 |
| - release: "" |
| 889 | + release: v1.11 |
890 | 890 | file: test/e2e/apimachinery/namespace.go
|
891 | 891 | - testname: namespace-deletion-removes-services
|
892 | 892 | codename: '[sig-api-machinery] Namespaces [Serial] should ensure that all services
|
893 | 893 | are removed when a namespace is deleted [Conformance]'
|
894 | 894 | description: Ensure that if a namespace is deleted then all services are removed
|
895 | 895 | from that namespace.
|
896 |
| - release: "" |
| 896 | + release: v1.11 |
897 | 897 | file: test/e2e/apimachinery/namespace.go
|
898 | 898 | - testname: Namespace patching
|
899 | 899 | codename: '[sig-api-machinery] Namespaces [Serial] should patch a Namespace [Conformance]'
|
|
1074 | 1074 | description: Ensure that a watch can be reopened from the last resource version
|
1075 | 1075 | observed by the previous watch, and it will continue delivering notifications
|
1076 | 1076 | from that point in time.
|
1077 |
| - release: "" |
| 1077 | + release: v1.11 |
1078 | 1078 | file: test/e2e/apimachinery/watch.go
|
1079 | 1079 | - testname: watch-configmaps-from-resource-version
|
1080 | 1080 | codename: '[sig-api-machinery] Watchers should be able to start watching from a
|
1081 | 1081 | specific resource version [Conformance]'
|
1082 | 1082 | description: Ensure that a watch can be opened from a particular resource version
|
1083 | 1083 | in the past and only notifications happening after that resource version are observed.
|
1084 |
| - release: "" |
| 1084 | + release: v1.11 |
1085 | 1085 | file: test/e2e/apimachinery/watch.go
|
1086 | 1086 | - testname: watch-configmaps-with-multiple-watchers
|
1087 | 1087 | codename: '[sig-api-machinery] Watchers should observe add, update, and delete watch
|
1088 | 1088 | notifications on configmaps [Conformance]'
|
1089 | 1089 | description: Ensure that multiple watchers are able to receive all add, update,
|
1090 | 1090 | and delete notifications on configmaps that match a label selector and do not
|
1091 | 1091 | receive notifications for configmaps which do not match that label selector.
|
1092 |
| - release: "" |
| 1092 | + release: v1.11 |
1093 | 1093 | file: test/e2e/apimachinery/watch.go
|
1094 | 1094 | - testname: watch-configmaps-label-changed
|
1095 | 1095 | codename: '[sig-api-machinery] Watchers should observe an object deletion if it
|
1096 | 1096 | stops meeting the requirements of the selector [Conformance]'
|
1097 | 1097 | description: Ensure that a watched object stops meeting the requirements of a watch's
|
1098 | 1098 | selector, the watch will observe a delete, and will not observe notifications
|
1099 | 1099 | for that object until it meets the selector's requirements again.
|
1100 |
| - release: "" |
| 1100 | + release: v1.11 |
1101 | 1101 | file: test/e2e/apimachinery/watch.go
|
1102 | 1102 | - testname: watch-consistency
|
1103 | 1103 | codename: '[sig-api-machinery] Watchers should receive events on concurrent watches
|
|
1119 | 1119 | [Conformance]'
|
1120 | 1120 | description: A conformant Kubernetes distribution MUST create new DaemonSet Pods
|
1121 | 1121 | when they fail.
|
1122 |
| - release: "" |
| 1122 | + release: v1.10 |
1123 | 1123 | file: test/e2e/apps/daemon_set.go
|
1124 | 1124 | - testname: DaemonSet-Rollback
|
1125 | 1125 | codename: '[sig-apps] Daemon set [Serial] should rollback without unnecessary restarts
|
1126 | 1126 | [Conformance]'
|
1127 | 1127 | description: A conformant Kubernetes distribution MUST support automated, minimally
|
1128 | 1128 | disruptive rollback of updates to a DaemonSet.
|
1129 |
| - release: "" |
| 1129 | + release: v1.10 |
1130 | 1130 | file: test/e2e/apps/daemon_set.go
|
1131 | 1131 | - testname: DaemonSet-NodeSelection
|
1132 | 1132 | codename: '[sig-apps] Daemon set [Serial] should run and stop complex daemon [Conformance]'
|
1133 | 1133 | description: A conformant Kubernetes distribution MUST support DaemonSet Pod node
|
1134 | 1134 | selection via label selectors.
|
1135 |
| - release: "" |
| 1135 | + release: v1.10 |
1136 | 1136 | file: test/e2e/apps/daemon_set.go
|
1137 | 1137 | - testname: DaemonSet-Creation
|
1138 | 1138 | codename: '[sig-apps] Daemon set [Serial] should run and stop simple daemon [Conformance]'
|
1139 | 1139 | description: A conformant Kubernetes distribution MUST support the creation of DaemonSets.
|
1140 | 1140 | When a DaemonSet Pod is deleted, the DaemonSet controller MUST create a replacement
|
1141 | 1141 | Pod.
|
1142 |
| - release: "" |
| 1142 | + release: v1.10 |
1143 | 1143 | file: test/e2e/apps/daemon_set.go
|
1144 | 1144 | - testname: DaemonSet-RollingUpdate
|
1145 | 1145 | codename: '[sig-apps] Daemon set [Serial] should update pod when spec was updated
|
1146 | 1146 | and update strategy is RollingUpdate [Conformance]'
|
1147 | 1147 | description: A conformant Kubernetes distribution MUST support DaemonSet RollingUpdates.
|
1148 |
| - release: "" |
| 1148 | + release: v1.10 |
1149 | 1149 | file: test/e2e/apps/daemon_set.go
|
1150 | 1150 | - testname: Deployment Recreate
|
1151 | 1151 | codename: '[sig-apps] Deployment RecreateDeployment should delete old pods and create
|
1152 | 1152 | new ones [Conformance]'
|
1153 | 1153 | description: A conformant Kubernetes distribution MUST support the Deployment with
|
1154 | 1154 | Recreate strategy.
|
1155 |
| - release: "" |
| 1155 | + release: v1.12 |
1156 | 1156 | file: test/e2e/apps/deployment.go
|
1157 | 1157 | - testname: Deployment RollingUpdate
|
1158 | 1158 | codename: '[sig-apps] Deployment RollingUpdateDeployment should delete old pods
|
1159 | 1159 | and create new ones [Conformance]'
|
1160 | 1160 | description: A conformant Kubernetes distribution MUST support the Deployment with
|
1161 | 1161 | RollingUpdate strategy.
|
1162 |
| - release: "" |
| 1162 | + release: v1.12 |
1163 | 1163 | file: test/e2e/apps/deployment.go
|
1164 | 1164 | - testname: Deployment RevisionHistoryLimit
|
1165 | 1165 | codename: '[sig-apps] Deployment deployment should delete old replica sets [Conformance]'
|
1166 | 1166 | description: A conformant Kubernetes distribution MUST clean up Deployment's ReplicaSets
|
1167 | 1167 | based on the Deployment's `.spec.revisionHistoryLimit`.
|
1168 |
| - release: "" |
| 1168 | + release: v1.12 |
1169 | 1169 | file: test/e2e/apps/deployment.go
|
1170 | 1170 | - testname: Deployment Proportional Scaling
|
1171 | 1171 | codename: '[sig-apps] Deployment deployment should support proportional scaling
|
1172 | 1172 | [Conformance]'
|
1173 | 1173 | description: A conformant Kubernetes distribution MUST support Deployment proportional
|
1174 | 1174 | scaling, i.e. proportionally scale a Deployment's ReplicaSets when a Deployment
|
1175 | 1175 | is scaled.
|
1176 |
| - release: "" |
| 1176 | + release: v1.12 |
1177 | 1177 | file: test/e2e/apps/deployment.go
|
1178 | 1178 | - testname: Deployment Rollover
|
1179 | 1179 | codename: '[sig-apps] Deployment deployment should support rollover [Conformance]'
|
1180 | 1180 | description: A conformant Kubernetes distribution MUST support Deployment rollover,
|
1181 | 1181 | i.e. allow arbitrary number of changes to desired state during rolling update
|
1182 | 1182 | before the rollout finishes.
|
1183 |
| - release: "" |
| 1183 | + release: v1.12 |
1184 | 1184 | file: test/e2e/apps/deployment.go
|
1185 | 1185 | - testname: Jobs, orphan pods, re-adoption
|
1186 | 1186 | codename: '[sig-apps] Job should adopt matching orphans and release non-matching
|
|
0 commit comments