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