From 3a1ec08307c5cee0c88146a9e88710ab6d5d93b0 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Fri, 19 Jan 2018 22:11:07 -0700 Subject: [PATCH] Make useInternalIpAddress noupdate --- apis/management.cattle.io/v3/machine_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/management.cattle.io/v3/machine_types.go b/apis/management.cattle.io/v3/machine_types.go index 8c4d6643..1ac6eaab 100644 --- a/apis/management.cattle.io/v3/machine_types.go +++ b/apis/management.cattle.io/v3/machine_types.go @@ -110,7 +110,7 @@ type MachineSpec struct { ClusterName string `json:"clusterName,omitempty" norman:"type=reference[cluster],noupdate,required"` Role []string `json:"role,omitempty" norman:"noupdate,type=array[enum],options=etcd|worker|controlplane"` MachineTemplateName string `json:"machineTemplateName,omitempty" norman:"type=reference[machineTemplate],noupdate"` - UseInternalIPAddress bool `json:"useInternalIpAddress,omitempty" norman:"default=true"` + UseInternalIPAddress bool `json:"useInternalIpAddress,omitempty" norman:"default=true,noupdate"` } type MachineCommonParams struct {