mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-16 21:07:22 +00:00
improve wording for panic message
This commit is contained in:
committed by
GitHub
parent
d2aa5fc100
commit
8e9d28eede
@@ -293,7 +293,7 @@ func (e *Store) NamespaceScoped() bool {
|
|||||||
return e.UpdateStrategy.NamespaceScoped()
|
return e.UpdateStrategy.NamespaceScoped()
|
||||||
}
|
}
|
||||||
|
|
||||||
panic("programmer error: no CRUD for resource, you're crazy, override NamespaceScoped too")
|
panic("programmer error: no CRUD for resource, override NamespaceScoped too")
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetCreateStrategy implements GenericStore.
|
// GetCreateStrategy implements GenericStore.
|
||||||
|
|||||||
Reference in New Issue
Block a user