Class PodResourceRange (0.1.0)

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

The range of pod resource values that the SKU applies to.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
start_value int
Output only. The inclusive lower bound of the range.
end_value int
Output only. The exclusive upper bound of the range. If no end value is specified, the range is unbounded from above. This field is a member of oneof_ _end_value.