1
0
mirror of https://github.com/rancher/types.git synced 2025-06-28 14:36:50 +00:00

NodePoolUUID -> nodePoolId

This commit is contained in:
Darren Shepherd 2018-02-21 14:35:17 -07:00
parent 958814d09f
commit 71b84fe6ac

View File

@ -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"`