rancher v2.15.1

CustomMachine.status.addresses[]

MachineAddress contains information for the node's address.

2 fields
CustomMachine.status.addresses[] fields and descriptions
Field / TypeDescription
address
string required

address is the machine address.

  • minLength: 1
  • maxLength: 256
type
string required

type is the machine address type, one of Hostname, ExternalIP, InternalIP, ExternalDNS or InternalDNS.

  • enum: ["Hostname","ExternalIP","InternalIP","ExternalDNS","InternalDNS"]