mirror of
https://github.com/rancher/types.git
synced 2025-06-28 14:36:50 +00:00
NodePoolUUID -> nodePoolId
This commit is contained in:
parent
958814d09f
commit
71b84fe6ac
@ -154,7 +154,7 @@ type NodeSpec struct {
|
||||
Worker bool `json:"worker" norman:"noupdate"`
|
||||
NodeTemplateName string `json:"nodeTemplateName,omitempty" norman:"type=reference[nodeTemplate],noupdate"`
|
||||
|
||||
NodePoolName string `json:"nodePoolUuid" norman:"type=reference[nodePool],nocreate,noupdate"`
|
||||
NodePoolName string `json:"nodePoolName" norman:"type=reference[nodePool],nocreate,noupdate"`
|
||||
CustomConfig *CustomConfig `json:"customConfig"`
|
||||
Imported bool `json:"imported"`
|
||||
Description string `json:"description,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user