mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
Fix metadata description
This commit is contained in:
parent
22f8a698ff
commit
947584d3b4
@ -35,7 +35,7 @@ var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
|
|||||||
Release : v1.18
|
Release : v1.18
|
||||||
Testname: PodTemplate lifecycle
|
Testname: PodTemplate lifecycle
|
||||||
Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes.
|
Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes.
|
||||||
By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted by Collection.
|
By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
|
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
|
||||||
testNamespaceName := f.Namespace.Name
|
testNamespaceName := f.Namespace.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user