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