mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 09:34:40 +00:00
Update conformance metadata to have release version v1.19
This commit is contained in:
parent
c33e3bdc28
commit
fce812b502
@ -32,7 +32,7 @@ import (
|
|||||||
var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
|
var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
|
||||||
f := framework.NewDefaultFramework("podtemplate")
|
f := framework.NewDefaultFramework("podtemplate")
|
||||||
/*
|
/*
|
||||||
Release : v1.18
|
Release : v1.19
|
||||||
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 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user