mirror of
https://github.com/rancher/types.git
synced 2025-09-01 05:09:10 +00:00
Driver is read only
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user