mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
e2e: use framework labels
This changes the text registration so that tags for which the framework has a dedicated API (features, feature gates, slow, serial, etc.) those APIs are used. Arbitrary, custom tags are still left in place for now.
This commit is contained in:
@@ -159,7 +159,7 @@ func initContainersInvariants(pod *v1.Pod) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
var _ = SIGDescribe("InitContainer [NodeConformance]", func() {
|
||||
var _ = SIGDescribe("InitContainer", framework.WithNodeConformance(), func() {
|
||||
f := framework.NewDefaultFramework("init-container")
|
||||
f.NamespacePodSecurityLevel = admissionapi.LevelBaseline
|
||||
var podClient *e2epod.PodClient
|
||||
|
||||
Reference in New Issue
Block a user