1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 14:29:40 +02:00
portainer/api/http/handler/kubernetes
Steven Kang a257696c25
Some checks are pending
ci / build_images (map[arch:amd64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
ci / build_images (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
ci / build_images (map[arch:arm platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:arm64 platform:linux version:]) (push) Waiting to run
ci / build_images (map[arch:ppc64le platform:linux version:]) (push) Waiting to run
ci / build_manifests (push) Blocked by required conditions
/ triage (push) Waiting to run
Lint / Run linters (push) Waiting to run
Test / test-server (map[arch:amd64 platform:linux]) (push) Waiting to run
Test / test-client (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:1809]) (push) Waiting to run
Test / test-server (map[arch:amd64 platform:windows version:ltsc2022]) (push) Waiting to run
Test / test-server (map[arch:arm64 platform:linux]) (push) Waiting to run
fix access conditions when the restrict default namespace is enabled (#12280)
2024-10-02 15:55:05 +13:00
..
application.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
client.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
cluster_role_bindings.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
cluster_roles.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
config.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
configmaps.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
dashboard.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
handler.go fix access conditions when the restrict default namespace is enabled (#12280) 2024-10-02 15:55:05 +13:00
ingresses.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
metrics.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
namespaces.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
nodes_limits.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
rbac.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
role_bindings.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
roles.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
secrets.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
service_accounts.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
services.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
toggle_system.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00
volumes.go refactor(k8s): namespace core logic (#12142) 2024-10-01 14:15:51 +13:00