Spaces:
Runtime error
Runtime error
File size: 155 Bytes
105b369 |
1 2 3 4 5 6 7 8 9 |
from phi.k8s.app.fastapi.fastapi import (
FastApi,
AppVolumeType,
ContainerContext,
ServiceType,
RestartPolicy,
ImagePullPolicy,
)
|