mirror of
https://github.com/rancher/norman.git
synced 2025-09-04 08:45:22 +00:00
Add offspring controller
This commit is contained in:
@@ -65,8 +65,8 @@ var (
|
||||
APIRoot = types.Schema{
|
||||
ID: "apiRoot",
|
||||
Version: Version,
|
||||
ResourceMethods: []string{},
|
||||
CollectionMethods: []string{},
|
||||
CollectionMethods: []string{"GET"},
|
||||
ResourceMethods: []string{"GET"},
|
||||
ResourceFields: map[string]types.Field{
|
||||
"apiVersion": {Type: "map[json]"},
|
||||
"path": {Type: "string"},
|
||||
|
Reference in New Issue
Block a user