feat: register all platform CRDs in LineageController (9 → 21 GVKs)#20
Merged
Conversation
…ade types spec.versionUpgrade=true now derives the UpgradePolicy type from which version fields are set: talosVersion only -> UpgradeTypeTalos (existing), kubernetesVersion only -> UpgradeTypeKubernetes, both -> UpgradeTypeStack. Updates spec.kubernetesVersion and spec.versionUpgrade field comments to document the three-way type derivation.
…GVKs
Adds 12 new GVKs so LineageSynced transitions from False/LineageControllerAbsent
to True/LineageIndexCreated for every platform CR on first reconcile:
platform.ontai.dev: UpgradePolicy, NodeMaintenance, ClusterMaintenance,
PKIRotation, ClusterReset, NodeOperation, EtcdMaintenance,
TalosMachineConfigBackup, TalosMachineConfigRestore, HardeningProfile
infrastructure.ontai.dev: SeamInfrastructureCluster, SeamInfrastructureMachine
Total registered GVKs: 9 → 21. GVK count tests updated accordingly.
AC-4 gate updated with the full required list.
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
RootDeclarationGVKspreviously covered only 9 GVKs: 1 platform infra + 3 wrapper + 5 guardianLineageSynced=False/LineageControllerAbsentpermanently because the LineageController never processed themLineageSyncedtransitions toTrue/LineageIndexCreatedfor every platform CR on first reconcileNew GVKs (12):
platform.ontai.dev: UpgradePolicy, NodeMaintenance, ClusterMaintenance, PKIRotation, ClusterReset, NodeOperation, EtcdMaintenance, TalosMachineConfigBackup, TalosMachineConfigRestore, HardeningProfileinfrastructure.ontai.dev: SeamInfrastructureCluster, SeamInfrastructureMachineTotal: 9 → 21
Test plan
TestLineageController_GVKCount: 21TestAC4_AllNineRootDeclarationGVKsAreRegistered: all 21 presentTestLineageReconciler_AllRootDeclarationGVKsRegistered: all 21 present