1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-23 03:59:29 +00:00

Update vendor

This commit is contained in:
Darren Shepherd
2018-10-24 16:27:58 -07:00
parent 9b1f7db6f0
commit 46df879254
43 changed files with 901 additions and 220212 deletions

View File

@@ -327,6 +327,7 @@ const (
func NewControllerInitializers() map[string]InitFunc {
controllers := map[string]InitFunc{}
controllers["endpoint"] = startEndpointController
controllers["replicationcontroller"] = startReplicationController
controllers["podgc"] = startPodGCController
controllers["resourcequota"] = startResourceQuotaController
controllers["namespace"] = startNamespaceController
@@ -347,6 +348,7 @@ func NewControllerInitializers() map[string]InitFunc {
controllers["persistentvolume-binder"] = startPersistentVolumeBinderController
controllers["attachdetach"] = startAttachDetachController
controllers["persistentvolume-expander"] = startVolumeExpandController
controllers["clusterrole-aggregation"] = startClusterRoleAggregrationController
controllers["pvc-protection"] = startPVCProtectionController
controllers["pv-protection"] = startPVProtectionController