its-mitesh-kumar
c623e3d80d
updating the tests
...
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com >
2025-11-06 18:25:21 +05:30
its-mitesh-kumar
9d5d9cb73a
feat(kubernetes): adding localization support
...
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com >
2025-11-06 15:34:46 +05:30
Paul Schultz
05f60e1e0a
refactor: convert constructor parameter properties for erasableSyntaxOnly compatibility
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-10-14 08:29:21 -05:00
Fredrik Adelöw
e5ece8f6b1
Merge pull request #31208 from kingbj940429/kubernetes-configmaps-rendering
...
feat(kubernetes-plugin): add configmaps rendering
2025-09-30 14:32:21 +02:00
김병준
cee51f7c4e
chore: deelete public comment
...
Signed-off-by: 김병준 <kingbj0429@gmail.com >
2025-09-30 10:42:44 +09:00
김병준
5787cda0b9
feat: add test for configmap
...
Signed-off-by: 김병준 <kingbj0429@gmail.com >
2025-09-20 14:07:50 +09:00
김병준
f569535114
feat: add kubernetes configmap component
...
Signed-off-by: 김병준 <kingbj0429@gmail.com >
2025-09-20 13:55:54 +09:00
Adam Letizia
f7a414425d
fix(kubernetes): fixes calculation of pod cpu utilization
...
Signed-off-by: Adam Letizia <LetiziaAdam@JohnDeere.com >
2025-09-09 08:33:04 -05:00
Patrik Oldsberg
7edb8c182c
Merge pull request #29623 from GabDug/xterm-deprecation
...
chore(deps): Update deprecated xterm to new package under @xterm
2025-06-14 11:39:40 +02:00
Fredrik Adelöw
28aa309325
Merge pull request #29665 from GabDug/typos
...
chore(typos): fix various code typos
2025-04-28 16:50:18 +02:00
Vincenzo Scamporlino
5c8fbb8526
Merge pull request #29570 from yolossn/headlamp-formatter
...
feat(kubernetes): add headlamp dashboard formatter
2025-04-23 22:32:41 +02:00
Gabriel Dugny
72d019d663
chore(typos): Fix low-impact typos
...
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com >
2025-04-23 17:56:22 +02:00
Fredrik Adelöw
835764ac43
fixup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-04-22 17:31:19 +02:00
Gabriel Dugny
3ea5d1b6ff
chore(deps): Update deprecated xterm to new package under @xterm
...
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com >
2025-04-16 00:01:23 +02:00
yolossn
195652d06d
feat(kubernetes): add headlamp dashboard formatter
...
this patch adds formatter for Headlamp to the
kubernetes-react plugin.
Signed-off-by: yolossn <sannagaraj@microsoft.com >
2025-04-14 00:09:31 +05:30
Paul Schultz
2e26579e06
chore: update react imports
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-04-08 07:35:24 -05:00
Chris Langhout
b6c5ea2aba
chore: change yaml rendering to be an option and enable for kubernetes plugin FE components
...
Signed-off-by: Chris Langhout <clanghout@bol.com >
2025-01-24 08:53:03 +01:00
Chris Langhout
cd1256e5a4
chore: change more tests to match yaml display
...
Signed-off-by: Chris Langhout <clanghout@bol.com >
2025-01-24 08:53:03 +01:00
Chris Langhout
28bb3749d8
chore: adapt tests; keys are displayed as is instead of formatted and capitalized
...
Signed-off-by: Chris Langhout <clanghout@bol.com >
2025-01-24 08:53:03 +01:00
Wellington Garcia
f35a754f48
fix: convert string to int to handle with decimal bigInt ( #28384 )
...
* fix: convert string to int to handle with decimal bigInt
Signed-off-by: Wellington Garcia <garciawell@gmail.com >
* fix: change + to Number more readable
Signed-off-by: Wellington Garcia <garciawell@gmail.com >
---------
Signed-off-by: Wellington Garcia <garciawell@gmail.com >
2025-01-17 08:16:42 -05:00
Seba
0b729da922
add the pod delete feature to the kubernetes react plugin ( #24534 )
...
* add the pod delete feature to the kubernetes react plugin
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* move podDelete into PodDrawer
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* remove dialog and use only a button
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* move config inside frontend object
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* update the k8 configration.md documentation
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* add error ui if error
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* refactor restart text logic
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* fix test var name
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* fix doc key
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* revert last commit
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* add i18n
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* Update plugins/kubernetes-react/src/translation.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com >
* remove buttonText config
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* add alpha and doc
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* add alpha api report
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
---------
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-11-05 15:04:48 -05:00
Corey Daley
71b87043ef
Bump @kubernetes/client-node to ^1.0.0-rc7
...
Signed-off-by: Corey Daley <cdaley@redhat.com >
2024-10-28 08:44:22 -04:00
Fredrik Adelöw
3afafea87b
implement discovery too
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-10-11 09:49:37 +02:00
Deepankumar
954a5939db
Liveness probe added in ContainerCard component ( #25958 )
...
* Liveness probe added in ContainerCard component
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
* liveness probe shows only if available
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
* changed return object from variable
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
---------
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
2024-08-15 09:10:48 +01:00
Camila Belo
b82aff92aa
refactor(test-utils): deprecate the isDockerDisabledForTests function
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-07-10 17:06:00 +02:00
Camila Belo
95a3a0b91c
refactor(test-utils): rename setupRequestMockHandlers to setupMswHandler
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2024-07-10 15:45:49 +02:00
Seba
2414d86668
Kubernetes react -> Warning: validateDOMNesting(...): <ul> cannot appear as a descendant of <p> ( #25559 )
...
* fix html markup in FixDialog
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
* Update .changeset/short-impalas-suffer.md
Co-authored-by: Camila Belo <camilaibs@gmail.com >
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com >
---------
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
Signed-off-by: Seba <17096352+sebalaini@users.noreply.github.com >
Co-authored-by: Camila Belo <camilaibs@gmail.com >
2024-07-10 08:28:50 -04:00
Ilias Van Peer
e3cb6abeec
Add namespace label to argo rollouts in kubernetes ( #25467 )
...
* Create fixture for rollouts
Since rollouts have customized support, having a fixture for them can
help in maintaining their rendering.
Signed-off-by: ilias <mail@ilias.xyz >
* Show namespace on Argo Rollout drawers
Signed-off-by: ilias <mail@ilias.xyz >
* Add changeset
Signed-off-by: ilias <mail@ilias.xyz >
* Check namespace shows up on rollouts
Signed-off-by: ilias <mail@ilias.xyz >
---------
Signed-off-by: ilias <mail@ilias.xyz >
2024-07-02 10:47:10 -04:00
Patrik Oldsberg
b3906b2347
Merge pull request #24878 from alexef/more-fetch
...
fix: use fetchApi instead of explicit identityApi token in remaining plugins
2024-05-28 15:02:35 +02:00
Alex Eftimie
206ce36aa2
Use fetch
...
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com >
2024-05-23 10:39:51 +02:00
Matthew Clarke
0177f75892
fix: move kubernetes autoscaling to v2
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2024-05-17 16:17:37 -04:00
Seba
3102a99f48
add the namespace label to CronJobDrawer & IngressDrawer ( #24485 )
...
Signed-off-by: sebalaini <sebastianolaini@gmail.com >
2024-04-26 14:28:17 -04:00
Timothy Deakin
58800ba44c
feat: add eslint rule for top level imports
...
Signed-off-by: Timothy Deakin <cftad@protonmail.com >
2024-04-13 18:01:36 +01:00
Deepankumar
e6d474f1bb
Fixed ResourceUtilization component for POD Memory Limits ( #23982 )
...
Signed-off-by: Deepankumar Loganathan <deepan0433@gmail.com >
2024-04-04 11:36:41 -04:00
Tomasz Szuba
e8f026a300
Use esm exports from react-use library
...
Signed-off-by: Tomasz Szuba <tszuba@box.com >
2024-03-19 19:53:04 +00:00
rui ma
ff7e12632d
feat: support i18n for core component
...
Signed-off-by: rui ma <ruima@alauda.io >
2024-02-27 21:03:28 +08:00
Andres Mauricio Gomez P
4642cb7ac2
Added support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments
...
Signed-off-by: Andres Mauricio Gomez P <andmagom@outlook.com >
2024-02-16 13:28:32 -05:00
Jamie Klassen
5bf0c17bae
pod dialogs display cluster title
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:39 -05:00
Jamie Klassen
2bae1be978
ClusterAttributes prop for PodExecTerminal
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:39 -05:00
Jamie Klassen
a8e98aa981
refactor PodScope to include ClusterAttributes
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:39 -05:00
Jamie Klassen
b01c86c2b5
surface cluster title in ErrorReporting table
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:39 -05:00
Jamie Klassen
74770c81ec
ErrorPanel surfaces cluster title
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:38 -05:00
Jamie Klassen
0dfc185829
pass ClusterAttributes to pod components
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:38 -05:00
Jamie Klassen
2b305eb7f2
Display title in Cluster accordion
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-02-08 09:51:38 -05:00
Jamie Klassen
3c184afa91
refactor: extract common dialog component
...
Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com >
2024-01-26 19:09:50 -05:00
Jamie Klassen
d0ad09ff7e
Merge pull request #22093 from luchillo17/fix/BCKSTG-366-pod-exec-terminal-missing-bac
...
fix: Revert broken xterm css import
2024-01-18 08:33:40 -05:00
Carlos Esteban Lopez
536f67dd3d
fix: Revert broken xterm css import
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2024-01-17 20:16:48 -05:00
Carlos Esteban Lopez Jaramillo
d98604b667
Apply suggestions from code review
...
Co-authored-by: Jamie Klassen <jamie.klassen@broadcom.com >
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com >
2024-01-17 20:15:14 -05:00
Carlos Esteban Lopez
0d526c8554
feat: Make PodExecTerminal UI OptIn
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2024-01-17 20:15:14 -05:00
Jamie Klassen
db1054bb92
fix invocation of kubernetesAuthProvidersApi
...
Pass token provider when authenticating via openID tokens.
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2024-01-04 09:35:43 -05:00