Adding Joined at to node inspect
Signed-off-by: Diogo Monica <diogo.monica@gmail.com> Upstream-commit: d1244abc5ce6382b0ebe034bc604ad0c16d2b628 Component: engine
This commit is contained in:
@@ -88,6 +88,7 @@ func printNode(out io.Writer, node swarm.Node) {
|
||||
}
|
||||
|
||||
ioutils.FprintfIfNotEmpty(out, "Hostname:\t\t%s\n", node.Description.Hostname)
|
||||
fmt.Fprintf(out, "Joined at:\t\t%s\n", client.PrettyPrint(node.CreatedAt))
|
||||
fmt.Fprintln(out, "Status:")
|
||||
fmt.Fprintf(out, " State:\t\t\t%s\n", client.PrettyPrint(node.Status.State))
|
||||
ioutils.FprintfIfNotEmpty(out, " Message:\t\t%s\n", client.PrettyPrint(node.Status.Message))
|
||||
|
||||
Reference in New Issue
Block a user