portainer/api/http/handler/endpoints
Chaim Lev-Ari 1830a80a61
feat(k8s/resource-pool): add the ability to mark/unmark resource pool as system (#5360)
* feat(k8s/resource-pool): add the ability to mark/unmark resource pool as system

fix(kube/ns): check label to see if namespace is system

refactor(k8s/namespaces): rename variables

feat(kubernetes): toggle system state in the server (#5361)

fix(app/resource-pool): UI fixes

feat(app/resource-pool): add confirmation modal when unamrking system namespace

* refactor(app): review changes

* feat(app/namespaces): introduce store to retrieve namespace system status without changing all the kubernetes models

refactor(app/namespaces): remove unused code first introduced for system tagging

fix(app/namespaces): cache namespaces to retrieve system status regardless of namespace reference format

refactor(app): migrate namespace store from helper to a separate singleton

refactor(app): remove KubernetesNamespaceHelper from DI cycle

* refactor(app): normalize usage of KubernetesNamespaceHelper functions

* refactor(app/k8s): change namespace store to functions instead of class

Co-authored-by: LP B <xAt0mZ@users.noreply.github.com>
2021-08-26 16:00:59 +02:00
..
endpoint_association_delete.go feat(edge) EE-947 provide a way to re-associate an Edge endpoint with a new Edge key (#5413) 2021-08-18 08:25:34 +12:00
endpoint_create.go feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
endpoint_delete.go feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
endpoint_dockerhub_status.go Fix dockerhub pro account rate-limit issue (#5352) 2021-07-27 10:49:28 +12:00
endpoint_extension_add.go docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
endpoint_extension_remove.go docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
endpoint_inspect.go docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
endpoint_list.go feat(endpoints): filter endpoints by a list of types (#5308) 2021-07-21 10:16:22 +03:00
endpoint_registries_inspect.go feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
endpoint_registries_list.go feat(k8s/resource-pool): add the ability to mark/unmark resource pool as system (#5360) 2021-08-26 16:00:59 +02:00
endpoint_registry_access.go feat(app): rework private registries and support private registries in kubernetes EE-30 (#5131) 2021-07-14 21:15:21 +12:00
endpoint_settings_update.go feat(container): add sysctls setting in the container view (#4910) 2021-04-12 19:40:45 +12:00
endpoint_snapshot.go docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
endpoint_snapshots.go docs(api): document apis with swagger (#4678) 2021-02-23 16:21:39 +13:00
endpoint_status_inspect.go feat(edge): show last check in date (#4782) 2021-03-01 13:43:47 +13:00
endpoint_update.go feat(k8s): Introduce the ability to restrict access to default namespace (EE-745) (#5337) 2021-07-23 17:10:46 +12:00
handler.go feat(edge) EE-947 provide a way to re-associate an Edge endpoint with a new Edge key (#5413) 2021-08-18 08:25:34 +12:00