Fix: metadata

This commit is contained in:
Caleb Woodbine 2020-02-20 08:27:39 +13:00
parent 633a72ce28
commit 22f8a698ff

View File

@ -33,9 +33,9 @@ var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
f := framework.NewDefaultFramework("podtemplate")
/*
Release : v1.18
Testname: ConfigMap lifecycle
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection.
Testname: PodTemplate lifecycle
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.
*/
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
testNamespaceName := f.Namespace.Name