container
v1
|
#include <max_pods_constraint.h>
Public Member Functions | |
MaxPodsConstraint (const Json::Value &storage) | |
MaxPodsConstraint (Json::Value *storage) | |
virtual | ~MaxPodsConstraint () |
const StringPiece | GetTypeName () const |
bool | has_max_pods_per_node () const |
void | clear_max_pods_per_node () |
int64 | get_max_pods_per_node () const |
void | set_max_pods_per_node (int64 value) |
Static Public Member Functions | |
static MaxPodsConstraint * | New () |
Constraints applied to pods.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'maxPodsPerNode
' attribute.
|
inline |
Get the value of the 'maxPodsPerNode
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'maxPodsPerNode
' attribute was set.
maxPodsPerNode
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'maxPodsPerNode
' attribute.
Constraint enforced on the max num of pods per node.
[in] | value | The new value. |