Update ingress godeps

This commit is contained in:
Manuel de Brito Fontes 2016-08-10 14:53:55 -04:00
parent d43021b3f1
commit 28db8fb16d
1068 changed files with 461467 additions and 117300 deletions

View file

@ -16,13 +16,13 @@ limitations under the License.
package generic
import (
pkgstorage "k8s.io/kubernetes/pkg/storage"
)
import "k8s.io/kubernetes/pkg/storage/storagebackend"
// RESTOptions is set of configuration options to generic registries.
type RESTOptions struct {
Storage pkgstorage.Interface
StorageConfig *storagebackend.Config
Decorator StorageDecorator
DeleteCollectionWorkers int
ResourcePrefix string
}