File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keps/sig-storage/177-volume-snapshot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ kind: VolumeSnapshot
302
302
metadata :
303
303
name : snapshot-label-example
304
304
labels :
305
- snapshot.storage.sigs.k8s .io/invalid-snapshot-resource : " " # Label applied for invalid VolumeSnapshot objects
305
+ snapshot.storage.kubernetes .io/invalid-snapshot-resource : " " # Label applied for invalid VolumeSnapshot objects
306
306
...
307
307
```
308
308
@@ -313,7 +313,7 @@ kind: VolumeSnapshotContent
313
313
metadata :
314
314
name : snapcontent-72d9a349-aacd-42d2-a240-d775650d2455
315
315
labels :
316
- snapshot.storage.sigs.k8s .io/invalid-snapshot-content-resource : " " # Label applied for invalid VolumeSnapshotContent objects
316
+ snapshot.storage.kubernetes .io/invalid-snapshot-content-resource : " " # Label applied for invalid VolumeSnapshotContent objects
317
317
...
318
318
```
319
319
You can’t perform that action at this time.
0 commit comments