cyclops-ui / cyclops

Developer Friendly Kubernetes 👁️
https://cyclops-ui.com
Apache License 2.0
2.44k stars 777 forks source link

UI representation for `Jobs` #350

Closed KaradzaJuraj closed 3 months ago

KaradzaJuraj commented 3 months ago

Problem

Some K8s components are supported to have a custom UI component, and those can be found here. The scope of this issue is to support Jobs.

The new Job component should be similar to other components we already have, so feel free to check the existing ones out. You can fetch the data about a Job by calling the backend on

/api/resources?group=batch&version=v1&kind=Job&name=&namespace=

Solution

Reference this PR for BE implementation: https://github.com/cyclops-ui/cyclops/pull/349 You can render a similar component to the one we have for Deployments.

samarsrivastav commented 3 months ago

is it similar to #351 ?? i would like to take up the issue

petar-cvit commented 3 months ago

Hey @samarsrivastav, yeah its similar. You can take it