mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Fix metadata formatting
This commit is contained in:
parent
82c99d8d42
commit
9520a87488
@ -169,10 +169,10 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Release : v1.19
|
Release : v1.19
|
||||||
Testname: ConfigMap lifecycle
|
Testname: ConfigMap lifecycle
|
||||||
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
|
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.
|
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.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
|
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
|
||||||
testNamespaceName := f.Namespace.Name
|
testNamespaceName := f.Namespace.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user