GafaelfawrIngressDelegateNotebook¶
- pydantic model gafaelfawr.models.kubernetes.GafaelfawrIngressDelegateNotebook¶
Configuration for a delegated notebook token.
Notes
This model is currently empty and represents an empty dict on the Kubernetes side, but it is still an object for parallelism with
GafaelfawrIngressDelegateInternal
. It may have parameters for notebook tokens in the future.- Parameters:
data (
Any
)
Show JSON schema
{ "title": "GafaelfawrIngressDelegateNotebook", "description": "Configuration for a delegated notebook token.\n\nNotes\n-----\nThis model is currently empty and represents an empty dict on the\nKubernetes side, but it is still an object for parallelism with\n`GafaelfawrIngressDelegateInternal`. It may have parameters for notebook\ntokens in the future.", "type": "object", "properties": {} }