We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9acdf52 + efa34ba commit ac5dc1fCopy full SHA for ac5dc1f
pkg/registry/core/configmap/storage/storage.go
@@ -39,6 +39,7 @@ func NewREST(optsGetter generic.RESTOptionsGetter) (*REST, error) {
39
store := &genericregistry.Store{
40
NewFunc: func() runtime.Object { return &api.ConfigMap{} },
41
NewListFunc: func() runtime.Object { return &api.ConfigMapList{} },
42
+ PredicateFunc: configmap.Matcher,
43
DefaultQualifiedResource: api.Resource("configmaps"),
44
45
CreateStrategy: configmap.Strategy,
0 commit comments