1
0
mirror of https://github.com/rancher/types.git synced 2025-07-07 10:38:36 +00:00

Driver is read only

This commit is contained in:
Darren Shepherd 2018-02-14 16:39:45 -07:00
parent 35eb3aa2a5
commit 2ec04d585e

View File

@ -40,7 +40,7 @@ type NodeTemplateCondition struct {
type NodeTemplateSpec struct {
DisplayName string `json:"displayName"`
Description string `json:"description"`
Driver string `json:"driver"`
Driver string `json:"driver" norman:"nocreate,noupdate"`
NodeCommonParams `json:",inline"`
}