From d9b6e81ef6547b868455172ab7742f98f66a213a Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Tue, 18 Apr 2017 09:52:14 +0200 Subject: [PATCH] site/plugins.md: clarify that node ids are different --- site/plugins.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/plugins.md b/site/plugins.md index cfe73719b..c6822fb39 100644 --- a/site/plugins.md +++ b/site/plugins.md @@ -459,8 +459,7 @@ Nodes are represented as follows: ``` Nodes are stored in a dictionary. -The ID of nodes representing hosts or containers has the format `ID;`, with type equal to the literal string `host` or `container` respectively. -`ID` is the alphanumeric identifier of the nodes. +The ID of nodes is different depending on the node topology. For instance, nodes representing hosts or containers have the format `ID;`, where `ID` is the alphanumeric identifier of the nodes and type is the literal string `host` or `container` respectively. A node representing an endpoint could look like `pc-4026531969;127.0.0.1;36238`. A node contains all the information about the represented object (e.g. host, container, pod, etc.). In particular, a node may contain: