GafaelfawrIngressDelegateNotebook#
- class gafaelfawr.models.kubernetes.GafaelfawrIngressDelegateNotebook(**data)#
Bases:
BaseModelConfiguration 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)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'alias_generator': <function to_camel>, 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].