mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
Fix: metadata
This commit is contained in:
parent
633a72ce28
commit
22f8a698ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user