GafaelfawrIngressScopesBase¶
- pydantic model gafaelfawr.models.kubernetes.GafaelfawrIngressScopesBase¶
Base class for specifying the required scopes.
Required scopes can be specified in one of two ways: a list of scopes that must all be present, or a list of scopes where any one of those scopes must be present. This base class represents the common interface with the rest of Gafaelfawr.
- Parameters:
data (
Any
)
Show JSON schema
{ "title": "GafaelfawrIngressScopesBase", "description": "Base class for specifying the required scopes.\n\nRequired scopes can be specified in one of two ways: a list of scopes that\nmust all be present, or a list of scopes where any one of those scopes\nmust be present. This base class represents the common interface with the\nrest of Gafaelfawr.", "type": "object", "properties": {}, "additionalProperties": false }