Define const annotation variable once

Move annotation to package imported by both pkg/volume and pkg/volume/validation
This commit is contained in:
NickrenREN
2017-04-14 16:49:30 +08:00
parent 5dd914382f
commit e443277d58
9 changed files with 17 additions and 10 deletions

View File

@@ -156,8 +156,6 @@ const (
// Name of a volume in external cloud that is being provisioned and thus
// should be ignored by rest of Kubernetes.
ProvisionedVolumeName = "placeholder-for-provisioning"
// Mount options annotations
MountOptionAnnotation = "volume.beta.kubernetes.io/mount-options"
)
// ProvisionableVolumePlugin is an extended interface of VolumePlugin and is