rancher v2.15.1

CustomMachine.status.addresses

Addresses contains the associated addresses for the machine.

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"]