mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
KubeDescribe implementation with verify into after-build/ scripts.
This commit is contained in:
@@ -53,7 +53,7 @@ const (
|
||||
// happen. In the future, running in parallel may work if we have an eviction
|
||||
// model which lets the DS controller kick out other pods to make room.
|
||||
// See http://issues.k8s.io/21767 for more details
|
||||
var _ = Describe("Daemon set [Serial]", func() {
|
||||
var _ = KubeDescribe("Daemon set [Serial]", func() {
|
||||
var f *Framework
|
||||
|
||||
AfterEach(func() {
|
||||
|
||||
Reference in New Issue
Block a user