Add initial storage types to the Kubernetes API

This commit is contained in:
Brendan Burns
2015-07-27 12:49:06 -07:00
parent 68f90fd526
commit 1055eed9b6
10 changed files with 615 additions and 1 deletions

View File

@@ -95,7 +95,10 @@ func init() {
"PodExecOptions",
"PodAttachOptions",
"PodProxyOptions",
"Daemon")
"Daemon",
"ThirdPartyResource",
"ThirdPartyResourceData",
"ThirdPartyResourceList")
mapper := api.NewDefaultRESTMapper("api", versions, InterfacesFor, importPrefix, ignoredKinds, rootScoped)
// setup aliases for groups of resources