1
0
mirror of https://github.com/rancher/types.git synced 2025-08-30 19:32:18 +00:00

Update generated

This commit is contained in:
Darren Shepherd 2018-02-02 20:21:47 -07:00
parent e4e82fa825
commit 4b5ae49dd4
2 changed files with 0 additions and 4 deletions

View File

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

View File

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