@@ -241,7 +241,6 @@ func Test_fixTargetNamespace(t *testing.T) {
241
241
"annotations" : map [string ]interface {}{
242
242
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
243
243
},
244
- "creationTimestamp" : nil ,
245
244
"name" : "capm3-mutating-webhook-configuration" ,
246
245
},
247
246
"webhooks" : []interface {}{
@@ -329,7 +328,6 @@ func Test_fixTargetNamespace(t *testing.T) {
329
328
"annotations" : map [string ]interface {}{
330
329
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
331
330
},
332
- "creationTimestamp" : nil ,
333
331
"name" : "capm3-mutating-webhook-configuration" ,
334
332
},
335
333
"webhooks" : []interface {}{
@@ -390,7 +388,6 @@ func Test_fixTargetNamespace(t *testing.T) {
390
388
"annotations" : map [string ]interface {}{
391
389
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
392
390
},
393
- "creationTimestamp" : nil ,
394
391
"name" : "aCoolName" ,
395
392
},
396
393
"spec" : map [string ]interface {}{
@@ -491,7 +488,6 @@ func Test_fixTargetNamespace(t *testing.T) {
491
488
"annotations" : map [string ]interface {}{
492
489
"cert-manager.io/inject-ca-from" : "bar/capm3-serving-cert" ,
493
490
},
494
- "creationTimestamp" : nil ,
495
491
"name" : "aCoolName" ,
496
492
},
497
493
"spec" : map [string ]interface {}{
0 commit comments