QuotaLabel#

class rubin.repertoire.QuotaLabel(**data)#

Bases: BaseModel

Details of a quota label that applies to a service.

Gafaelfawr tracks quotas by labels, which correspond to Gafaelfawr service names in a GafaelfawrIngress resource. 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

model_config

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].

This page was last modified on .