Embed generic etcd in namespace rest store

This commit is contained in:
derekwaynecarr
2015-03-16 10:45:04 -04:00
parent 2d13dfaf13
commit 9824d2b5f7
2 changed files with 3 additions and 44 deletions

View File

@@ -38,7 +38,7 @@ type namespaceStrategy struct {
// objects via the REST API.
var Strategy = namespaceStrategy{api.Scheme, api.SimpleNameGenerator}
// NamespaceScoped is true for namespaces.
// NamespaceScoped is false for namespaces.
func (namespaceStrategy) NamespaceScoped() bool {
return false
}