ImagesConfig#

pydantic settings nublado.config.images.ImagesConfig#

Configuration for Nublado image management.

Parameters:
Fields:
field log_level: Annotated[LogLevel] = LogLevel.INFO#
field log_profile: Annotated[Profile] = Profile.production#
field source: Annotated[TypeAliasType] [Required]#

Source of images to manage

configure_logging()#

Configure logging based on the configuration.

Return type:

None

classmethod from_file(path, *, debug=None)#

Load the images configuration from a YAML file.

Parameters:
  • path (Path) – Path to the configuration file.

  • debug (Optional[bool], default: None)

Return type:

Self