GafaelfawrIngressScopesAnonymous¶
- pydantic model gafaelfawr.models.kubernetes.GafaelfawrIngressScopesAnonymous¶
Represents anonymous access.
- Parameters:
data (
Any
)
Show JSON schema
{ "title": "GafaelfawrIngressScopesAnonymous", "description": "Represents anonymous access.", "type": "object", "properties": { "anonymous": { "const": true, "title": "Anonymous", "type": "boolean" } }, "additionalProperties": false, "required": [ "anonymous" ] }
- Fields:
- field anonymous: Literal[True] [Required]¶
Mark this ingress as anonymous.