1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 21:40:14 +00:00

Make useInternalIpAddress noupdate

This commit is contained in:
Darren Shepherd
2018-01-19 22:11:07 -07:00
parent 0378557695
commit 3a1ec08307

View File

@@ -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 {