Pulse/frontend-modern/src/types
rcourtman 0cd16b29cc feat(kubernetes): Add Kubernetes mock data and UI
Backend:
- Add K8s cluster, node, pod, deployment mock data generation
- Configurable via PULSE_MOCK_K8S_CLUSTERS, PULSE_MOCK_K8S_NODES,
  PULSE_MOCK_K8S_PODS, PULSE_MOCK_K8S_DEPLOYMENTS env vars
- Generate realistic cluster data with versions, namespaces, pod phases
- Add dynamic metric updates for K8s resources
- Deep copy K8s data in cloneState to prevent race conditions

Frontend:
- Add KubernetesClusters component with 4 view modes:
  Clusters, Nodes, Pods, Deployments
- Filter bar with search, status filter, show hidden toggle
- Nodes view: status, roles, CPU/memory/pod capacity, kubelet version
- Pods view: namespace, status, ready containers, restarts, image, age
- Deployments view: replicas, ready/up-to-date status
- Matches Docker/Dashboard table styling patterns
2025-12-12 23:13:40 +00:00
..
__tests__ feat: AI integration, Docker metrics, RAID display, and infrastructure improvements 2025-12-09 09:29:27 +00:00
ai.ts feat: AI security and policy improvements for 5.0 2025-12-12 17:38:55 +00:00
aiIntelligence.ts feat(frontend): Add AI intelligence API types and methods 2025-12-12 14:53:53 +00:00
alerts.ts Add recovery notifications and grouping controls 2025-11-21 22:07:00 +00:00
api.ts feat(kubernetes): Add Kubernetes mock data and UI 2025-12-12 23:13:40 +00:00
backups.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
config.ts Implement UI toggle for Hide Local Login (related to issue #750) 2025-11-25 08:14:19 +00:00
nodes.ts feat: AI features, agent improvements, and host monitoring enhancements 2025-12-05 10:37:02 +00:00
resource.ts feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
responsive.ts feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00