GafaelfawrIngressPathBackend#

class gafaelfawr.models.kubernetes.GafaelfawrIngressPathBackend(**data)#

Bases: BaseModel

Backend that serves a given path.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Methods Summary

to_kubernetes()

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:

V1IngressBackend