-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64575/
-----------------------------------------------------------
(Updated Dec. 19, 2017, 6:39 p.m.)
Review request for mesos and Alexander Rukletsov.
Bugs: MESOS-7361
https://issues.apache.org/jira/browse/MESOS-7361
Repository: mesos
Description (updated)
-------
This function always returns a ContainerClass, with `DEFAULT` being
the default value returned. Also simplifies the conditional
statements in mesos/containerizer.cpp to use the function added.
Diffs
-----
src/slave/containerizer/mesos/containerizer.hpp
85cb325fba2e49b78a1f381183a61f03ccd5194a
src/slave/containerizer/mesos/containerizer.cpp
1a398a8ea7f3e49273459b318ae2e8a3eaae2d9c
Diff: https://reviews.apache.org/r/64575/diff/3/
Testing
-------
```
GTEST_FILTER="" nice make check -j16 V=0
```
Thanks,
Armand Grillet