@@ -181,8 +181,8 @@ paths:
181181 last_transition_time : ' 2021-01-01T10:00:00Z'
182182 - type : Reconciled
183183 status : ' True'
184- reason : All adapters reconciled at the current generation
185- message : All adapters reconciled at the current generation
184+ reason : All required adapters reported Available=True or Finalized=True at the current generation
185+ message : All required adapters reported Available=True or Finalized=True at the current generation
186186 observed_generation : 1
187187 created_time : ' 2021-01-01T10:00:00Z'
188188 last_updated_time : ' 2021-01-01T10:00:00Z'
@@ -384,8 +384,8 @@ paths:
384384 last_transition_time : ' 2021-01-01T10:00:00Z'
385385 - type : Reconciled
386386 status : ' True'
387- reason : All adapters reconciled at the current generation
388- message : All adapters reconciled at the current generation
387+ reason : All required adapters reported Available=True or Finalized=True at the current generation
388+ message : All required adapters reported Available=True or Finalized=True at the current generation
389389 observed_generation : 1
390390 created_time : ' 2021-01-01T10:00:00Z'
391391 last_updated_time : ' 2021-01-01T10:00:00Z'
@@ -718,7 +718,7 @@ components:
718718 $ref : ' #/components/schemas/AdapterConditionStatus'
719719 description : |-
720720 Condition in AdapterStatus
721- Used for standard Kubernetes condition types: "Available", "Applied", "Health"
721+ Used for standard Kubernetes condition types: "Available", "Applied", "Health", "Finalized"
722722 Note: observed_generation is at AdapterStatus level, not per-condition,
723723 since all conditions in one AdapterStatus share the same observed generation
724724 AdapterConditionStatus :
@@ -773,7 +773,7 @@ components:
773773 $ref : ' #/components/schemas/AdapterCondition'
774774 description : |-
775775 Kubernetes-style conditions tracking adapter state
776- Typically includes: Available, Applied, Health
776+ Typically includes: Available, Applied, Health, Finalized
777777 created_time :
778778 type : string
779779 format : date-time
@@ -807,6 +807,11 @@ components:
807807 reason : All adapter1 operations completed successfully
808808 message : All adapter1 runtime operations completed successfully
809809 last_transition_time : ' 2021-01-01T10:00:00Z'
810+ - type : Finalized
811+ status : ' True'
812+ reason : All resources deleted; cleanup confirmed
813+ message : All resources deleted; cleanup confirmed
814+ last_transition_time : ' 2021-01-01T10:00:00Z'
810815 metadata :
811816 job_name : validator-job-abc123
812817 job_namespace : hyperfleet-system
@@ -887,6 +892,10 @@ components:
887892 status : ' True'
888893 reason : All adapter1 operations completed successfully
889894 message : All adapter1 runtime operations completed successfully
895+ - type : Finalized
896+ status : ' True'
897+ reason : All resources deleted; cleanup confirmed
898+ message : All resources deleted; cleanup confirmed
890899 metadata :
891900 job_name : validator-job-abc123
892901 job_namespace : hyperfleet-system
@@ -1054,8 +1063,8 @@ components:
10541063 last_transition_time : ' 2021-01-01T10:00:00Z'
10551064 - type : Reconciled
10561065 status : ' True'
1057- reason : All adapters reconciled at the current generation
1058- message : All adapters reconciled at the current generation
1066+ reason : All required adapters reported Available=True or Finalized=True at the current generation
1067+ message : All required adapters reported Available=True or Finalized=True at the current generation
10591068 observed_generation : 1
10601069 created_time : ' 2021-01-01T10:00:00Z'
10611070 last_updated_time : ' 2021-01-01T10:00:00Z'
@@ -1353,8 +1362,8 @@ components:
13531362 last_transition_time : ' 2021-01-01T10:00:00Z'
13541363 - type : Reconciled
13551364 status : ' True'
1356- reason : All adapters reconciled at the current generation
1357- message : All adapters reconciled at the current generation
1365+ reason : All required adapters reported Available=True or Finalized=True at the current generation
1366+ message : All required adapters reported Available=True or Finalized=True at the current generation
13581367 observed_generation : 1
13591368 created_time : ' 2021-01-01T10:00:00Z'
13601369 last_updated_time : ' 2021-01-01T10:00:00Z'
0 commit comments