Paul Schultz
2e26579e06
chore: update react imports
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2025-04-08 07:35:24 -05:00
Dominika Zemanovicova
2f993dfc9c
Mock permission
...
Signed-off-by: Dominika Zemanovicova <dzemanov@redhat.com >
2025-01-24 10:17:23 +01:00
Chris Langhout
b7d0347678
fix: tests
...
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
9c9f4ff990
feat: render nested metadata as yaml
...
Signed-off-by: Chris Langhout <clanghout@bol.com >
2025-01-24 08:52:52 +01: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
Matthew Clarke
95518765ee
feat: Kubernetes cluster plugin ( #18760 )
...
* refactor: k8s plugins
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* feat: add kubernetes cluster plugin
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: yarn fix
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: tsc
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: types
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: missing changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: update api report
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
---------
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2023-10-04 19:31:30 +00:00
Matthew Clarke
280ec10c18
feat: add Kubernetes pod logs component ( #17120 )
...
* refactor: rename kubernetes structured metadata table
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* feat: add pod logs components
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* refactor: more generic proxy token generating
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* chore: changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: tsc fix
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: api report
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: remove event/errors mention
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* feat: pending pod conditions
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: missed file
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: merge master
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: remove unneeded code
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* feat: add proxy client
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* docs: breaking change
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* Update plugins/kubernetes/src/api/types.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com >
* Update plugins/kubernetes/src/api/types.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com >
* fix: PR feedback
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: test
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: PR feedback
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: PR feedback
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: todo
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix: api reports
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
---------
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com >
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-04-28 16:34:33 +02:00
Ruben Vallejo
faac72e5de
add proxy method with tests for kubernetesbackendclient
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-04-04 10:12:35 -04:00
Matthew Clarke
51af8361de
feat(kubernetes): Add custom resource fetch hook ( #13736 )
...
* feat(kubernetes): wip crd hook
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* refactor hooks
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix tests
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* api reports
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* typo
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-21 20:05:05 +02:00
Matthew Clarke
7a89391d17
fix dev
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-19 16:07:23 -04:00
Matthew Clarke
5eb54be2ac
typo
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-15 22:15:26 -04:00
Matthew Clarke
3da0c9a181
update mock
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-15 22:10:42 -04:00
Matthew Clarke
c010632f88
kubernetes-plugin: integrate with top method from kubernetes client library ( #8248 )
...
* kubernetes-plugin: integrate with top method from kubernetes client library
Signed-off-by: mclarke <mclarke@spotify.com >
* fix existing tests
Signed-off-by: mclarke <mclarke@spotify.com >
* prettier
Signed-off-by: mclarke <mclarke@spotify.com >
* add fetcher test
Signed-off-by: mclarke <mclarke@spotify.com >
* update api report
Signed-off-by: mclarke <mclarke@spotify.com >
* fix fe tests
Signed-off-by: mclarke <mclarke@spotify.com >
* fe tests
Signed-off-by: mclarke <mclarke@spotify.com >
* changeset
Signed-off-by: mclarke <mclarke@spotify.com >
* add skip metrics lookup flag
Signed-off-by: mclarke <mclarke@spotify.com >
* add skip metrics lookup to gke locator and docs
Signed-off-by: mclarke <mclarke@spotify.com >
* fix tests
Signed-off-by: mclarke <mclarke@spotify.com >
* minor change
Signed-off-by: mclarke <mclarke@spotify.com >
* missed prettier
Signed-off-by: mclarke <mclarke@spotify.com >
* missed file
Signed-off-by: mclarke <mclarke@spotify.com >
* more details to changeset
Signed-off-by: mclarke <mclarke@spotify.com >
2021-12-02 23:10:48 +00:00
Andrew Tran
ec25c34676
add a few tests
...
Signed-off-by: Andrew Tran <atran@brex.com >
2021-11-29 10:06:16 -06:00
Patrik Oldsberg
29ef695410
packages,plugins: migrate to using TestApiProvider and Registry
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 11:28:46 +01:00
Patrik Oldsberg
927c6d6302
kubernetes: add isolatated plugin dev setup
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-29 16:46:12 +02:00
Fredrik Adelöw
a88073c29a
Update copyright headers
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-18 20:26:42 +02:00
Patrik Oldsberg
64b9efac2e
kubernets: migrate to new composability API
2021-02-02 23:51:30 +01:00
Matthew Clarke
e3c99d72f1
Kubernetes plugins boilerplate ( #2559 )
...
* Kubernetes plugins boilerplate
* pr feedback; check for k8s annotation
2020-09-22 15:47:27 +01:00