GafaelfawrIngressPath#
- class gafaelfawr.models.kubernetes.GafaelfawrIngressPath(**data)#
- Bases: - BaseModel- A path routing rule for an ingress. - Parameters:
- data ( - Any)
 - Attributes Summary - Configuration for the model, should be a dictionary conforming to [ - ConfigDict][pydantic.config.ConfigDict].- Methods Summary - Convert to the Kubernetes API object. - 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].
 - Methods Documentation - to_kubernetes()#
- Convert to the Kubernetes API object. - Return type:
- V1HTTPIngressPath