kubernetes/pkg/registry/registrytest
Devan Goodwin 855a1c1713 Fix unused Secret export logic.
The strategy used for the secret store defined custom export logic, and
had accompanying unit tests. However the secret storage did not actually
wire this up by setting an ExportStrategy and thus the code was never
used in the real world.

This change fixes the missing assignment and adds testing at a higher
level to ensure any uses of the generic registry.Store that we expect to
have an ExportStrategy do, and no others.

Several other strategies in the RBAC package also appeared to have
unwired Export logic, however their implementations were all empty
leading me to believe that these are not considered exportable. The
empty methods have now been removed.
2017-08-09 11:07:51 -03:00
..
BUILD Fix unused Secret export logic. 2017-08-09 11:07:51 -03:00
categoriesProvider.go Add group alias names to discovery in registry 2017-06-05 20:18:12 -03:00
doc.go Change minion to node 2016-09-28 10:53:30 -07:00
endpoint.go Update registries to use metainternalversion list options 2017-01-23 17:52:45 -05:00
etcd.go Updating tests for deleted boolean from Delete() 2017-02-21 11:00:36 -08:00
node.go Update registries to use metainternalversion list options 2017-01-23 17:52:45 -05:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
service.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
shortNamesProvider.go added short names for resources which are exposed during discovery 2017-02-06 23:35:07 +01:00
validate.go Fix unused Secret export logic. 2017-08-09 11:07:51 -03:00