internal/
βββ helpers/
β βββ helpers_test.go # GetLabeledNodes, DeploymentDiff edge cases, GetNodes
β βββ http_getters_test.go # HTTP client tests
β βββ resolve_v2_test.go # v2: FindBoxType, ResolveBoxComponent, EnabledComponentsForBox
βββ manifests/
β βββ builder_v2_test.go # v2: BuildDeployments, NUMA fan-out, patches
β βββ service_v2_test.go # v2: BuildServices, ServicePlan
β βββ patcher_test.go # ApplyPatches, PatchRegistry
β βββ dataplane_test.go # v1: DeploymentForDataplane
β βββ controlplane_test.go # v1: DeploymentForControlplane
β βββ announcer_test.go # v1: DeploymentForAnnouncer
β βββ bird_test.go # v1: DeploymentForBird
β βββ helpers_test.go # Labels, Tolerations, Volumes
βββ controller/
βββ yanet_reconciler_v2_test.go # v2: reconcileYanetV2
βββ yanet_reconciler_v2_h9_test.go # v2: H9 edge cases
βββ yanet_reconciler_v2_hardening_test.go # v2: hardening scenarios
βββ yanet_reconciler_test.go # v1: checkUpdateRequeue
βββ yanet_conditions_test.go # computeConditions
βββ yanet_conditions_v2_test.go # v2 conditions
βββ node_deletion_test.go # handleNodeDeletion
βββ yanet_controller_integration_test.go # Ginkgo integration tests