mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 13:50:01 +00:00 
			
		
		
		
	update tests to be specific about the versions they are testing instead of floating
This commit is contained in:
		| @@ -23,7 +23,6 @@ import ( | ||||
|  | ||||
| 	"k8s.io/api/core/v1" | ||||
| 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||
| 	"k8s.io/kubernetes/pkg/api/testapi" | ||||
| 	"k8s.io/kubernetes/test/e2e/framework" | ||||
|  | ||||
| 	. "github.com/onsi/ginkgo" | ||||
| @@ -228,7 +227,7 @@ func testPodWithHostVol(path string, source *v1.HostPathVolumeSource) *v1.Pod { | ||||
| 	return &v1.Pod{ | ||||
| 		TypeMeta: metav1.TypeMeta{ | ||||
| 			Kind:       "Pod", | ||||
| 			APIVersion: testapi.Groups[v1.GroupName].GroupVersion().String(), | ||||
| 			APIVersion: "v1", | ||||
| 		}, | ||||
| 		ObjectMeta: metav1.ObjectMeta{ | ||||
| 			Name: podName, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user