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
Extend KubernetesService to Query All Relevant Workloads
Objective
Enhance the KubernetesService to efficiently query and collect information about all relevant workloads across namespaces or within a specific namespace.
User Stories
As a developer, I want to:
Have a reliable method to retrieve information about all running workloads from Kubernetes
Requirements
Implement a new method in KubernetesService to query all workloads
Optimize the query to minimize impact on Kubernetes
Handle potential errors or timeouts
Return workload information in a standardized format for consumption by the API endpoint
Ensure the method supports pagination and namespace filtering to align with the /jobs/list endpoint requirements
Note
This enhancement should work in conjunction with the new /jobs/list endpoint to provide efficient and scalable workload listing functionality.
Extend KubernetesService to Query All Relevant Workloads
Objective
Enhance the KubernetesService to efficiently query and collect information about all relevant workloads across namespaces or within a specific namespace.
User Stories
As a developer, I want to:
Requirements
/jobs/list
endpoint requirementsNote
This enhancement should work in conjunction with the new
/jobs/list
endpoint to provide efficient and scalable workload listing functionality.Related Issues
#74
The text was updated successfully, but these errors were encountered: