File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
images/virtualization-artifact/pkg/common/annotations Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ const (
131
131
AnnDataExportRequest = "storage.deckhouse.io/data-export-request"
132
132
133
133
// 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 )
135
135
AnnStorageClassName = AnnAPIGroupV + "/storage-class-name"
136
136
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 )
138
138
AnnVolumeMode = AnnAPIGroupV + "/volume-mode"
139
139
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 )
141
141
AnnAccessModes = AnnAPIGroupV + "/access-mode"
142
142
AnnAccessModesDeprecated = "accessModes"
143
143
You can’t perform that action at this time.
0 commit comments