Clément Blaise
ccf00accb4
Add kubernetes-plugin aws annotations
...
Signed-off-by: Clément Blaise <clementblaise@me.com >
2023-08-09 20:59:28 +02:00
Adam Harvey
bdca0c1158
chore: Fix comment typo ( #18676 )
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2023-07-14 15:22:59 -04:00
Jamie Klassen
05f1d74539
Backend supports AKS auth provider
...
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2023-05-08 10:04:58 -04:00
Ruben Vallejo
c04498db27
Refactor header names, add options object to requestHandler and add new changes to api-reports and changeset along with docs
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00
Ruben Vallejo
e2ff409a3b
Add permission integration router which allows us to list permissions available to the plugin
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00
Ruben Vallejo
a711ad54da
Revert kubernetes create and read permissions to singular proxy permission, reword changeset, add permission parameter to install doc
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00
Ruben Vallejo
804f6d16b0
adding changeset,api-report,addressing ci check
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00
Ruben Vallejo
1fef8423ce
Adding permission framework integration to kubernetes proxy endpoint
...
Signed-off-by: Ruben Vallejo <rvallejo@vmware.com >
2023-03-16 11:51:17 -04:00
Ruben Vallejo
703d305a45
Add deprecation tag to k8s annotation in catalog and add new k8s annotations in plugin-kubernetes-common
...
Signed-off-by: Ruben Vallejo <rvallejo@gmail.com >
2023-01-23 11:19:49 -05:00
Fredrik Adelöw
1728c1ef01
rename misspelled k8s type
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-01-20 13:55:45 +01:00
Jamie Klassen
0ad476a720
gracefully surface FetchErrors
...
Signed-off-by: Jamie Klassen <jklassen@vmware.com >
2022-12-14 17:51:19 -05:00
Mengnan Gong
cc9749a88e
add unit tests fetching pod metrics and clean up code
...
Signed-off-by: Mengnan Gong <namco1992@gmail.com >
2022-10-09 21:47:13 +08:00
Mengnan Gong
cbf5d11fdf
Handle the error when fetching pod metrics
...
Include the `PodStatus` into the `FetchResponse` union type. Now the method `fetchPodMetricsByNamespaces` accepts a set of namespaces and return a `FetchResponseWrapper`, which is consistent with other public fetch methods.
The Kubernetes errors happened when fetching pod metrics is now captured and returned to the frontend.
Signed-off-by: Mengnan Gong <namco1992@gmail.com >
2022-10-03 14:48:05 +08:00
Matthew Clarke
72e610f0e4
pr feedback
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-19 15:57:13 -04:00
Matthew Clarke
b87a88776d
(feat): kubernetes add new backend endpoints to api interface
...
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-09-15 21:59:57 -04:00
Fredrik Adelöw
4ad7c48684
kubernetes-common
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-08-19 16:33:42 +02:00
Salomon Moreno
0297da83c0
Add DaemonSets as Default Objects
...
Signed-off-by: Salomon Moreno <msalomon@vmware.com >
2022-08-10 09:00:06 -05:00
Salomon Moreno
60e5f9fe68
Add LimitRanges as Default Objects
...
Signed-off-by: Salomon Moreno <msalomon@vmware.com >
2022-06-23 10:41:08 -05:00
Matthew Clarke
0791af993f
refactor: prepare kubernetes backend fan out handler for new endpoint ( #11952 )
...
* refactor: prepare kubernetes backend fan out handler for new endpoint
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* add changeset
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* PR api report feedback
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* update api docs
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
* fix api report warnings
Signed-off-by: Matthew Clarke <mclarke@spotify.com >
2022-06-15 15:18:35 -04:00
ivgo
4328737af6
Add support for statefulsets in kubernetes
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-05-13 11:09:08 +02:00
Daniel Bravo
cdf3ca2b84
Address comments on pr for k8s oidc authProvider
...
Signed-off-by: Daniel Bravo <dbravo@vmware.com >
2022-05-06 15:38:09 -05:00
Daniel Bravo
2f50c323fb
Add oidc authProvider handling to kubernetes frontend plugin
...
Signed-off-by: Daniel Bravo <dbravo@vmware.com >
2022-05-06 15:10:29 -05:00
Daniel Bravo
d2c5a32323
Add oidc authProvider to kubernetes-backend plugin
...
Signed-off-by: Daniel Bravo <dbravo@vmware.com >
2022-05-06 15:09:48 -05:00
Guilherme Oenning
1ef98cfe48
add Azure as a Kubernetes auth provider ( #11299 )
...
* add azure auth provider
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com >
* fix prettier-S
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com >
* add aks dashboard formatter
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com >
* ammend patch notes
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com >
* typo
Signed-off-by: Guilherme Oenning <goenning@eshopworld.com >
* update enum to include azure
Signed-off-by: goenning <me@goenning.net >
* fix typo
Signed-off-by: goenning <me@goenning.net >
* add plugin to changeset
Signed-off-by: goenning <me@goenning.net >
Co-authored-by: Guilherme Oenning <goenning@eshopworld.com >
2022-05-06 13:24:56 -04:00
Morgan Martinet
669e73b87b
change dashboardParameters signature after code review
...
Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca >
2021-12-27 22:40:46 -05:00
Morgan Martinet
7ac0bd2c66
implement dashboard link formatter for GKE
...
Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca >
2021-12-27 00:43:43 -05: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
Adam Harvey
9394bd396b
Capitalize Kubernetes and code fence plugin names
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
2021-12-01 14:09:51 -05:00
Andrew Tran
361aad1a0f
add cronjobs and jobs to k8s backend
...
Signed-off-by: Andrew Tran <atran@brex.com >
2021-11-19 17:05:24 -06:00
Fredrik Adelöw
0492cff964
Merge pull request #6782 from livetocode/feature/k8s-dashboard-links
...
provide access to the Kubernetes dashboard when viewing a specific resource
2021-09-20 14:17:30 +02:00
Patrik Oldsberg
8142a8ecb2
packages,plugins: add package documentation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-14 18:47:53 +02:00
Morgan Martinet
a65206d5a4
minor changes after code review
...
Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca >
2021-09-05 20:02:07 -04:00
Morgan Martinet
06cc986113
fix documentation errors
...
Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca >
2021-08-29 19:32:22 -04:00
Morgan Martinet
abf7c46404
refactor code in order to support multiple dashboard link formatters
...
Signed-off-by: Morgan Martinet <morgan.martinet@montreal.ca >
2021-08-29 19:07:34 -04:00
Morgan Martinet
7a0c334707
feat(kubernetes): provide access to the Kubernetes dashboard when viewing a specific resource
...
Signed-off-by: Morgan Martinet <morgan@mmm-experts.com >
2021-08-26 09:50:37 -04: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
Juan Lulkin
219313b29d
kubernetes-backend: Moves backend specific types back from common
...
Signed-off-by: Juan Lulkin <jmaiz@spotify.com >
2021-04-29 14:12:32 +02:00
Juan Lulkin
1cf63d00df
plugin-kubernetes-common: Moves packages/kuberntes-common to plugins as per ADR11
...
Signed-off-by: Juan Lulkin <jmaiz@spotify.com >
2021-04-29 14:12:32 +02:00