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:
parent
35eb3aa2a5
commit
2ec04d585e
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user