Github user shuizz commented on the pull request:

    
https://github.com/apache/mesos/commit/5b2261409e2b391d9182c5579e1df481c7f0779f#commitcomment-28646255
  
    @qianzhangxa 
    For example:
    {
        ......
        "capacity": {
          "cpu": "24",
          "ephemeral-storage": "307050Mi",
          "hugepages-1Gi": "0",
          "hugepages-2Mi": "0",
          "memory": "32660244Ki",
          "pods": "110"
        }
       ......
    }
    and the protobuf message is 
    message NodeStatus {
       map<string, k8s.io.apimachinery.pkg.api.resource.Quantity> capacity = 1;
       ......
    }
    message Quantity {
      optional string string = 1;
    }
    



---

Reply via email to