This is an automated email from the ASF dual-hosted git repository.

qianzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a8a657  Added Capability.Type.QUOTA_V2 to v1 operator API.
1a8a657 is described below

commit 1a8a65779c1d8edd38f011e2f7c948c97ebe2bc4
Author: Charles-Francois Natali <[email protected]>
AuthorDate: Thu Feb 17 09:00:10 2022 +0800

    Added Capability.Type.QUOTA_V2 to v1 operator API.
    
    Closes #MESOS-10235.
    
    This closes #419
---
 include/mesos/v1/mesos.proto | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index f99cff3..80515c9 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -922,6 +922,10 @@ message MasterInfo {
       // The master can drain or deactivate agents when requested
       // via operator APIs.
       AGENT_DRAINING = 2;
+
+      // The master can handle the new quota API, which supports setting
+      // limits separately from guarantees (introduced in Mesos 1.9).
+      QUOTA_V2 = 3;
     }
     optional Type type = 1;
   }

Reply via email to