FileserverObjects¶
- class controller.models.domain.fileserver.FileserverObjects(pvcs, ingress, service, job)¶
Bases:
object
All of the Kubernetes objects making up a user’s fileserver.
- Parameters:
Attributes Summary
GafaelfawrIngress
object for the fileserver.Job that runs the fileserver itself.
Persistent volume claims.
Service for reaching the fileserver.
Attributes Documentation
-
ingress:
dict
[str
,Any
] = <dataclasses._MISSING_TYPE object>¶ GafaelfawrIngress
object for the fileserver.
-
job:
V1Job
= <dataclasses._MISSING_TYPE object>¶ Job that runs the fileserver itself.
-
service:
V1Service
= <dataclasses._MISSING_TYPE object>¶ Service for reaching the fileserver.