Skip to content
  • Iustin Pop's avatar
    Expand Objects.hs definitions · b09cce64
    Iustin Pop authored
    
    
    This patch adds the missing parameters in the cluster/group objects,
    for now as simple maps (dictionaries), without type safety. The
    rationale for adding them as such is:
    
    - we need something to enable query functionality
    - since we don't modify the values, we don't risk introducing bugs
    - we can improve the types later, once we find a good way to declare
      them
    
    Also, I renamed a few of the parameters, dropping capitalisation of
    acronyms (NIC → Nic, etc.).
    
    At this point, I believe that the definitions are complete, with any
    missing items being just oversight, and not intentionally removed (due
    to lack of types, etc.).
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarAgata Murawska <agatamurawska@google.com>
    b09cce64