Addresses[]NodeAddress`json:"addresses,omitempty" description:"list of addresses reachable to the node"`
Addresses[]NodeAddress`json:"addresses,omitempty" description:"list of addresses reachable to the node"`
}
}
// NodeInfo is the information collected on the node.
typeNodeInfostruct{
TypeMeta`json:",inline"`
// Capacity represents the available resources.
CapacityResourceList`json:"capacity,omitempty" description:"resource capacity of a node represented as a map of resource name to quantity of resource"`
Addresses[]NodeAddress`json:"addresses,omitempty" description:"list of addresses reachable to the node"`
Addresses[]NodeAddress`json:"addresses,omitempty" description:"list of addresses reachable to the node"`
}
}
// NodeInfo is the information collected on the node.
typeNodeInfostruct{
TypeMeta`json:",inline"`
// Capacity represents the available resources.
CapacityResourceList`json:"capacity,omitempty" description:"resource capacity of a node represented as a map of resource name to quantity of resource"`
}
// Described the current lifecycle phase of a node.
// Described the current lifecycle phase of a node.