Class MaxPodsConstraint (0.2.1)

MaxPodsConstraint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Constraints applied to pods.

Attribute

NameDescription
max_pods_per_node int
Required. The maximum number of pods to schedule on a single node.

Inheritance

builtins.object > proto.message.Message > MaxPodsConstraint