diff --git a/client/management/v3/zz_generated_machine.go b/client/management/v3/zz_generated_machine.go index 24ee2ddf..79952258 100644 --- a/client/management/v3/zz_generated_machine.go +++ b/client/management/v3/zz_generated_machine.go @@ -15,7 +15,6 @@ const ( MachineFieldCreatorID = "creatorId" MachineFieldCustomConfig = "customConfig" MachineFieldDescription = "description" - MachineFieldExternalID = "externalId" MachineFieldHostname = "hostname" MachineFieldIPAddress = "ipAddress" MachineFieldImported = "imported" @@ -59,7 +58,6 @@ type Machine struct { CreatorID string `json:"creatorId,omitempty"` CustomConfig *CustomConfig `json:"customConfig,omitempty"` Description string `json:"description,omitempty"` - ExternalID string `json:"externalId,omitempty"` Hostname string `json:"hostname,omitempty"` IPAddress string `json:"ipAddress,omitempty"` Imported *bool `json:"imported,omitempty"` diff --git a/client/management/v3/zz_generated_machine_status.go b/client/management/v3/zz_generated_machine_status.go index 8d261b6c..1c327728 100644 --- a/client/management/v3/zz_generated_machine_status.go +++ b/client/management/v3/zz_generated_machine_status.go @@ -5,7 +5,6 @@ const ( MachineStatusFieldAllocatable = "allocatable" MachineStatusFieldCapacity = "capacity" MachineStatusFieldConditions = "conditions" - MachineStatusFieldExternalID = "externalId" MachineStatusFieldHostname = "hostname" MachineStatusFieldIPAddress = "ipAddress" MachineStatusFieldInfo = "info" @@ -24,7 +23,6 @@ type MachineStatus struct { Allocatable map[string]string `json:"allocatable,omitempty"` Capacity map[string]string `json:"capacity,omitempty"` Conditions []MachineCondition `json:"conditions,omitempty"` - ExternalID string `json:"externalId,omitempty"` Hostname string `json:"hostname,omitempty"` IPAddress string `json:"ipAddress,omitempty"` Info *NodeInfo `json:"info,omitempty"`