Skip to content

Commit 4d2f366

Browse files
fix
Signed-off-by: Yaroslav Borbat <[email protected]>
1 parent baa674b commit 4d2f366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

images/virtualization-artifact/pkg/common/annotations/annotations.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ const (
131131
AnnDataExportRequest = "storage.deckhouse.io/data-export-request"
132132

133133
// TODO: remove deprecated annotations in the v1 version.
134-
// AnnStorageClassName is the annotation for indicating that storage class name. (USED IN STORAGE)
134+
// AnnStorageClassName is the annotation for indicating that storage class name. (USED IN STORAGE sds controllers)
135135
AnnStorageClassName = AnnAPIGroupV + "/storage-class-name"
136136
AnnStorageClassNameDeprecated = "storageClass"
137-
// AnnVolumeMode is the annotation for indicating that volume mode. (USED IN STORAGE)
137+
// AnnVolumeMode is the annotation for indicating that volume mode. (USED IN STORAGE sds controllers)
138138
AnnVolumeMode = AnnAPIGroupV + "/volume-mode"
139139
AnnVolumeModeDeprecated = "volumeMode"
140-
// AnnAccessMode is the annotation for indicating that access mode. (USED IN STORAGE)
140+
// AnnAccessMode is the annotation for indicating that access mode. (USED IN STORAGE sds controllers)
141141
AnnAccessModes = AnnAPIGroupV + "/access-mode"
142142
AnnAccessModesDeprecated = "accessModes"
143143

0 commit comments

Comments
 (0)