You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app_name: Annotated[str, Field(strict=True, max_length=63)] =Field(description="Unique identifier used for internal service discovery", alias="appName")
32
32
docker_image: Optional[Annotated[str, Field(strict=True, max_length=255)]] =Field(default=None, description="Reference to the Docker image (for admin documentation)", alias="dockerImage")
0 commit comments