1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 05:35:16 +00:00

Cleanup references

This commit is contained in:
Darren Shepherd
2018-02-13 16:46:50 -07:00
parent 9e096de9f5
commit cbabeef819
9 changed files with 13 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ func (n *NamespaceIDMapper) ModifySchema(schema *types.Schema, schemas *types.Sc
return nil
}
field.Type = "reference[namespace]"
field.Type = "reference[/v3/clusters/schemas/namespace]"
field.Required = true
field.Update = false
schema.ResourceFields["namespace"] = field