kubernetes/pkg/api/meta
Clayton Coleman 97c35fcc67
Allow garbage collection to work against different API prefixes
The GC needs to build clients based only on Resource or Kind. Hoist the
restmapper out of the controller and the clientpool, support a new
ClientForGroupVersionKind and ClientForGroupVersionResource, and use the
appropriate one in both places.
2016-09-22 15:00:58 -04:00
..
metatypes
doc.go
errors.go
firsthit_restmapper.go add FirstHitRESTMapper for adding thirdparty resources 2016-09-15 10:26:39 -04:00
help.go
help_test.go
interfaces.go Allow garbage collection to work against different API prefixes 2016-09-22 15:00:58 -04:00
meta.go
meta_test.go
multirestmapper.go
multirestmapper_test.go
priority.go
priority_test.go
restmapper.go use discovery restmapper for kubectl 2016-09-15 10:26:39 -04:00
restmapper_test.go add group prefix matching for kubectl usage 2016-09-07 10:32:39 -04:00
scheme_test.go add validateListType to pkg/api/meta/schema_test.go 2016-08-02 15:47:24 -07:00
unstructured.go Add discovery mapper and dynamic typer to kubectl 2016-08-15 22:07:54 -07:00