mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
KubeDescribe implementation with verify into after-build/ scripts.
This commit is contained in:
@@ -32,7 +32,7 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("Generated release_1_2 clientset", func() {
|
||||
var _ = KubeDescribe("Generated release_1_2 clientset", func() {
|
||||
framework := NewDefaultFramework("clientset")
|
||||
It("should create pods, delete pods, watch pods", func() {
|
||||
podClient := framework.Clientset_1_2.Core().Pods(framework.Namespace.Name)
|
||||
|
||||
Reference in New Issue
Block a user