Add note to feature gate

This commit is contained in:
Michelle Au 2017-11-21 18:49:08 -08:00
parent 781b5a99c9
commit 6540850fa2

View File

@ -180,6 +180,7 @@ const (
// alpha: v1.9
//
// Extend the default scheduler to be aware of PV topology and handle PV binding
// Before moving to beta, resolve Kubernetes issue #56180
VolumeScheduling utilfeature.Feature = "VolumeScheduling"
// owner: @vladimirvivien