File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
pkg/lib/controller-runtime/client Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ func TestServerSideApply(t *testing.T) {
78
78
return nil
79
79
},
80
80
want : & corev1.Pod {
81
- TypeMeta : metav1.TypeMeta {
82
- Kind : "Pod" ,
83
- APIVersion : "v1" ,
84
- },
85
81
ObjectMeta : metav1.ObjectMeta {
86
82
Name : "testpod" ,
87
83
Namespace : "testns" ,
@@ -106,10 +102,6 @@ func TestServerSideApply(t *testing.T) {
106
102
return nil
107
103
},
108
104
want : & corev1.Pod {
109
- TypeMeta : metav1.TypeMeta {
110
- Kind : "Pod" ,
111
- APIVersion : "v1" ,
112
- },
113
105
ObjectMeta : metav1.ObjectMeta {
114
106
Name : "testpod" ,
115
107
Namespace : "testns" ,
@@ -137,10 +129,6 @@ func TestServerSideApply(t *testing.T) {
137
129
return unstructured .SetNestedField (u .Object , "new" , "status" , "message" )
138
130
},
139
131
want : & corev1.Pod {
140
- TypeMeta : metav1.TypeMeta {
141
- Kind : "Pod" ,
142
- APIVersion : "v1" ,
143
- },
144
132
ObjectMeta : metav1.ObjectMeta {
145
133
Name : "testpod" ,
146
134
Namespace : "testns" ,
You can’t perform that action at this time.
0 commit comments