feat(bnk): surface BNK 2.4 resources across registry, scanner, topology and UI - #220
Draft
JLCode-tech wants to merge 2 commits into
Draft
JLCode-tech wants to merge 2 commits into
JLCode-tech wants to merge 2 commits into
Conversation
…gy and UI Register the gateway.k8s.f5.com resources shipped with BNK 2.4 (Infra, GatewaySettings, EgressGateway, SecPolicy, NetPolicy), the k8s.f5net.com F5BigPersistenceProfile, the Gateway API Inference Extension InferencePool and InferenceModelRewrite, and F5EPP, so the scanner, health, topology and resource views see a 2.4 cluster completely. Backend - k8s_resource_registry / k8s_types: new API groups and resource types - scanner: fetch the new CRDs; version-aware install detection - bnk/health, bnk/helpers, bnk/topology: Infra-based underlay, egress and gateway-settings topology, health rows for the new kinds - bare_metal/version_profiles: add the bnk-2.4 deployable release - bnk_upgrade_service: 2.4 upgrade path Frontend - f5bnk-details: Infra, GatewaySettings, EgressGateway, InferencePool and F5EPP detail views wired into the details index and resource registry - f5bnk-parts categories/constants and types/f5bnk.ts for the new kinds - TrafficFlowOverview: label egress, VLAN and static-route nodes by kind Tests updated for the fourth seeded release. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…ponents Adds the gateway.k8s.f5.com sub-resource shapes to types/kubernetes.ts and removes every explicit any from the three detail views. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Registers the resources shipped with BNK 2.4 so the scanner, health, topology and resource views see a 2.4 cluster completely.
gateway.k8s.f5.com: Infra, GatewaySettings, EgressGateway, SecPolicy, NetPolicyk8s.f5net.com: F5BigPersistenceProfileBackend
bnk-2.4deployable release profile and upgrade pathFrontend
Based on #206 because the detail views build on its f5bnk-details structure. Draft while the detail components are still being tuned.
🤖 Generated with Claude Code