QuotaLabel#
- class rubin.repertoire.QuotaLabel(**data)#
Bases:
BaseModelDetails of a quota label that applies to a service.
Gafaelfawr tracks quotas by labels, which correspond to Gafaelfawr service names in a
GafaelfawrIngressresource. These in turn are based on Phalanx application names and may have no connection to service names. This class represents a quota label with a description that is relevant to a particular service. Consumers of service discovery can then use the mapping from services to quota labels to find relevant quotas.- Parameters:
data (
Any)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].