FileserverObjects¶
- class controller.models.domain.fileserver.FileserverObjects(pvcs, ingress, service, job)¶
Bases:
objectAll of the Kubernetes objects making up a user’s fileserver.
- Parameters:
Attributes Summary
GafaelfawrIngressobject 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>¶ GafaelfawrIngressobject 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.