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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user