@@ -114,8 +114,8 @@ func TestCopyToNamespace(t *testing.T) {
114
114
UID : "uid" ,
115
115
ResourceVersion : "42" ,
116
116
Annotations : map [string ]string {
117
- "$copyhash-nonstatus" : "hn-2" ,
118
- "$copyhash-status" : "hs" ,
117
+ nonStatusCopyHashAnnotation : "hn-2" ,
118
+ statusCopyHashAnnotation : "hs" ,
119
119
},
120
120
},
121
121
},
@@ -167,8 +167,8 @@ func TestCopyToNamespace(t *testing.T) {
167
167
UID : "uid" ,
168
168
ResourceVersion : "42" ,
169
169
Annotations : map [string ]string {
170
- "$copyhash-nonstatus" : "hn" ,
171
- "$copyhash-status" : "hs-2" ,
170
+ nonStatusCopyHashAnnotation : "hn" ,
171
+ statusCopyHashAnnotation : "hs-2" ,
172
172
},
173
173
},
174
174
},
@@ -220,8 +220,8 @@ func TestCopyToNamespace(t *testing.T) {
220
220
UID : "uid" ,
221
221
ResourceVersion : "42" ,
222
222
Annotations : map [string ]string {
223
- "$copyhash-nonstatus" : "hn-2" ,
224
- "$copyhash-status" : "hs-2" ,
223
+ nonStatusCopyHashAnnotation : "hn-2" ,
224
+ statusCopyHashAnnotation : "hs-2" ,
225
225
},
226
226
},
227
227
},
@@ -280,8 +280,8 @@ func TestCopyToNamespace(t *testing.T) {
280
280
Namespace : "to" ,
281
281
UID : "uid" ,
282
282
Annotations : map [string ]string {
283
- "$copyhash-nonstatus" : "hn" ,
284
- "$copyhash-status" : "hs" ,
283
+ nonStatusCopyHashAnnotation : "hn" ,
284
+ statusCopyHashAnnotation : "hs" ,
285
285
},
286
286
},
287
287
},
0 commit comments