ImageConfigResponse¶
Structure Class¶
ImageConfigResponse
dataclass
¶
Response to a GetFunctionConfiguration request.
Attributes¶
error
class-attribute
instance-attribute
¶
error: ImageConfigError | None = None
Error response to GetFunctionConfiguration.
image_config
class-attribute
instance-attribute
¶
image_config: ImageConfig | None = None
Configuration values that override the container image Dockerfile.