1. 14 May, 2020 1 commit
    • João Alexandre Cunha's avatar
      Fetch nodes data from cluster · 36359d99
      João Alexandre Cunha authored
      - Fetches nodes status [CPU and Memory: allocatable and capacity]
      - Fetches nodes metrics [CPU and Memory: usage]
        - For this we had to add a new k8s api
        - Metrics are only fetched if cluster is provide by GCP,
          since other provider might not implement the metrics server
      - Exposes node data to the FE via ClusterSerializer#represent_list
      - Adds and refactor specs
      36359d99
  2. 13 May, 2020 39 commits