1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 06:49:21 +00:00

Changing to

This commit is contained in:
Nathan Jenan
2018-05-17 16:33:14 -07:00
committed by Craig Jellick
parent e9794fd6b1
commit 39c161334d

View File

@@ -79,7 +79,7 @@ type RoleTemplate struct {
Builtin bool `json:"builtin" norman:"nocreate,noupdate"`
External bool `json:"external"`
Hidden bool `json:"hidden"`
Lock bool `json:"lock,omitempty" norman:"type=boolean"`
Locked bool `json:"locked,omitempty" norman:"type=boolean"`
Context string `json:"context" norman:"type=string,options=project|cluster"`
RoleTemplateNames []string `json:"roleTemplateNames,omitempty" norman:"type=array[reference[roleTemplate]]"`
}