Add ADC Fallback if Node doesn't have driver installed

This commit is contained in:
David Zhu
2019-03-05 10:57:18 -08:00
parent 34d9ee5b9b
commit 7d2f4e97b8
17 changed files with 225 additions and 44 deletions

View File

@@ -101,4 +101,7 @@ const (
// This annotation will be used to compute the in-cluster network programming latency SLI, see
// https://github.com/kubernetes/community/blob/master/sig-scalability/slos/network_programming_latency.md
EndpointsLastChangeTriggerTime = "endpoints.kubernetes.io/last-change-trigger-time"
// TODO(dyzz) Comment
MigratedPluginsAnnotationKey = "storage.alpha.kubernetes.io/migrated-plugins"
)