labels

@SerialName(value = "Labels")
val labels: List<String>?

Parameters

labels

User-defined labels (key/value metadata) as set on the daemon.


>Note: When part of a Swarm, nodes can both have daemon labels, > set through the daemon configuration, and node labels, set from a > manager node in the Swarm. Node labels are not included in this > field. Node labels can be retrieved using the /nodes/(id) endpoint > on a manager node in the Swarm.