IBM / ignition

Framework for VIM and Lifecycle driver applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Must include a notion of "removing" entries from Associated Topology

dvaccarosenna opened this issue · comments

Agreed approach is to allow "null/None" entries in the response to indicate an entry in the topology has gone.

E.g.

# New associated topology entry
myNodeInTheTopology: 
  id: 123
  type: SomeType

Later to show this item has been removed:

myNodeInTheTopology: null