|
1234 | 1234 | StorageClass or a dynamic provisioner.
|
1235 | 1235 | release: v1.9
|
1236 | 1236 | file: test/e2e/apps/statefulset.go
|
1237 |
| -- testname: PodTemplate lifecycle |
1238 |
| - codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates |
1239 |
| - [Conformance]' |
1240 |
| - description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching |
1241 |
| - the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label |
1242 |
| - selector it MUST find the PodTemplate by it's static label and updated value. |
1243 |
| - The PodTemplate must be deleted. |
1244 |
| - release: v1.19 |
1245 |
| - file: test/e2e/common/podtemplates.go |
1246 | 1237 | - testname: Service account tokens auto mount optionally
|
1247 | 1238 | codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]'
|
1248 | 1239 | description: Ensure that Service Account keys are mounted into the Pod only when
|
|
1695 | 1686 | visible at runtime in the container.
|
1696 | 1687 | release: v1.9
|
1697 | 1688 | file: test/e2e/common/downward_api.go
|
| 1689 | +- testname: PodTemplate lifecycle |
| 1690 | + codename: '[sig-node] PodTemplates should run the lifecycle of PodTemplates [Conformance]' |
| 1691 | + description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching |
| 1692 | + the PodTemplate MUST reflect changes. By fetching all the PodTemplates via a Label |
| 1693 | + selector it MUST find the PodTemplate by it's static label and updated value. |
| 1694 | + The PodTemplate must be deleted. |
| 1695 | + release: v1.19 |
| 1696 | + file: test/e2e/common/podtemplates.go |
1698 | 1697 | - testname: LimitRange, resources
|
1699 | 1698 | codename: '[sig-scheduling] LimitRange should create a LimitRange with defaults
|
1700 | 1699 | and ensure pod has those defaults applied. [Conformance]'
|
|
0 commit comments